Skip to content

v1.10.1

Compare
Choose a tag to compare
@flemzord flemzord released this 16 Jun 11:22
· 18 commits to release/v1.10 since this release
34b5998

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