Skip to content

Commit

Permalink
Releasing version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Oct 12, 2023
1 parent 7d67cb6 commit f35bed6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [8.0.0] - 2023-10-12
### Added:
- Added support for Payload Filters, which is an EAP feature. Please contact LaunchDarkly support for more information.
- Added support for upcoming technology migration functionality.

### Changed:
- Expanded `relayMetric` to track polling requests.

### Removed:
- `DisableInternalUsageMetrics` configuration has been removed.

## [7.3.3] - 2023-09-27
### Changed:
- Updated internal relay metric to include data scoped to individual environment.
Expand Down
2 changes: 1 addition & 1 deletion relay/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package version

// Version is the package version
const Version = "7.3.3"
const Version = "8.0.0"

0 comments on commit f35bed6

Please sign in to comment.