v1.10.1
flemzord
released this
16 Jun 11:22
·
18 commits
to release/v1.10
since this release
Changelog
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