-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add changelog * add java change to changelog * bump versions * rename bump versions script
- Loading branch information
Showing
19 changed files
with
56 additions
and
29 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.26.3 | ||
0.26.4 |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Release 2022-12-05 | ||
menuTitle: 2022-12-05 | ||
any: true | ||
description: >- | ||
Changelog for Release 2022-12-05 (oso 0.26.4) containing new features, | ||
bug fixes, and more. | ||
--- | ||
|
||
## `oso` 0.26.4 | ||
|
||
### Python | ||
|
||
#### Platform support | ||
|
||
- We now publish wheels for Python 3.11 for all supported platforms. | ||
You should now be able to use `pip install oso` to get the | ||
latest Oso package. | ||
|
||
Thanks to [`@kkirsche`](https://github.com/kkirsche) help with this! | ||
|
||
### Java | ||
|
||
#### Other bugs & improvements | ||
- Fixed a potential memory leak in the Java client library. | ||
|
||
|
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,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
oso-oso (0.26.3) | ||
oso-oso (0.26.4) | ||
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.26.3' | ||
VERSION = '0.26.4' | ||
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
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
File renamed without changes.
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
e2f3bde
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
57464
ns/iter (± 6279
)59211
ns/iter (± 5998
)0.97
n_plus_one/100
2737317
ns/iter (± 132985
)2808364
ns/iter (± 137733
)0.97
n_plus_one/500
13135099
ns/iter (± 743250
)13481352
ns/iter (± 525422
)0.97
n_plus_one/1000
26496108
ns/iter (± 1180912
)27142395
ns/iter (± 1024130
)0.98
unify_once
1095
ns/iter (± 104
)1180
ns/iter (± 117
)0.93
unify_twice
3007
ns/iter (± 196
)3174
ns/iter (± 245
)0.95
many_rules
70917
ns/iter (± 7453
)76742
ns/iter (± 5440
)0.92
fib/5
638661
ns/iter (± 41185
)689719
ns/iter (± 29639
)0.93
prime/3
21415
ns/iter (± 1619
)22788
ns/iter (± 2359
)0.94
prime/23
21954
ns/iter (± 3603
)22875
ns/iter (± 5049
)0.96
prime/43
21447
ns/iter (± 1620
)22833
ns/iter (± 2006
)0.94
prime/83
22031
ns/iter (± 2559
)22546
ns/iter (± 1984
)0.98
prime/255
20367
ns/iter (± 1740
)20102
ns/iter (± 3489
)1.01
indexed/100
6888
ns/iter (± 1596
)7367
ns/iter (± 1204
)0.93
indexed/500
8606
ns/iter (± 3071
)9340
ns/iter (± 5392
)0.92
indexed/1000
10943
ns/iter (± 1193
)12800
ns/iter (± 2898
)0.85
indexed/10000
20575
ns/iter (± 9010
)33300
ns/iter (± 12971
)0.62
not
6902
ns/iter (± 760
)7609
ns/iter (± 745
)0.91
double_not
14672
ns/iter (± 1401
)15789
ns/iter (± 654
)0.93
De_Morgan_not
9259
ns/iter (± 740
)9861
ns/iter (± 635
)0.94
load_policy
1163891
ns/iter (± 47299
)1210428
ns/iter (± 50642
)0.96
partial_and/1
38443
ns/iter (± 2718
)40373
ns/iter (± 4829
)0.95
partial_and/5
133023
ns/iter (± 9754
)142577
ns/iter (± 10100
)0.93
partial_and/10
252711
ns/iter (± 17863
)267195
ns/iter (± 14387
)0.95
partial_and/20
529486
ns/iter (± 26512
)558836
ns/iter (± 36763
)0.95
partial_and/40
1144861
ns/iter (± 60777
)1227415
ns/iter (± 43714
)0.93
partial_and/80
2755283
ns/iter (± 141282
)2877706
ns/iter (± 133515
)0.96
partial_and/100
3681958
ns/iter (± 105784
)3777149
ns/iter (± 117965
)0.97
partial_rule_depth/1
127857
ns/iter (± 8307
)128907
ns/iter (± 9594
)0.99
partial_rule_depth/5
419040
ns/iter (± 27132
)432249
ns/iter (± 21905
)0.97
partial_rule_depth/10
920318
ns/iter (± 51701
)954393
ns/iter (± 62764
)0.96
partial_rule_depth/20
2669994
ns/iter (± 110575
)2842070
ns/iter (± 103250
)0.94
partial_rule_depth/40
10230144
ns/iter (± 419477
)10790784
ns/iter (± 548601
)0.95
partial_rule_depth/80
64320136
ns/iter (± 2936173
)71284860
ns/iter (± 2298482
)0.90
partial_rule_depth/100
121577677
ns/iter (± 3155642
)128572248
ns/iter (± 3336314
)0.95
This comment was automatically generated by workflow using github-action-benchmark.