Skip to content

Commit 49dbcf2

Browse files
chore(main): release 5.15.0 (#388)
🤖 I have created a release *beep* *boop* --- ## [5.15.0](5.14.0...5.15.0) (2026-08-17) ### Features * add HookDecorator so a hook wrapper forwards the stages it does not override ([c78c612](c78c612)) * add HookDecorator so a hook wrapper forwards the stages it does not override ([#387](#387)) ([d118a62](d118a62)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Overview** > **Release Please** bumps the SDK from **5.14.0** to **5.15.0** in `.release-please-manifest.json`, `gradle.properties`, and documents the release in `CHANGELOG.md`. > > The **5.15.0** changelog highlights a new **`HookDecorator`** API: a wrapper hook that forwards hook lifecycle stages to an inner hook for any stages the wrapper does not override, making it easier to stack hook behavior (e.g. with **`DedupingHook`**). No library source changes appear in this diff—only version and changelog metadata. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit eef306f. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
2 parents d118a62 + eef306f commit 49dbcf2

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.14.0"
2+
".": "5.15.0"
33
}

CHANGELOG.md

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

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

5+
## [5.15.0](https://github.com/launchdarkly/android-client-sdk/compare/5.14.0...5.15.0) (2026-08-17)
6+
7+
8+
### Features
9+
10+
* add HookDecorator so a hook wrapper forwards the stages it does not override ([c78c612](https://github.com/launchdarkly/android-client-sdk/commit/c78c612c5cd3fab001ff0716cb4a68fc5a93f28f))
11+
* add HookDecorator so a hook wrapper forwards the stages it does not override ([#387](https://github.com/launchdarkly/android-client-sdk/issues/387)) ([d118a62](https://github.com/launchdarkly/android-client-sdk/commit/d118a62eeb02cdd26a4a64591e9405d4d214ebaa))
12+
513
## [5.14.0](https://github.com/launchdarkly/android-client-sdk/compare/5.13.3...5.14.0) (2026-08-12)
614

715

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# org.gradle.parallel=true
1919

2020
#x-release-please-start-version
21-
version=5.14.0
21+
version=5.15.0
2222
#x-release-please-end
2323

2424
sonatypeUsername=

0 commit comments

Comments
 (0)