-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Only require segment key for prod & staging builds * Belatedly credit @FinnRG and @onalante-msft in changelog * Fix html * Indentation to make html tag pairs easier to identify * Add 0.27.0 changelog * Bump versions to 0.27.0 * make -C docs spelling
- Loading branch information
Showing
30 changed files
with
148 additions
and
69 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
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.4 | ||
0.27.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 |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
title: Release 2023-04-03 | ||
menuTitle: 2023-04-03 | ||
any: true | ||
description: >- | ||
Changelog for Release 2023-04-03 (oso 0.27.0, django-oso 0.27.0, flask-oso | ||
0.27.0, sqlalchemy-oso 0.27.0) containing new features, bug fixes, and more. | ||
--- | ||
|
||
## `oso` 0.27.0 | ||
|
||
### Core | ||
|
||
#### Other bugs & improvements | ||
|
||
- Removed the development dependency on the AGPL-licensed `permute` crate, | ||
replacing it with the MIT-or-Apache-2.0-licensed `permutohedron` crate. | ||
Thanks to [`FinnRG`](https://github.com/FinnRG)! | ||
|
||
### Go | ||
|
||
#### New features | ||
|
||
##### Linux ARM64 platform support | ||
|
||
Support for using Oso's Go library in Linux ARM64 environments has landed | ||
thanks to [`omusil24`](https://github.com/omusil24)! | ||
|
||
### Python | ||
|
||
#### Breaking changes | ||
|
||
{{% callout "Warning" "orange" %}} | ||
This release contains breaking changes. Be sure to follow migration steps | ||
before upgrading. | ||
{{% /callout %}} | ||
|
||
- Dropped support for end-of-life Python 3.6 and upgraded the Python code to | ||
3.7+ standards. Thanks to [`kkirsche`](https://github.com/kkirsche) for the | ||
contribution! | ||
|
||
#### Other bugs & improvements | ||
|
||
- Loosened the version constraint on the `packaging` dependency. Thanks again | ||
to [`kkirsche`](https://github.com/kkirsche)! | ||
|
||
### Java | ||
|
||
#### Breaking changes | ||
|
||
{{% callout "Warning" "orange" %}} | ||
This release contains breaking changes. Be sure to follow migration steps | ||
before upgrading. | ||
{{% /callout %}} | ||
|
||
- Dropped support for end-of-life Java 11. | ||
|
||
## `django-oso` 0.27.0 | ||
|
||
### Other bugs & improvements | ||
|
||
- Updated to use automatic `AppConfig` discovery for Django 3.2+, silencing a | ||
warning. Thanks to [`devmonkey22`](https://github.com/devmonkey22) for the | ||
contribution! | ||
- Bumped the minimum required version of the `oso` dependency. | ||
|
||
## `flask-oso` 0.27.0 | ||
|
||
Bumped the minimum required version of the `oso` dependency. | ||
|
||
## `sqlalchemy-oso` 0.27.0 | ||
|
||
### Other bugs & improvements | ||
|
||
- Fixed crash when trying to look up a non-existent `"entity"` property. Thanks | ||
to [`snstanton`](https://github.com/snstanton) for the contribution! | ||
- Bumped the minimum required version of the `oso` dependency. |
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,4 +1,5 @@ | ||
ABAC | ||
AGPL | ||
APIs | ||
AWS | ||
Abagail | ||
|
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.26.2 | ||
oso~=0.27.0 | ||
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.26.0 | ||
oso~=0.27.0 | ||
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.26.2 | ||
oso~=0.27.0 | ||
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.26.3" | ||
__version__ = "0.27.0" | ||
|
||
|
||
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.26.4) | ||
oso-oso (0.27.0) | ||
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.4' | ||
VERSION = '0.27.0' | ||
end |
Oops, something went wrong.