Back to Changelog

v2.4.0 - Batch Operations & Improved Filtering

v2.4.0

This release introduces batch operations for bulk data management and significantly improves our query filtering capabilities.

New Features

  • Batch Create: Create up to 100 records in a single API call with POST /v2/data/{model}/batch
  • Batch Delete: Delete multiple records by ID with DELETE /v2/data/{model}/batch
  • Advanced Filters: New filter operators including $in, $nin, $between, and $regex
  • Nested Filtering: Filter on related model fields using dot notation (e.g., author.name)

Improvements

  • Query performance improved by 40% for large datasets
  • Pagination now supports cursor-based navigation in addition to offset
  • Error messages now include suggestion hints for common mistakes

Bug Fixes

  • Fixed edge case where sorting by datetime fields could skip records at page boundaries
  • Resolved issue with special characters in filter string values