Skip to content

Commit

Permalink
Releasing version 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Oct 11, 2023
1 parent 5a0e096 commit 25fcfa1
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 Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [7.0.0] - 2023-10-11
The latest version of this SDK supports the ability to manage migrations or modernizations, using migration flags. You might use this functionality if you are optimizing queries, upgrading to new tech stacks, migrating from one database to another, or other similar technology changes. Migration flags are part of LaunchDarkly's Early Access Program. This feature is available to all LaunchDarkly customers but may undergo additional changes before it is finalized.

### Added:
- New `Migrator` type which provides an out-of-the-box configurable migration framework.
- For more advanced use cases, added new `MigrationVariation` and `TrackMigrationOp` methods on `LDClient`.

### Changed:
- `LDClientEvaluations` interface now has a `MigrationVariation` method.
- `LDClientEvents` interface now has `TrackMigrationOp` method.

## [6.1.1] - 2023-10-11
### Fixed:
- Event payloads receiving an HTTP 413 status code will no longer prevent subsequent event payloads from being attempted.
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package internal

// SDKVersion is the current version string of the SDK. This is updated by our release scripts.
const SDKVersion = "6.1.1"
const SDKVersion = "7.0.0"

0 comments on commit 25fcfa1

Please sign in to comment.