-
Notifications
You must be signed in to change notification settings - Fork 32
[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
Conversation
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.
Looks good. A couple of suggestions.
CHANGELOG.md
Outdated
[#495](https://github.com/optimizely/java-sdk/pull/495), | ||
[#496](https://github.com/optimizely/java-sdk/pull/496), | ||
[#497](https://github.com/optimizely/java-sdk/pull/497), | ||
[#498](https://github.com/optimizely/java-sdk/pull/498), | ||
[#500](https://github.com/optimizely/java-sdk/pull/500), | ||
[#501](https://github.com/optimizely/java-sdk/pull/501), | ||
[#502](https://github.com/optimizely/java-sdk/pull/502), | ||
[#503](https://github.com/optimizely/java-sdk/pull/503), | ||
[#504](https://github.com/optimizely/java-sdk/pull/504), | ||
[#509](https://github.com/optimizely/java-sdk/pull/509), | ||
[#511](https://github.com/optimizely/java-sdk/pull/511), | ||
[#512](https://github.com/optimizely/java-sdk/pull/512), | ||
[#513](https://github.com/optimizely/java-sdk/pull/513), | ||
[#514](https://github.com/optimizely/java-sdk/pull/514) |
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.
This list is too long. Can we remove fix PRs (495-514), so can focus on new feature additions.
CHANGELOG.md
Outdated
|
||
### 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 |
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.
Can we add more info about this breaking changes (what changes they have to make)?
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.
Suggested a bit more details about ProjectConfigManager
CHANGELOG.md
Outdated
|
||
### 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. |
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.
What about more details like -
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).
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.
LGTM
Summary
Issues