1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/CHANGELOG.md

92 lines
3.5 KiB
Markdown
Raw Normal View History

2017-01-05 19:11:15 +01:00
# Changelog
2018-01-17 15:58:10 +01:00
## 3.0.0-alpha.8
- [Auth] User-provider ([#261](https://github.com/Unleash/unleash/issues/261))
- [Auth] Document how to secure Unleash ([#234](https://github.com/Unleash/unleash/issues/234))
- [Auth] Admin UI should handle 401 ([#232](https://github.com/Unleash/unleash/issues/232))
- [Auth] Client API authentication ([#231](https://github.com/Unleash/unleash/issues/231))
- [Auth] Handle 403 (Forbidden) with custom auth.
- [Auth] Support sign out ([#288](https://github.com/Unleash/unleash/issues/288))
2017-12-18 15:38:43 +01:00
## 3.0.0-alpha.7
- Bugfix: Should not allow creation of archived toggle #284
2017-11-29 10:53:05 +01:00
## 3.0.0-alpha.6
2017-11-29 10:50:14 +01:00
- Expose vresion number in /api and in user interface.
- Housekeeping: Upgrading a lot of dependencies
2017-09-13 11:41:58 +02:00
## 3.0.0-alpha.3
- Bump unleash-frontend
2017-09-11 21:08:26 +02:00
## 3.0.0-alpha.2
2017-08-05 15:59:36 +02:00
- Add sdkVersion in client registration
2017-06-29 08:43:52 +02:00
- disable edit of built-in strategies
2017-06-29 11:16:53 +02:00
- Strip uknown fields in client requests.
- Disable x-powered-by header
2017-08-05 15:59:36 +02:00
- Add posibility to inject custom logger provider
2017-06-28 12:43:48 +02:00
## 3.0.0-alpha.1
- upgrade unleash-frontend to 3.0.0-alpha.1
2017-06-28 10:52:46 +02:00
- moved api endpoints to /api/admin/* and /api/client/*
- refactored all routes to use a standalone router per file
- removed v.1 legacy data support
- removed v.1 legacy /features endpoint
- added prettier and upgraded eslint
2017-06-07 16:30:01 +02:00
## 2.2.0
- Expose hooks in main export #223
2017-04-24 13:09:28 +02:00
## 2.1.7
- Bump unleash-frontend to 2.2.6
2017-04-24 12:39:30 +02:00
## 2.1.6
2017-04-24 12:34:57 +02:00
- Added strategies validation when updating feature toggle
- Allow node newer than 6 to run the app
2017-03-07 18:33:04 +01:00
## 2.1.4
- Bump unleash-fronted to 2.2.4
2017-03-07 17:42:39 +01:00
## 2.1.3
- Bugfix for db: timestamps should be with time zone.
- Bump unleash-fronted to 2.2.3
2017-02-22 17:20:48 +01:00
## 2.1.2
- Bugfix for migration: avoid multiple calls on same callback.
2017-02-11 11:43:37 +01:00
## 2.1.0
2017-02-15 17:36:43 +01:00
- Provide a set of pre-defined activation strategies. These will automatically be defined by the migrator as long as they don't exist already.
2017-02-11 11:43:37 +01:00
- applicationHostname
- gradualRolloutRandom
- gradualRolloutSessionId
- gradualRolloutUserId
- remoteAddress
- userWithId
## 2.0.4
- bump unleash-frontend which includes a lot of UI improvements and bug-fixes.
- Fix error message when trying to create a archived feature toggle.
2017-01-06 09:09:19 +01:00
## 2.0.0 (January 2017)
2017-01-05 19:11:15 +01:00
- 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.
2017-01-06 09:09:19 +01:00
- Database-migration done internally by Unleash, no external migration step required.
2017-01-05 19:11:15 +01:00
- 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)
2017-01-06 09:09:19 +01:00
- Unleash-frontend as a separate repo: https://github.com/Unleash/unleash-frontend. Total rewrite of UI using react + redux + material Design.
2017-01-05 19:11:15 +01:00
- Unleash moved to its 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.
2017-01-06 09:09:19 +01:00
- 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](https://github.com/Unleash/unleash/blob/master/docs/migration-guide.md)**
2017-01-05 19:11:15 +01:00
2017-03-05 12:05:22 +01:00
## 1.0.0 (January 2015)
2017-01-05 19:11:15 +01:00
- Initial public release