Skip to content

Releases: optimizely/agent

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

Release 0.8.1

04 Dec 22:40
03f1662
Compare
Choose a tag to compare

[0.8.1] - December 4th, 2019

  • Bump to 1.0.0-rc1@973644b of the Optimizely go-sdk
  • Update test harness with new interface

Release 0.8.0

18 Nov 21:15
cb762c2
Compare
Choose a tag to compare

[0.8.0] - November 18th, 2019

  • Adds ability to limit the number of active api connections
  • Allows SDK keys to be bootstrapped during startup
  • Adds http server timeouts
  • Adds graceful shutdown hooks
  • Adds support for forced variation API
  • Adds support for experimentation APIs

Release 0.7.0

08 Nov 01:41
6d463d6
Compare
Choose a tag to compare

[0.7.0] - November 7th, 2019

  • Adds request timing metrics
  • Allows config file location to be set
  • Bumps go-sdk version to latest master

Release 0.6.0

31 Oct 22:18
2db1ebf
Compare
Choose a tag to compare

[0.6.0] - October 31st, 2019

  • Adds a few more debug logs
  • Updates to latest master to resolve some targeting issues
  • Update make clean to clean mod cache

Bug Fixes

  • Actually enable the impression tracking endpoint in the router

Release 0.5.0

24 Oct 23:46
928c71b
Compare
Choose a tag to compare

[0.5.0] - October 24th, 2019

  • Adds GET endpoint for user-based features
  • Adds impression tracking for Feature Tests

Release 0.4.0

23 Oct 20:45
3217440
Compare
Choose a tag to compare

[0.4.0] - October 23rd, 2019

  • Adds admin endpoints for health, info and metrics
  • Adds requestId to logs and response header
  • Improves log integration with Optimizely SDK
  • Updates swagger spec to match current server implementation
  • Updates dependency version for the Optimizely SDK
  • Enhance webhook service configurability

Release 0.3.0

15 Oct 00:01
8947af5
Compare
Choose a tag to compare

[0.3.0] - October 14th, 2019

  • Adds user centric API routes
  • Introduces spf13/viper based configuration
  • Adds OptlyContext middleware
  • Adds webhoook support for multiple concurrent SDK keys

Release 0.2.0

04 Oct 20:52
dd1c253
Compare
Choose a tag to compare

[0.2.0] - October 3rd, 2019

  • Adds Optimizely webhook support
  • Adds full Feature MGMT support
  • Adds NSQ for UserEvent message transport
  • Adds support for multiple concurrent SDK keys