Skip to content

Releases: optimizely/agent

Release 1.1.0

22 May 01:39
b721ae8
Compare
Choose a tag to compare

[1.1.0] - May 21st, 2020

  • Upgrade to use go-sdk 1.2.0. This adds support for multi-rule rollouts.

Release 1.0.2

27 Apr 18:02
Compare
Choose a tag to compare

[1.0.2] - April 26th, 2020

  • Add datafileURLTemplate configuration option

Release 1.0.1

22 Apr 23:08
cc14f82
Compare
Choose a tag to compare

[1.0.1] - April 22, 2020

  • Update to use go-sdk 1.1.3. This has a fix to the batch event processor was creating a dispatcher without a logger.

Release 1.0.0

26 Mar 18:48
1cab7bb
Compare
Choose a tag to compare

[1.0.0] - March 26th, 2020

  • Update documentation and examples
  • Add response body for override and track
  • Add userId in /activate response
  • Require userId in /activate request
  • Add python integration test suite
  • Add route handler and serve /openapi.yaml
  • Improve logging from the SDK

Release 0.14.0

12 Mar 17:34
9dec467
Compare
Choose a tag to compare

[0.14.0] - March 12th, 2020

  • Update windows build script
  • Remove pre-v1 api references
  • Allow unknown keys in /activate request
  • Improve API token issuer and auth client config
  • Expand on example python scripts and general documentation

Release 0.13.0

06 Mar 03:32
3a94057
Compare
Choose a tag to compare

[0.13.0] - March 5th, 2020

  • Add ability to blacklist TLS ciphers
  • Disable notifications and overrides by default
  • Update misc items in swagger spec
  • Improve README and add auth examples
  • Update SDK client config namespace
  • Add support for JWKS URI
  • Add OAuth to swagger spec
  • Add client secret creation tool

Release 0.12.0

14 Feb 23:07
191b4a0
Compare
Choose a tag to compare

[0.12.0] - February 14th, 2020

  • Add support for typed user attributes
  • Add event-stream API for notifications
  • Add basic client credentials grant flow
  • Add native TLS support via configuration
  • Refactor to a POST based action API

Release 0.11.0

17 Jan 18:22
0825a48
Compare
Choose a tag to compare

[0.11.0] - January 17th, 2020

  • Bump to 1.0.0-rc1@d1b332c of the Optimizely go-sdk
  • Improve build tooling
  • Add standard metrics registry
  • Update documentation
  • Return 404 when feature or experiment are not found
  • Update event payloads to include Agent name and version

Release 0.10.0

10 Jan 02:46
Compare
Choose a tag to compare

[0.10.0] - January 9th, 2020

  • Rename repo to optimizely/agent and update imports
  • Improve CI builds for Windows and SourceClear
  • Major /pkg refactoring
  • Exclude vulnerabilities identified through SourceClear

Release 0.9.0

08 Jan 23:19
Compare
Choose a tag to compare

[0.9.0] - January 8th, 2020

  • Capture response time metrics in milliseconds
  • Bump to 1.0.0-rc1@d1b332c of the Optimizely go-sdk
  • Add metric visibility into event dispatcher
  • Miscellaneous clean-up and of docs and openapi spec
  • Add top level config package to consolidate configuration
  • Incorporate OptimizelyConfig into feature and experiment models
  • Add get experiment and list experiment endpoints
  • Add user features endpoint for batched decision responses
  • Add windows tooling
  • Add credit section to README
  • Improve service shutdown