Skip to content

2.3.0

Latest

Choose a tag to compare

@bednar bednar released this 11 Jun 06:45

Features

  1. #790: When setting Point timestamp to new Date(), the timestamp sent to the servers will be converted to the precision set in WriteOptions.
  2. #796: Adds partial write support and API endpoint selection for writes.
    • Writes use the V2 API endpoint by default.
    • noSync requires the V3 API endpoint; acceptPartial applies only to the V3 API endpoint and is ignored when using the V2 API endpoint.
    • See Partial writes for more.

Build

  1. #775: Upgrade typescript to 6.0.3.