Skip to content

Commit 6fe87c8

Browse files
chore(main): release 1.18.1
1 parent a0f95c2 commit 6fe87c8

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.18.1](https://github.com/solana-foundation/solana-go/compare/v1.18.0...v1.18.1) (2026-04-23)
4+
5+
6+
### Bug Fixes
7+
8+
* enhance getUint64 function to handle string inputs ([5309095](https://github.com/solana-foundation/solana-go/commit/53090952ffc598c1870617b1727179135994ec65))
9+
* keep websocket request IDs within JSON-safe range ([8ed3105](https://github.com/solana-foundation/solana-go/commit/8ed31050f7af62f26b5615f40546bb498cab9219))
10+
* **message:** json version detection ([1fd2201](https://github.com/solana-foundation/solana-go/commit/1fd2201431de71d9164d281eef2c62f858fb5016))
11+
* **message:** json version detection ([7b75471](https://github.com/solana-foundation/solana-go/commit/7b7547155906993e24f0bee1af0468a679dc00b3))
12+
* reject malformed ed25519 private keys in PrivateKeyFromBase58 ([edcedcc](https://github.com/solana-foundation/solana-go/commit/edcedcc2ba5ebd01c65baf64b8a22bf879cb0d55))
13+
* **rpc:** match ParsedTransactionMeta to TransactionMeta ([a0f95c2](https://github.com/solana-foundation/solana-go/commit/a0f95c23eac6031c0f44e3095b763da531b8b2b7))
14+
* **rpc:** match ParsedTransactionMeta to TransactionMeta ([60ccd62](https://github.com/solana-foundation/solana-go/commit/60ccd6211e18215ec1b6d9d7b071529ffc11067f)), closes [#284](https://github.com/solana-foundation/solana-go/issues/284)
15+
316
## [1.18.0](https://github.com/solana-foundation/solana-go/compare/v1.17.0...v1.18.0) (2026-04-16)
417

518

@@ -17,5 +30,4 @@
1730

1831
### Performance Improvements
1932

20-
* **message:** eliminate complex scans, struct copies, and redundant allocs
21-
33+
* **message:** eliminate complex scans, struct copies, and redundant allocs

0 commit comments

Comments
 (0)