github.com/blnkfinance/blnk
v0.15.2
#2594 most downloaded on Go modules
blnkfinance/blnk
What this package is like to depend on
Last release 12 days ago
12 Aug 2026
Ships fairly regularly
a new release about every 2 weeks
Some releases are documented
notes for 10 of 24 stable releases
Nothing withdrawn
no release was ever pulled
11 months old
42 releases · first in 2025
42 releases in the last 12 months
see the full history below
Release timeline
42 releases · Sep 2025 to Aug 2026Releases
latest 42-
v0.15.3-0.20260812111808-528a68e461cc12 Aug 2026 pre-releaseNothing published for this version
-
v0.15.228 Jul 2026Release notes
Open source →What's Changed
- Queue backpressure rejects new enqueues when Redis memory usage or pending task count exceeds configured limits, returning
503 Service UnavailablewithQUEUE_BACKPRESSUREby @jerry-enebeli - Typesense memory backpressure: reindex and search indexing now retry gracefully when Typesense hits memory limits, with configurable retry intervals and
TYPESENSE_MEMORY_USED_MAX_PERCENTAGEfor Typesense containers by @jerry-enebeli - Docker Compose now includes an init service that auto-creates
blnk.jsonwith compose defaults on first run by @stkegoul in #341 - Reindex now preserves
effective_datewhen rebuilding the Typesense index by @stkegoul
Full Changelog: v0.15.1...v0.15.2
- Queue backpressure rejects new enqueues when Redis memory usage or pending task count exceeds configured limits, returning
-
v0.15.2-0.20260728063131-6867722ed66d28 Jul 2026 pre-releaseNothing published for this version
-
v0.15.2-0.20260726072601-711df7f8535226 Jul 2026 pre-releaseNothing published for this version
-
v0.15.117 Jul 2026Release notes
Open source →What's Changed
- Transaction search/reindex now returns
parent_transaction,precise_amount, andprecisionby @sinkovsky in #327 - Improved reconciliation file upload handling by @mseptiaan in #324
- Queued inflight commits now work when the request uses a multi-leg parent transaction id by @stkegoul in #331
POST /transactions/filternow returnsparent_transactioninstead of an empty string by @stkegoul in #333- Inflight overcommit errors now show readable currency amounts instead of garbled
big.Inttext by @stkegoul in #332 - Docker Compose images bumped to 0.15.0, and default lock duration reduced from 30 minutes to 5 minutes by @jerry-enebeli
- Added fuzz tests that check ledger balance math stays consistent by @jerry-enebeli
- Cleaned up file-handle closing in the reconciliation upload API by @jerry-enebeli
New Contributors
- @sinkovsky made their first contribution in #327
- @mseptiaan made their first contribution in #324
Full Changelog: v0.15.0...v0.15.1
- Transaction search/reindex now returns
-
v0.15.011 Jun 2026Release notes
Open source →What's Changed
- Refactor transaction and lineage files, add cleanup indexes by @jerry-enebeli in #309
- Chore refactor performance cleanup by @jerry-enebeli in #310
- test(api): add HTTP tests for 32 uncovered routes, fix 4 bugs found by @jerry-enebeli in #311
- Every API error response now carries a structured
error_detailobject by @jerry-enebeli in #312 - Remove unused rate, currency_multiplier, and modification_ref columns by @jerry-enebeli in #313
- Add DoS guards and fix silent big.Int parse in lineage by @jerry-enebeli in #314
- Fixes and improvements by @jerry-enebeli in #315
- Queue inflight commit/void by default with idempotency and skip_queue by @jerry-enebeli in #316
- Add hash-chain processing and configuration by @jerry-enebeli in #317
Full Changelog: v0.14.5...v0.15.0
-
v0.14.6-0.20260610211542-1e8b3643ad4110 Jun 2026 pre-releaseNothing published for this version
-
v0.14.508 Jun 2026Release notes
Open source →What's Changed
- refactor(logging): change error logs to info logs for transaction by @jerry-enebeli in #307
Full Changelog: v0.14.4...v0.14.5
-
v0.14.406 Jun 2026Release notes
Open source →What's Changed
- fix(workers): wire inflight commit queue consumer (fixes #300) by @Shivam8584 in #302
- fix(search): use balances.id instead of balances.balance_id in transactions Typesense join by @Shivam8584 in #304
- feat(observability): add remote monitoring exporter by @jerry-enebeli in #306
Full Changelog: v0.14.3...v0.14.4
-
v0.14.326 May 2026Release notes
Open source →What's Changed
- Harden API key authorization by @Shivam8584 in #298
- Restrict hook management to the master key by @Shivam8584 in #299
Full Changelog: v0.14.2...v0.14.3
-
v0.14.3-0.20260518125103-e0f867635c4f18 May 2026 pre-releaseNothing published for this version
-
v0.14.218 May 2026Release notes
Open source →What's Changed
- fix(filter): reject unknown filter operators instead of silently dropping the filter by @SAY-5 in #283
- feat(identity): honor caller-supplied identity_id for deterministic creates by @Shivam8584 in #285
- feat(transaction): allow skip_queue on the refund endpoint by @Shivam8584 in #288
- feat(inflight): add bulk void/commit endpoints for independently-created inflight transactions by @Shivam8584 in #287
New Contributors
- @SAY-5 made their first contribution in #283
- @Shivam8584 made their first contribution in #285
Full Changelog: v0.14.1...v0.14.2
-
v0.14.128 Apr 2026Release notes
Open source →What's Changed
- Add inflight_commit_date for time-based auto-commit of inflight transactions by @rafaelcarvalhocaetano in #279
New Contributors
- @rafaelcarvalhocaetano made their first contribution in #279
Full Changelog: v0.14.0...v0.14.1
-
v0.14.009 Apr 2026Release notes
Open source →What's Changed
- fix: return meta_data instead of metadata in update metadata response by @stkegoul in #264
- Introduce hotpairs coalescing by @jerry-enebeli in #265
- Introduce hotpairs coalescing by @jerry-enebeli in #266
- Bump google.golang.org/grpc from 1.71.0 to 1.79.3 by @dependabot[bot] in #267
- Introduce hotpairs coalescing by @jerry-enebeli in #268
- Chore txn cleanup by @jerry-enebeli in #270
- refactor: standardize logging to use logrus throughout codebase by @d02ev in #271
- test: add API tests for hooks, metadata, and reconciliation endpoints by @d02ev in #272
- feat: Add OpenTelemetry metrics instrumentation with Prometheus scrape endpoint by @lawale in #269
- Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.35.0 to 1.43.0 by @dependabot[bot] in #274
- Bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 by @dependabot[bot] in #273
- Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.42.0 to 1.43.0 by @dependabot[bot] in #275
- Implement transaction locking mechanism with configurable wait timeout by @jerry-enebeli in #276
New Contributors
Full Changelog: v0.13.5...v0.14.0
-
v0.13.6-0.20260310045236-85c0db32c22510 Mar 2026 pre-releaseNothing published for this version
-
v0.13.509 Mar 2026Release notes
Open source →What's Changed
- chore(infra): bump k8s images and fix Typesense HPA by @stkegoul in #262
- fixed transaction filters to return precision.
- added endpoints to edit and delete reconciliation matching rules
Full Changelog: v0.13.4...v0.13.5
-
v0.13.406 Mar 2026Nothing published for this version
-
v0.13.4-0.20260224062200-2d0e6602f0ef24 Feb 2026 pre-releaseNothing published for this version
-
v0.13.323 Feb 2026Nothing published for this version
-
v0.13.3-0.20260212133157-083afd7eb4c112 Feb 2026 pre-releaseNothing published for this version
-
v0.13.212 Feb 2026Nothing published for this version
-
v0.13.103 Feb 2026Nothing published for this version
-
v0.13.027 Jan 2026Nothing published for this version
-
v0.12.3-0.20260125131759-a42e4046614525 Jan 2026 pre-releaseNothing published for this version
-
v0.12.3-0.20260122172151-8e7fcc1fd6b622 Jan 2026 pre-releaseNothing published for this version
-
v0.12.3-0.20260122160006-1c7b91b969ad22 Jan 2026 pre-releaseNothing published for this version
-
v0.12.3-0.20260116201012-c0c14cf3ed0716 Jan 2026 pre-releaseNothing published for this version
-
v0.12.3-0.20260116134420-b1940468ff0416 Jan 2026 pre-releaseNothing published for this version
-
v0.12.213 Jan 2026Nothing published for this version
-
v0.12.2-0.20260108085317-b616f148c43908 Jan 2026 pre-releaseNothing published for this version
-
v0.12.107 Jan 2026Nothing published for this version
-
v0.12.008 Dec 2025Nothing published for this version
-
v0.11.629 Nov 2025Nothing published for this version
-
v0.11.528 Nov 2025Nothing published for this version
-
v0.11.426 Nov 2025Nothing published for this version
-
v0.11.4-0.20251120151712-212e55cea6ff20 Nov 2025 pre-releaseNothing published for this version
-
v0.11.320 Nov 2025Nothing published for this version
-
v0.11.3-0.20251112131919-51eaf62b6a7412 Nov 2025 pre-releaseNothing published for this version
-
v0.11.3-0.20251008180515-31d0786aeadc08 Oct 2025 pre-releaseNothing published for this version
-
v0.11.208 Oct 2025Nothing published for this version
-
v0.11.130 Sep 2025Nothing published for this version
-
v0.11.1-0.20250902092344-6fe55f7a599302 Sep 2025 pre-releaseNothing published for this version