Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.5"
".": "2.3.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.0](https://github.com/bucketeer-io/android-client-sdk/compare/v2.2.5...v2.3.0) (2025-12-03)


### Features

* auto retry on deployment-related 499 errors ([#240](https://github.com/bucketeer-io/android-client-sdk/issues/240)) ([53c283b](https://github.com/bucketeer-io/android-client-sdk/commit/53c283b2cd006db4e57a1ac635e8009c64ad630c))


### Bug Fixes

* missing request read and write timeout settings ([#237](https://github.com/bucketeer-io/android-client-sdk/issues/237)) ([362e315](https://github.com/bucketeer-io/android-client-sdk/commit/362e3156685a3af36edc30de2df3b343fdf64505))

## [2.2.5](https://github.com/bucketeer-io/android-client-sdk/compare/v2.2.4...v2.2.5) (2025-06-17)


Expand Down
Loading