10000 [FSSDK-8795]chore: prepare for pre release 4.0.0-beta by mnoman09 · Pull Request #515 · optimizely/java-sdk · GitHub
[go: up one dir, main page]

Skip to content

[FSSDK-8795]chore: prepare for pre release 4.0.0-beta #515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated changelog
  • Loading branch information
mnoman09 authored May 4, 2023
commit 9dae3229bdd850c9ad0fc6d880298f5c43f9bfed
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For details, refer to our documentation pages:

### Breaking Changes
- `OdpManager` in the SDK is enabled by default, if initialized using OptimizelyFactory. Unless an ODP account is integrated into the Optimizely projects, most `OdpManager` functions will be ignored. If needed, `OdpManager` to be disabled initialize `OptimizelyClient` without passing `OdpManager`.
- `ProjectConfigManager` interface additions + implementing class updates, which includes implementing `getCachedConfig()` and `getSDKKey()` methods.
- `ProjectConfigManager` interface has been changed to add 2 more methods `getCachedConfig()` and `getSDKKey()`. Custom ProjectConfigManager should implement these new methods. See `PollingProjectConfigManager` for reference. This change is required to support ODPManager updated on datafile download [#501](https://github.com/optimizely/java-sdk/pull/501).

## [3.10.3]
March 13th, 2023
Expand Down
0