Skip to content

Commit

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


##
[7.3.0](v7.2.0...v7.3.0)
(2024-04-03)

This release introduces a Hooks API. Hooks are collections of
user-defined callbacks that are executed by the SDK at various points of
interest. You can use them to augment the SDK with metrics or tracing.

### Features

* Add support for hooks.
([#126](#126))
([929ef8b](929ef8b))
* Implement supporting types for hooks.
([#125](#125))
([7f06147](7f06147))

---
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: Ryan Lamb <[email protected]>
  • Loading branch information
github-actions[bot] and kinyoklion authored Apr 3, 2024
1 parent a8a07a2 commit f22113e
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,3 +1,3 @@
{
".": "7.2.0"
".": "7.3.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.3.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.2.0...v7.3.0) (2024-04-03)

This release introduces a Hooks API. Hooks are collections of user-defined callbacks that are executed by the SDK at various points of interest. You can use them to augment the SDK with metrics or tracing.

### Features

* Add support for hooks. ([#126](https://github.com/launchdarkly/go-server-sdk/issues/126)) ([929ef8b](https://github.com/launchdarkly/go-server-sdk/commit/929ef8b146dce99030a81033646f380a6b21fd98))
* Implement supporting types for hooks. ([#125](https://github.com/launchdarkly/go-server-sdk/issues/125)) ([7f06147](https://github.com/launchdarkly/go-server-sdk/commit/7f061475333cb09e9d59defc4046840af999b472))

## [7.2.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.1.1...v7.2.0) (2024-03-25)


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.2.0" // {{ x-release-please-version }}
const SDKVersion = "7.3.0" // {{ x-release-please-version }}

0 comments on commit f22113e

Please sign in to comment.