Skip to content

Commit

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


##
[7.4.1](v7.4.0...v7.4.1)
(2024-06-04)


### Bug Fixes

* add warning log message if client init duration is longer than
recommended (60s)
([68e3440](68e3440))
* align high timeout log msg with spec
([#150](#150))
([606d224](606d224))
* resolve data race in Broadcasters system
([#153](#153))
([68cb1a4](68cb1a4))

---
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>
  • Loading branch information
github-actions[bot] authored Jun 4, 2024
1 parent 606d224 commit ec3ddbe
Show file tree
Hide file tree
Showing 3 changed files with 11 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.4.0",
".": "7.4.1",
"ldotel": "1.0.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [7.4.1](https://github.com/launchdarkly/go-server-sdk/compare/v7.4.0...v7.4.1) (2024-06-04)


### Bug Fixes

* add warning log message if client init duration is longer than recommended (60s) ([68e3440](https://github.com/launchdarkly/go-server-sdk/commit/68e3440f5368aa23e72345abc56cb77d7fe90914))
* align high timeout log msg with spec ([#150](https://github.com/launchdarkly/go-server-sdk/issues/150)) ([606d224](https://github.com/launchdarkly/go-server-sdk/commit/606d224c155833de2f2b38d5bea60de92e1765ea))
* resolve data race in Broadcasters system ([#153](https://github.com/launchdarkly/go-server-sdk/issues/153)) ([68cb1a4](https://github.com/launchdarkly/go-server-sdk/commit/68cb1a48724a9b739eca801e5ff9b64a8c6f6b14))

## [7.4.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.3.0...v7.4.0) (2024-04-10)

This release contains no functional changes. It is a product of structural changes to the repository.
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.4.0" // {{ x-release-please-version }}
const SDKVersion = "7.4.1" // {{ x-release-please-version }}

0 comments on commit ec3ddbe

Please sign in to comment.