From 8dca6c52b3563cf196e6c7c6b05b64c10db8d25b Mon Sep 17 00:00:00 2001 From: Ivar Date: Thu, 5 Jan 2017 19:11:15 +0100 Subject: [PATCH 1/3] Added changelog #196 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..495d9f8e4d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 2.0.0 (Januar 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. +- 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 desing. +- 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. + + +## 1.0.0 (Januar 2014) +- Initial public release + From bab0c4e3b545ef328db9d93a4e9ca7e1cfaafc1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 6 Jan 2017 09:09:19 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 495d9f8e4d..d0853f29bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,23 @@ # Changelog -## 2.0.0 (Januar 2017) +## 2.0.0 (January 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 desing. +- 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. +- 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)** + ## 1.0.0 (Januar 2014) From c0f20b5f957c3439709639afa38aff5bca242e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 6 Jan 2017 12:18:57 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0853f29bc..79d7ab27e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,6 @@ -## 1.0.0 (Januar 2014) +## 1.0.0 (January 2014) - Initial public release