Skip to content

Release v1.0.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikeproeng37 mikeproeng37 released this 15 Oct 21:23
· 203 commits to master since this release

[1.0.0-beta3] - October 15th, 2019

Breaking Changes

  • Refactored EventProcessor and ConfigManager components to no longer require an ExecutionContext be passed in during construction. It will be injected into them by the client factory. #130
  • Moved the entire optimizely package from github.com/optimizely/go-sdk/optimizely to github.com/optimizely/go-sdk/pkg to better follow convention and best practices. #135