Skip to content

v4.0.0

Choose a tag to compare

@typotter typotter released this 25 Apr 14:46
· 9 commits to main since this release
b4e2913

What's Changed

  • feat: publish SDK workflow with package testing by @typotter in #49
  • feat: run package tests on main merges and when release is cut by @typotter in #50
  • fix: Store configuration atomically by @typotter in #48
  • feat: Only load bandits when new models are needed by @typotter in #51

Breaking Changes

The recently introduced method, fetchAndActivateConfiguration no longer has a skipModifiedCheck parameter. This parameter helped to overcome a limitation of the previous configuration storage architecture overhauled in #48. The new signature is
public function fetchAndActivateConfiguration(): void

Full Changelog: v3.5.1...v4.0.0