Serverless Data now supports atomic counters for safely incrementing numeric values across concurrent requests, and batch set operations for updating up to 25 items in a single request. Atomic counters use an 'add' method for single values or the '$add' keyword for multiple values, ensuring data integrity for aggregations and running totals. Batch sets require an array of objects with an 'overwrite: true' flag, with batch updates planned for future releases.
Sort: