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.16.0"
".": "25.16.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [25.16.1](https://github.com/glamsystems/glam-sdk-java/compare/25.16.0...25.16.1) (2026-07-22)


### ⚠ BREAKING CHANGES

* delegateHasPermissions now denies a delegate that holds only part of the requested permission mask, where it previously allowed it, and returns false instead of throwing when the delegate has no grant for a required integration program. Callers relying on the previous result must re-check the permission maps they pass in. GlamAccounts#mintPDA(publicKey, 256) now throws instead of returning share class 0's PDA.

### Bug Fixes

* correct instruction building, permission and cache defects ([a562eea](https://github.com/glamsystems/glam-sdk-java/commit/a562eea69216b5efcfd3a70e35828896b4395015))
* **srcgen:** Regenerate with fixed string length reporting. ([afd7d4d](https://github.com/glamsystems/glam-sdk-java/commit/afd7d4d8c4dec5a795bcba393495d33457e5b833))

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


Expand Down