From c7203a6b34077e5fc6a323f3597835d4117ab8de Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 19 Dec 2024 13:46:47 +0000 Subject: [PATCH] chore: bump version to 6.5.3 --- CHANGELOG.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a373ef1f0dd2..24b99a723e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,57 @@ All notable changes to this project will be documented in this file. +## [6.5.3] - 2024-12-19 + +### Bug Fixes + +- Use strategyName instead of name property for component to load ([#8983](https://github.com/Unleash/unleash/issues/8983)) + +- Can't sort on undefined sdks ([#8982](https://github.com/Unleash/unleash/issues/8982)) + +- Now null sdks will also be handled nicely ([#8984](https://github.com/Unleash/unleash/issues/8984)) + +- Check for enterprise in the create/edit templates UI ([#8985](https://github.com/Unleash/unleash/issues/8985)) + +- Streaming error handling ([#8999](https://github.com/Unleash/unleash/issues/8999)) + + +### Documentation + +- Swapi.dev no longer exists ([#8997](https://github.com/Unleash/unleash/issues/8997)) + + +### Features + +- Move delta controller to new path ([#8981](https://github.com/Unleash/unleash/issues/8981)) + +- Add prom metrics ([#8980](https://github.com/Unleash/unleash/issues/8980)) + +- Segment delta ([#8990](https://github.com/Unleash/unleash/issues/8990)) + +- Authentication configuration permission ([#8987](https://github.com/Unleash/unleash/issues/8987)) + +- Release templates strategy interaction improvements ([#8992](https://github.com/Unleash/unleash/issues/8992)) + +- Date range selector ([#8991](https://github.com/Unleash/unleash/issues/8991)) + +- Store memory footprints to grafana ([#9001](https://github.com/Unleash/unleash/issues/9001)) + + +### Miscellaneous Tasks + +- Rebrand cache to delta ([#8986](https://github.com/Unleash/unleash/issues/8986)) + +- Rename to seats used ([#8993](https://github.com/Unleash/unleash/issues/8993)) + +- Default event log span 1 year ([#8995](https://github.com/Unleash/unleash/issues/8995)) + + +### Migration + +- Add auth config permission ([#8988](https://github.com/Unleash/unleash/issues/8988)) + + ## [6.5.2] - 2024-12-13 ### Bug Fixes diff --git a/package.json b/package.json index 81c099aeb2c5..5d489ab833c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unleash-server", "description": "Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.", - "version": "6.5.2", + "version": "6.5.3", "keywords": [ "unleash", "feature flag",