Skip to content

Commit

Permalink
chore(v7): release 7.6.1 (#176)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[7.6.1](v7.6.0...v7.6.1)
(2024-08-20)


### Bug Fixes

* add support for testing minimum Go version
([c0707a3](c0707a3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Casey Waldren <cwaldren@launchdarkly.com>
  • Loading branch information
github-actions[bot] and cwaldren-ld authored Aug 20, 2024
1 parent 8b05a3a commit 5e573d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "7.6.0",
".": "7.6.1",
"ldotel": "1.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [7.6.1](https://github.com/launchdarkly/go-server-sdk/compare/v7.6.0...v7.6.1) (2024-08-20)


### Bug Fixes

* add support for testing minimum Go version ([c0707a3](https://github.com/launchdarkly/go-server-sdk/commit/c0707a3c9eaab854815062f0d817b97b2b654edd))

## [7.6.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.5.0...v7.6.0) (2024-07-25)

This release introduces the ability to enable compression of event payloads. When enabled, the SDK will compress events before sending them to the LaunchDarkly servers. This can reduce the bandwidth required to send events, which can be useful in high-traffic environments to reduce egress traffic costs.
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 = "7.6.0" // {{ x-release-please-version }}
const SDKVersion = "7.6.1" // {{ x-release-please-version }}

0 comments on commit 5e573d6

Please sign in to comment.