Skip to content

v3.30.1

Choose a tag to compare

@cb-alish cb-alish released this 11 Aug 09:59
· 2 commits to master since this release
b74a74e

v3.30.1 (2026-08-11)


Bug Fixes:

  • Filter operators in, not_in and between are now sent as a single form field on POST requests, matching the behaviour on list requests. Filters on export operations, such as subscription[updated_at][between], were index-encoded and therefore ignored by the API.