All Versions
145
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 15
Changelog History
Page 15
-
v2.1.2 Changes
- π Bugfix for migration: avoid multiple calls on same callback.
-
v2.1.0 Changes
- Provide a set of pre-defined activation strategies. These will automatically be defined by the migrator as long as they don't exist already.
- applicationHostname
- gradualRolloutRandom
- gradualRolloutSessionId
- gradualRolloutUserId
- remoteAddress
- userWithId
- Provide a set of pre-defined activation strategies. These will automatically be defined by the migrator as long as they don't exist already.
-
v2.0.4 Changes
- β¬οΈ bump unleash-frontend which includes a lot of UI improvements and bug-fixes.
- π Fix error message when trying to create a archived feature toggle.
-
v2.0.0 Changes
January 01, 2017- π Support multiple strategies. This makes it easy to use multiple activation strategies in combination.
- π» Client metrics. Gives details about what toggles a specific client application uses, how many times a toggle was evaluated to true / false. Everything presented in the UI.
- π Client registration. This gives insight about connected clients, instances, strategies they support.
- Client Application overview. Based on metrics and client registrations.
- Database-migration done internally by Unleash, no external migration step required.
- Publish unleash-server to npm.
- Provide Prometheus endpoint for service metrics (response times, memory usage, etc).
- π A lot of bug-fixes (check commit history and issues for reference)
- π» Unleash-frontend as a separate repo: https://github.com/Unleash/unleash-frontend. Total rewrite of UI using react + redux + material Design.
- π Unleash moved to itβs own organization: https://github.com/Unleash making it more open and allow everyone to contribute.
- π³ Unleash-docker as a separate module: https://github.com/Unleash/unleash-docker
- Unleash binary, making it easy to install and use Unleash as a service.
- β Removed all config/tuning that was specific to FINN.no usage of Unleash.
π If you are migrating from 1.0.0 to 2.0.0 we recommend reading the migration guide
-
v1.0.0 Changes
January 01, 2015- π Initial public release