Skip to content

Releases: thestormforge/optimize-go

v0.0.10

14 Jun 19:21
v0.0.10
3fdfe3c
Compare
Choose a tag to compare

Changelog

🛑 Breaking Changes

  • Rename the RedSkyConfig to OptimizeConfig
  • Change default URLs to StormForge domains

v0.0.9

26 Apr 19:30
v0.0.9
cc14647
Compare
Choose a tag to compare

Changelog

🏗 Improvements

  • Added missing CreateExperimentByName function to the API

🛑 Breaking Changes

  • Environment variables have been renamed from REDSKY_ to STORMFORGE_
  • The issuer is set to match the host of the accounts API when generating a controller environment

v0.0.8

08 Jan 21:47
v0.0.8
4282a17
Compare
Choose a tag to compare

Changelog

✨ New Features

  • Added helpers for generating and spliting trial names

🏗 Improvements

  • Build with Go 1.15
  • Simplified configuration of the Experiments API

🐛 Bug Fixes

  • Fixed potential vulnerability with dgrijalva/jwt-go

🛑 Breaking Changes

  • Renamed pkg/redskyapi to pkg/api
  • The authorization context for the Experiments API must be supplied via the HTTP round tripper
  • The URL for the Experiments API must be specified as a string (without the /experiments/)

v0.0.7

24 Nov 01:27
v0.0.7
4310d26
Compare
Choose a tag to compare

Changelog

✨ New Features

  • Add application URL configuration for accessing the web based user interface.

🏗 Improvements

  • Handle "Red Sky" to "StormForge" migration.

🐛 Bug Fixes

  • Revocation no longer removes authorization sections: doing so would cause servers to re-associate to the default authorization.

🛑 Breaking Changes

  • Revocation information can only be fetched for the current context.

v0.0.6

17 Nov 03:24
v0.0.6
b4520ed
Compare
Choose a tag to compare

Changelog

✨ New Features

  • Added trial timestamps and effective budget fields

🛑 Breaking Changes

  • Changed the package name from redskyops/redskyops-go to thestormforge/optimize-go

v0.0.5

06 Nov 21:26
v0.0.5
507098b
Compare
Choose a tag to compare

Changelog

✨ New Features

  • Added deployment name tracking to the configuration
  • Added optimize flag to API metric definitions

🛑 Breaking Changes

  • Changed Go field names Reason and Message to match JSON field names FailureReason and FailureMessage

v0.0.4

09 Oct 14:13
v0.0.4
09256e2
Compare
Choose a tag to compare

Changelog

✨ New Features

  • Add API support for failed trial reasons

v0.0.3

22 Sep 19:33
v0.0.3
0d76b7c
Compare
Choose a tag to compare

Changelog

✨ New Features

  • Add API support for categorical parameters

v0.0.2

22 Sep 19:32
v0.0.2
49eff73
Compare
Choose a tag to compare

Changelog

🏗 Improvements

  • Downgrade API Machinery to match current controller requirements

v0.0.1

21 Sep 15:14
v0.0.1
f8bad14
Compare
Choose a tag to compare

Changelog

🎉 Initial Release