Skip to content

v4.25.1

Choose a tag to compare

@cb-alish cb-alish released this 11 Aug 10:04
· 2 commits to master since this release
f6e16cf

v4.25.1 (2026-08-11)


Bug Fixes:

  • Filter operators in, not_in and between are now sent as a single form field by URLFormEncoder, at any nesting depth. Filters on export operations, such as ramp[effective_from][between], were index-encoded and therefore ignored by the API.