Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 13, 2023
2 parents 1f4eedf + cfe7753 commit 228762a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions DOCS/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Fixed
<!---for any bug fixes--->
- Extension somehow breaks other extensions install [#18](https://github.com/thetanz/OpenFeature-al/issues/18)
- InherentPermissions to simplify permissions [#13](https://github.com/thetanz/OpenFeature-al/issues/13)
- SetContext Operation exceeded time threshold (AL method) [#11](https://github.com/thetanz/OpenFeature-al/issues/11)
-
### Added
<!---for new features--->
- Code documentation for public APIs, public enums and interfaces
- `IProvider_FF_TSL` and `FeatureEvent_FF_TSL` become public to enable custom providers
- `FeatureMgt_FF_TSL.OnAfterGetUserContext` event
-
### Changed
<!---for changes in existing functionality--->
-
Expand All @@ -26,10 +22,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
### Removed
<!---for now removed features--->
- `Basic_FF_TSL` permissions set extension now handled using InherentPermissions
-
### Security
<!---in case of vulnerabilities--->
-
## 3.3.0.0 - `2023-07-13`
### Fixed
- Extension somehow breaks other extensions install [#18](https://github.com/thetanz/OpenFeature-al/issues/18)
- InherentPermissions to simplify permissions [#13](https://github.com/thetanz/OpenFeature-al/issues/13)
- SetContext Operation exceeded time threshold (AL method) [#11](https://github.com/thetanz/OpenFeature-al/issues/11)
### Added
- Code documentation for public APIs, public enums and interfaces
- `IProvider_FF_TSL` and `FeatureEvent_FF_TSL` become public to enable custom providers
- `FeatureMgt_FF_TSL.OnAfterGetUserContext` event
### Removed
- `Basic_FF_TSL` permissions set extension now handled using InherentPermissions
## 3.2.1.0 - `2023-06-28`
### Fixed
- `The User does not exist. Identification fields and values: User Security ID='{00000000-0000-0000-0000-000000000001}'` fixed
Expand Down
2 changes: 1 addition & 1 deletion MAIN/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "c42f2379-d7b5-4378-8ce4-9bca293c6189",
"name": "OpenFeature",
"publisher": "Theta Systems Limited",
"version": "3.2.1.0",
"version": "3.3.0.0",
"brief": "Feature Flagging / Toggling / Switching",
"description": "Same as a brief one",
"privacyStatement": "https://www.theta.co.nz/privacy-policy",
Expand Down

0 comments on commit 228762a

Please sign in to comment.