Skip to content

Commit 5cbeb4e

Browse files
committed
Bump version
1 parent 09d3a7f commit 5cbeb4e

103 files changed

Lines changed: 914 additions & 473 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.12](https://github.com/helium/helium-program-library/compare/v0.11.11...v0.11.12) (2026-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* add periodic GC and null references in account-postgres-sink-service ([515686f](https://github.com/helium/helium-program-library/commit/515686f680086cd54f5b960345d631f3a401a570))
12+
* add throttled periodic GC to prevent OOM in asset-ownership-service ([c0a2ee8](https://github.com/helium/helium-program-library/commit/c0a2ee8abc61f7932f988b7c6b062e94c0d4960b))
13+
* address audit findings in asset-ownership-service ([066ae3c](https://github.com/helium/helium-program-library/commit/066ae3c8372bde1931f2257a5ec7e8d52bb87af3))
14+
* address remaining OOM in asset-ownership-service ([4829bd7](https://github.com/helium/helium-program-library/commit/4829bd7485094e8f9939e3e73cad125b0a8fe985))
15+
* filter out UTF-8 key_serialization KTAs in atomic-data-publisher ([a2529db](https://github.com/helium/helium-program-library/commit/a2529db922e911cbcc14495dd668cca8123f6ed1))
16+
* fire GC every 500 blocks unconditionally in asset-ownership-service ([448e894](https://github.com/helium/helium-program-library/commit/448e8945bb5cb02975f6e9d132421c7d28d86183))
17+
* guard asset_owners upserts with last_block check to prevent stale overwrites ([ccb16ea](https://github.com/helium/helium-program-library/commit/ccb16ea098509e0baf29f5610d04e4bf888a013e))
18+
* periodic stream reconnection and more frequent GC in asset-ownership-service ([40823b3](https://github.com/helium/helium-program-library/commit/40823b31e6652e045f8130791eb6d3e36c151bfe))
19+
* reduce memory pressure in asset-ownership and account-postgres-sink services ([2979240](https://github.com/helium/helium-program-library/commit/297924040ab088db4d4a8c8dee617257e3559253))
20+
* remove forced GC causing CPU throttle in asset-ownership-service ([b326a48](https://github.com/helium/helium-program-library/commit/b326a4880398b74b872783febe24f7deb4f65c9a))
21+
* remove hotspot table dependencies from entity ownership/reward destination queries ([#1144](https://github.com/helium/helium-program-library/issues/1144)) ([a1211b2](https://github.com/helium/helium-program-library/commit/a1211b2901ee5b3fdf36774ea97c680ea1e121af))
22+
* remove periodic reconnect causing session exhaustion in asset-ownership-service ([2872c83](https://github.com/helium/helium-program-library/commit/2872c831a504b42b68a6cb3f8e3a75564f52472a))
23+
* remove unbounded AccountFetchCache causing memory leak ([24cf9ea](https://github.com/helium/helium-program-library/commit/24cf9ea56a2d4aaacfddb6ace0e1c98108e9dad8))
24+
* resolve OOM in asset-ownership-service ([61c70de](https://github.com/helium/helium-program-library/commit/61c70ded334e73c64b67cb92c0450536b8de428a))
25+
26+
27+
### Features
28+
29+
* add welcome pack correction jobs and integration tests ([#1151](https://github.com/helium/helium-program-library/issues/1151)) ([b9c97de](https://github.com/helium/helium-program-library/commit/b9c97dedeb5f21b32933eb232adb8240ad483630))
30+
* bulk conditional upsert for asset_owners in upsertOwners ([33681c2](https://github.com/helium/helium-program-library/commit/33681c2c9a2270bbeeedc2dd5633052e72c022f8))
31+
32+
33+
34+
35+
636
## [0.11.11](https://github.com/helium/helium-program-library/compare/v0.11.10...v0.11.11) (2026-02-11)
737

838
**Note:** Version bump only for package helium-program-library

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "0.11.11"
7+
"version": "0.11.12"
88
}

packages/account-fetch-cache-hooks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.12](https://github.com/helium/helium-program-library/compare/v0.11.11...v0.11.12) (2026-03-17)
7+
8+
**Note:** Version bump only for package @helium/account-fetch-cache-hooks
9+
10+
11+
12+
13+
614
## [0.11.11](https://github.com/helium/helium-program-libary/compare/v0.11.10...v0.11.11) (2026-02-11)
715

816
**Note:** Version bump only for package @helium/account-fetch-cache-hooks

packages/account-fetch-cache-hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"registry": "https://registry.npmjs.org/"
66
},
77
"license": "Apache-2.0",
8-
"version": "0.11.11",
8+
"version": "0.11.12",
99
"description": "React hooks and context for account-fetch-cache",
1010
"repository": {
1111
"type": "git",
@@ -31,7 +31,7 @@
3131
"prebuild": "npm run clean && npm run package"
3232
},
3333
"dependencies": {
34-
"@helium/account-fetch-cache": "^0.11.11",
34+
"@helium/account-fetch-cache": "^0.11.12",
3535
"@solana/web3.js": "^1.91.1",
3636
"react-async-hook": "^4.0.0"
3737
},

packages/account-fetch-cache/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.12](https://github.com/helium/helium-program-library/compare/v0.11.11...v0.11.12) (2026-03-17)
7+
8+
**Note:** Version bump only for package @helium/account-fetch-cache
9+
10+
11+
12+
13+
614
## [0.11.11](https://github.com/helium/helium-program-library/compare/v0.11.10...v0.11.11) (2026-02-11)
715

816
**Note:** Version bump only for package @helium/account-fetch-cache

packages/account-fetch-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helium/account-fetch-cache",
3-
"version": "0.11.11",
3+
"version": "0.11.12",
44
"description": "Solana account fetch cache to eliminate reduntant fetching, and batch fetches",
55
"publishConfig": {
66
"access": "public",

packages/account-postgres-sink-service/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.12](https://github.com/helium/helium-program-library/compare/v0.11.11...v0.11.12) (2026-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* add periodic GC and null references in account-postgres-sink-service ([515686f](https://github.com/helium/helium-program-library/commit/515686f680086cd54f5b960345d631f3a401a570))
12+
* reduce memory pressure in asset-ownership and account-postgres-sink services ([2979240](https://github.com/helium/helium-program-library/commit/297924040ab088db4d4a8c8dee617257e3559253))
13+
* remove forced GC causing CPU throttle in asset-ownership-service ([b326a48](https://github.com/helium/helium-program-library/commit/b326a4880398b74b872783febe24f7deb4f65c9a))
14+
* remove unbounded AccountFetchCache causing memory leak ([24cf9ea](https://github.com/helium/helium-program-library/commit/24cf9ea56a2d4aaacfddb6ace0e1c98108e9dad8))
15+
* resolve OOM in asset-ownership-service ([61c70de](https://github.com/helium/helium-program-library/commit/61c70ded334e73c64b67cb92c0450536b8de428a))
16+
17+
18+
19+
20+
621
## [0.11.11](https://github.com/helium/helium-program-libary/compare/v0.11.10...v0.11.11) (2026-02-11)
722

823
**Note:** Version bump only for package @helium/account-postgres-sink-service

packages/account-postgres-sink-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"registry": "https://registry.npmjs.org/"
77
},
88
"license": "Apache-2.0",
9-
"version": "0.11.11",
9+
"version": "0.11.12",
1010
"description": "Sync account data to postgres",
1111
"repository": {
1212
"type": "git",
@@ -37,7 +37,7 @@
3737
"@connectrpc/connect-node": "^1.4.0",
3838
"@coral-xyz/anchor": "^0.31.0",
3939
"@fastify/cors": "^8.1.1",
40-
"@helium/spl-utils": "^0.11.11",
40+
"@helium/spl-utils": "^0.11.12",
4141
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
4242
"@mongodb-js/zstd": "^2.0.1",
4343
"@solana/web3.js": "^1.91.1",

packages/anchor-resolvers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.12](https://github.com/helium/helium-program-library/compare/v0.11.11...v0.11.12) (2026-03-17)
7+
8+
**Note:** Version bump only for package @helium/anchor-resolvers
9+
10+
11+
12+
13+
614
## [0.11.11](https://github.com/helium/helium-program-library/compare/v0.11.10...v0.11.11) (2026-02-11)
715

816
**Note:** Version bump only for package @helium/anchor-resolvers

packages/anchor-resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helium/anchor-resolvers",
3-
"version": "0.11.11",
3+
"version": "0.11.12",
44
"description": "Wrappers around anchor custom resolvers to make composition easier",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)