Skip to content

Releases: formancehq/ledger

v1.9.4

16 Jun 11:36
Compare
Choose a tag to compare

Changelog

Other work

Want to try this version ?

Deploy

What to do next?

v1.10.1

16 Jun 11:22
34b5998
Compare
Choose a tag to compare

Changelog

  • 34b5998 fix: improve query performances (v1.10.x) (#447)

Warning

In this version, we have fixed a subtle edge case that would let you do cross-segments regexes in the use of the 'address' field on the /accounts & /balances endpoints.
For example: if you wanted to find the account 'order:2', with this behaviour, you could have queried for .*der.*. However, the proper way to do it would have been order:.+.
Tl;dr: In this new version, support for cross-segments regexes is being removed

v1.9.4-beta.1

15 Jun 12:43
9a1d239
Compare
Choose a tag to compare
v1.9.4-beta.1 Pre-release
Pre-release

Changelog

  • 9a1d239 fix: improve query performances (v1.9.x) (#446)

Warning

In this version, we have fixed a subtle edge case that would let you do cross-segments regexes in the use of the 'address' field on the /accounts & /balances endpoints.
For example: if you wanted to find the account 'order:2', with this behaviour, you could have queried for .*der.*. However, the proper way to do it would have been order:.+.
Tl;dr: In this new version, support for cross-segments regexes is being removed

v2.0.0-beta.1

07 Jun 08:56
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Changelog

New Features

Bug fixes

Read more

v1.10.0

23 May 15:40
Compare
Choose a tag to compare

Changelog

  • 3866243 ci: Remove useless file
  • c7586f8 ci: Update configuration
  • d4e9d3e fix: transactions count using metadata
  • 8869914 ci: Fix openapi generator version

v1.9.3

17 May 09:19
a9c6a77
Compare
Choose a tag to compare

Changelog

Bug fixes

Want to try this version ?

Deploy

What to do next?

v1.10.0-rc.1

15 May 09:28
Compare
Choose a tag to compare
v1.10.0-rc.1 Pre-release
Pre-release

Changelog

  • dc11e08 ci: Desactive release.yml workflow

v1.10.0-beta.2

24 Apr 18:10
Compare
Choose a tag to compare
v1.10.0-beta.2 Pre-release
Pre-release

Changelog

  • 27a9fe9 ci: Update Dockerfile flow
  • c1022f1 ci: Upgrade
  • 3dc7e24 feat(Numscript): Send monetary with arithmetic (#215)
  • 05bf723 Merge commit '5a3ba95095ce2e30c3bf224d921d4e32633a0b6a'
  • 5a3ba95 ci: Update main.yml

v1.10.0-beta.1

19 Apr 14:19
Compare
Choose a tag to compare
v1.10.0-beta.1 Pre-release
Pre-release

Changelog

Feature

  • 87e842b feat: Numscript: allow 0 and 100 inclusive in portions
  • 7baf148 feat: Numscript: new ASSET variable type
  • c36376c feat: remove deprecated ledger field for event message

Chore

  • c730c6d chore: Ledger: deprecation message for sqlite
  • a3fabac chore: update readme
  • 223af06 chore: add example in the description for metadata filter
  • 2979644 chore: Bump Go to 1.19
  • ca3bc98 chore: Improve test coverage
  • d48e003 chore: Machine in Ledger

Fix

  • ee33821 fix: Ledger: openapi numscript vars example
  • 32fde57 fix: mapping ignore destinations accounts
  • 991b720 fix: remove minimum balance for all balances operation
  • 5b78af1 fix: Reverse transaction
  • 542bf09 fix: default UI port
  • d93bd76 fix: concurrent map read/writes
  • ad73372 fix: tests with postgres server
  • 92e4deb fix: go-libs imports were not up to date

v1.9.2

29 Mar 13:49
e088da1
Compare
Choose a tag to compare

Changelog