Skip to content

Releases: formancehq/ledger

v1.10.4-beta.1

27 Jul 07:51
b3773ef
Compare
Choose a tag to compare

Changelog

New Features

Want to try this version ?

Deploy

What to do next?

v1.10.3

04 Jul 10:02
Compare
Choose a tag to compare

Changelog

  • 529ca39 fix: add new indexes & rework distinct (#449)

v1.9.6

04 Jul 09:58
5f2990d
Compare
Choose a tag to compare

Changelog

Bug fixes

Want to try this version ?

Deploy

What to do next?

v1.10.2

21 Jun 13:23
Compare
Choose a tag to compare

Changelog

Bug fixes

Want to try this version ?

Deploy

What to do next?

v1.9.5

21 Jun 13:22
d996e0c
Compare
Choose a tag to compare

Changelog

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