Releases: thestormforge/optimize-go
Releases · thestormforge/optimize-go
v0.0.10
v0.0.9
Changelog
🏗 Improvements
- Added missing
CreateExperimentByName
function to the API
🛑 Breaking Changes
- Environment variables have been renamed from
REDSKY_
toSTORMFORGE_
- The issuer is set to match the host of the accounts API when generating a controller environment
v0.0.8
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
topkg/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
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.