Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 873 Bytes

2023-03-17.mdx

File metadata and controls

20 lines (15 loc) · 873 Bytes
date
03-17-2023

API

  • Added atomic numeric operations to the update API. They work on the integer and float data types. They can be used, for example, to increment a counter without the risk of race conditions. Docs are in

UI

  • New date picker. A new custom-made date picker is used across the UI, solving a set of problems that we had with our previous solution. Among other things, the new date picker supports human input (e.g. “today at 4pm”) and has milliseconds support. The UI is also standardized to always use UTC, for better clarity on what is being stored in the database.