Skip to content

Commit

Permalink
chore: bump version to 6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Dec 19, 2024
1 parent 66907bf commit c7203a6
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c7203a6

Please sign in to comment.