-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump versions to pick up readme changes.
- Loading branch information
1 parent
7b55a59
commit fae0b3b
Showing
26 changed files
with
46 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.27.0 | ||
0.27.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
oso~=0.27.0 | ||
oso~=0.27.1 | ||
django>=2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
oso~=0.27.0 | ||
oso~=0.27.1 | ||
flask==2.1.0 | ||
werkzeug==2.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
oso~=0.27.0 | ||
oso~=0.27.1 | ||
SQLAlchemy>=1.3.17,<1.5 | ||
packaging>=21.3,<24.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.27.0" | ||
__version__ = "0.27.1" | ||
|
||
|
||
from .auth import register_models | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
oso-oso (0.27.0) | ||
oso-oso (0.27.1) | ||
ffi (~> 1.0) | ||
|
||
GEM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module Oso | ||
VERSION = '0.27.0' | ||
VERSION = '0.27.1' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec| | |
spec.authors = ['Oso Security, Inc.'] | ||
spec.email = ['[email protected]'] | ||
spec.licenses = ['Apache-2.0'] | ||
spec.summary = 'Oso authorization library.' | ||
spec.summary = "We have deprecated the legacy Oso open source library. We have plans for the next open source release and we’re looking forward to getting feedback from the community leading up to that point (please reach out to us in the Slack #help channel). In the meantime, if you’re happy using the Oso open source library now, nothing needs to change – i.e., we are not end-of-lifing (EOL) the library and we’ll continue to provide support and critical bug fixes. More context: [here](https://www.osohq.com/docs/oss/getting-started/deprecation.html)." | ||
spec.homepage = 'https://www.osohq.com/' | ||
|
||
spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "polar-c-api" | ||
version = "0.27.0" | ||
version = "0.27.1" | ||
authors = ["Oso Security, Inc. <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -10,7 +10,7 @@ crate-type = ["lib", "staticlib", "cdylib"] | |
bench = false | ||
|
||
[dependencies] | ||
polar-core = { path = "../polar-core", version = "=0.27.0" } | ||
polar-core = { path = "../polar-core", version = "=0.27.1" } | ||
serde = "1.0" | ||
serde_json = "1.0.61" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "polar-language-server" | ||
version = "0.27.0" | ||
version = "0.27.1" | ||
authors = ["Oso Security, Inc. <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -12,7 +12,7 @@ bench = false | |
console_error_panic_hook = "0.1.6" | ||
js-sys = "0.3.53" | ||
lsp-types = "0.90.0" | ||
polar-core = { path = "../polar-core", version = "=0.27.0" } | ||
polar-core = { path = "../polar-core", version = "=0.27.1" } | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde-wasm-bindgen = "0.3.1" | ||
wasm-bindgen = "0.2.76" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "polar-wasm-api" | ||
version = "0.27.0" | ||
version = "0.27.1" | ||
authors = ["Oso Security, Inc. <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -11,7 +11,7 @@ bench = false | |
[dependencies] | ||
console_error_panic_hook = "0.1.6" | ||
js-sys = "0.3.53" | ||
polar-core = { path = "../polar-core", version = "=0.27.0" } | ||
polar-core = { path = "../polar-core", version = "=0.27.1" } | ||
serde = { version = "1.0.119", features = ["rc"] } | ||
serde-wasm-bindgen = "0.3.1" | ||
wasm-bindgen = "0.2.76" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fae0b3b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust Benchmark
rust_get_attribute
28945
ns/iter (± 1060
)29112
ns/iter (± 1670
)0.99
n_plus_one/100
1537279
ns/iter (± 18628
)1525848
ns/iter (± 30067
)1.01
n_plus_one/500
7480341
ns/iter (± 211124
)7383589
ns/iter (± 90204
)1.01
n_plus_one/1000
14801956
ns/iter (± 111503
)14661229
ns/iter (± 78008
)1.01
unify_once
625
ns/iter (± 95
)624
ns/iter (± 1146
)1.00
unify_twice
1731
ns/iter (± 780
)1707
ns/iter (± 25
)1.01
many_rules
38491
ns/iter (± 924
)38288
ns/iter (± 892
)1.01
fib/5
343248
ns/iter (± 5295
)347203
ns/iter (± 4107
)0.99
prime/3
10399
ns/iter (± 420
)10475
ns/iter (± 369
)0.99
prime/23
10394
ns/iter (± 401
)10463
ns/iter (± 409
)0.99
prime/43
10383
ns/iter (± 429
)10480
ns/iter (± 387
)0.99
prime/83
10416
ns/iter (± 539
)10465
ns/iter (± 370
)1.00
prime/255
9346
ns/iter (± 365
)9348
ns/iter (± 384
)1.00
indexed/100
3485
ns/iter (± 396
)3443
ns/iter (± 408
)1.01
indexed/500
3957
ns/iter (± 1351
)3972
ns/iter (± 1075
)1.00
indexed/1000
4364
ns/iter (± 190
)4367
ns/iter (± 205
)1.00
indexed/10000
8218
ns/iter (± 2138
)10300
ns/iter (± 1195
)0.80
not
3991
ns/iter (± 59
)3959
ns/iter (± 48
)1.01
double_not
8452
ns/iter (± 128
)8408
ns/iter (± 149
)1.01
De_Morgan_not
5405
ns/iter (± 106
)5412
ns/iter (± 89
)1.00
load_policy
693344
ns/iter (± 3694
)697378
ns/iter (± 4902
)0.99
partial_and/1
20760
ns/iter (± 588
)20893
ns/iter (± 572
)0.99
partial_and/5
68560
ns/iter (± 2102
)68453
ns/iter (± 2049
)1.00
partial_and/10
128962
ns/iter (± 3689
)129035
ns/iter (± 3927
)1.00
partial_and/20
269867
ns/iter (± 6147
)269522
ns/iter (± 6440
)1.00
partial_and/40
594884
ns/iter (± 6689
)589905
ns/iter (± 7556
)1.01
partial_and/80
1370417
ns/iter (± 13094
)1366519
ns/iter (± 12004
)1.00
partial_and/100
1829377
ns/iter (± 11409
)1815267
ns/iter (± 8963
)1.01
partial_rule_depth/1
62788
ns/iter (± 2486
)62347
ns/iter (± 2250
)1.01
partial_rule_depth/5
215056
ns/iter (± 5534
)214488
ns/iter (± 5728
)1.00
partial_rule_depth/10
485092
ns/iter (± 9413
)484272
ns/iter (± 10098
)1.00
partial_rule_depth/20
1389016
ns/iter (± 22618
)1379811
ns/iter (± 16174
)1.01
partial_rule_depth/40
4958448
ns/iter (± 272270
)4910960
ns/iter (± 25224
)1.01
partial_rule_depth/80
27952753
ns/iter (± 279459
)27141254
ns/iter (± 282770
)1.03
partial_rule_depth/100
50299078
ns/iter (± 594410
)49220520
ns/iter (± 672095
)1.02
This comment was automatically generated by workflow using github-action-benchmark.