Skip to content

Commit

Permalink
preparing release 1.5.0 for flagSets support
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelograno committed Jan 25, 2024
1 parent 4a09e27 commit 9efeb6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.5.0 (Jan 25, 2024)
- Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
- getTreatmentsByFlagSet and getTreatmentsByFlagSets
- getTreatmentWithConfigByFlagSets and getTreatmentsWithConfigByFlagSets
- Updated the following SDK manager method to expose flag sets on flag views:
- Added `defaultTreatment` property to the `SplitView` object returned by the `split` and `splits` methods of the SDK manager.

1.4.0 (Dec 14, 2023):
- Add support for a custom tracer for client methods.
- Support finer granularity on timeouts.
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

class Version
{
const CURRENT = '1.5.0-rc2';
const CURRENT = '1.5.0';
}

0 comments on commit 9efeb6c

Please sign in to comment.