Skip to content

Commit 25fcfa1

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 7.0.0
1 parent 5a0e096 commit 25fcfa1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## [7.0.0] - 2023-10-11
6+
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.
7+
8+
### Added:
9+
- New `Migrator` type which provides an out-of-the-box configurable migration framework.
10+
- For more advanced use cases, added new `MigrationVariation` and `TrackMigrationOp` methods on `LDClient`.
11+
12+
### Changed:
13+
- `LDClientEvaluations` interface now has a `MigrationVariation` method.
14+
- `LDClientEvents` interface now has `TrackMigrationOp` method.
15+
516
## [6.1.1] - 2023-10-11
617
### Fixed:
718
- Event payloads receiving an HTTP 413 status code will no longer prevent subsequent event payloads from being attempted.

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package internal
22

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

0 commit comments

Comments
 (0)