PackageTrack
Sign in Get early access

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 2026
2026
Release Pre-release

Releases

latest 42
  1. v0.15.3-0.20260812111808-528a68e461cc 12 Aug 2026 pre-release

    Nothing published for this version

  2. v0.15.2 28 Jul 2026
    Release notes

    What's Changed

    • Queue backpressure rejects new enqueues when Redis memory usage or pending task count exceeds configured limits, returning 503 Service Unavailable with QUEUE_BACKPRESSURE by @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_PERCENTAGE for Typesense containers by @jerry-enebeli
    • Docker Compose now includes an init service that auto-creates blnk.json with compose defaults on first run by @stkegoul in #341
    • Reindex now preserves effective_date when rebuilding the Typesense index by @stkegoul

    Full Changelog: v0.15.1...v0.15.2

    Open source →
  3. v0.15.2-0.20260728063131-6867722ed66d 28 Jul 2026 pre-release

    Nothing published for this version

  4. v0.15.2-0.20260726072601-711df7f85352 26 Jul 2026 pre-release

    Nothing published for this version

  5. v0.15.1 17 Jul 2026
    Release notes

    What's Changed

    • Transaction search/reindex now returns parent_transaction, precise_amount, and precision by @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/filter now returns parent_transaction instead of an empty string by @stkegoul in #333
    • Inflight overcommit errors now show readable currency amounts instead of garbled big.Int text 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

    Full Changelog: v0.15.0...v0.15.1

    Open source →
  6. v0.15.0 11 Jun 2026
    Release notes

    What's Changed

    Full Changelog: v0.14.5...v0.15.0

    Open source →
  7. v0.14.6-0.20260610211542-1e8b3643ad41 10 Jun 2026 pre-release

    Nothing published for this version

  8. v0.14.5 08 Jun 2026
    Release notes

    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

    Open source →
  9. v0.14.4 06 Jun 2026
    Release notes

    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

    Open source →
  10. v0.14.3 26 May 2026
    Release notes

    What's Changed

    Full Changelog: v0.14.2...v0.14.3

    Open source →
  11. v0.14.3-0.20260518125103-e0f867635c4f 18 May 2026 pre-release

    Nothing published for this version

  12. v0.14.2 18 May 2026
    Release notes

    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

    Full Changelog: v0.14.1...v0.14.2

    Open source →
  13. v0.14.1 28 Apr 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.14.0...v0.14.1

    Open source →
  14. v0.14.0 09 Apr 2026
    Release notes

    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

    Open source →
  15. v0.13.6-0.20260310045236-85c0db32c225 10 Mar 2026 pre-release

    Nothing published for this version

  16. v0.13.5 09 Mar 2026
    Release notes

    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

    Open source →
  17. v0.13.4 06 Mar 2026

    Nothing published for this version

  18. v0.13.4-0.20260224062200-2d0e6602f0ef 24 Feb 2026 pre-release

    Nothing published for this version

  19. v0.13.3 23 Feb 2026

    Nothing published for this version

  20. v0.13.3-0.20260212133157-083afd7eb4c1 12 Feb 2026 pre-release

    Nothing published for this version

  21. v0.13.2 12 Feb 2026

    Nothing published for this version

  22. v0.13.1 03 Feb 2026

    Nothing published for this version

  23. v0.13.0 27 Jan 2026

    Nothing published for this version

  24. v0.12.3-0.20260125131759-a42e40466145 25 Jan 2026 pre-release

    Nothing published for this version

  25. v0.12.3-0.20260122172151-8e7fcc1fd6b6 22 Jan 2026 pre-release

    Nothing published for this version

  26. v0.12.3-0.20260122160006-1c7b91b969ad 22 Jan 2026 pre-release

    Nothing published for this version

  27. v0.12.3-0.20260116201012-c0c14cf3ed07 16 Jan 2026 pre-release

    Nothing published for this version

  28. v0.12.3-0.20260116134420-b1940468ff04 16 Jan 2026 pre-release

    Nothing published for this version

  29. v0.12.2 13 Jan 2026

    Nothing published for this version

  30. v0.12.2-0.20260108085317-b616f148c439 08 Jan 2026 pre-release

    Nothing published for this version

  31. v0.12.1 07 Jan 2026

    Nothing published for this version

  32. v0.12.0 08 Dec 2025

    Nothing published for this version

  33. v0.11.6 29 Nov 2025

    Nothing published for this version

  34. v0.11.5 28 Nov 2025

    Nothing published for this version

  35. v0.11.4 26 Nov 2025

    Nothing published for this version

  36. v0.11.4-0.20251120151712-212e55cea6ff 20 Nov 2025 pre-release

    Nothing published for this version

  37. v0.11.3 20 Nov 2025

    Nothing published for this version

  38. v0.11.3-0.20251112131919-51eaf62b6a74 12 Nov 2025 pre-release

    Nothing published for this version

  39. v0.11.3-0.20251008180515-31d0786aeadc 08 Oct 2025 pre-release

    Nothing published for this version

  40. v0.11.2 08 Oct 2025

    Nothing published for this version

  41. v0.11.1 30 Sep 2025

    Nothing published for this version

  42. v0.11.1-0.20250902092344-6fe55f7a5993 02 Sep 2025 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive