Skip to content
Open
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 @@
{
".": "25.15.0"
".": "25.15.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [25.15.1](https://github.com/glamsystems/glam-sdk-java/compare/25.15.0...25.15.1) (2026-07-09)


### Features

* **sdk:** add optional parameters for improved flexibility and configurability across multiple SDK types ([c1ee546](https://github.com/glamsystems/glam-sdk-java/commit/c1ee5462d41d9208b187135bd2d2d4e77f3008a9))
* **sdk:** add unsigned `u8` parameters for enhanced precision and flexibility across generated types ([a8f0a83](https://github.com/glamsystems/glam-sdk-java/commit/a8f0a83e685e6aecac13fab6346f779631f20521))


### Bug Fixes

* **services:** handle empty global config data and log file read errors ([76c1719](https://github.com/glamsystems/glam-sdk-java/commit/76c1719e17d08cc694d7671a4e562e33ac2efd97))

## [25.15.0](https://github.com/glamsystems/glam-sdk-java/compare/25.14.3...25.15.0) (2026-06-29)


Expand Down