Skip to content

@azure/cosmos_4.1.1

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 30 Aug 17:28
62597f1

4.1.1 (2024-08-30)

Bugs Fixed

  • Fixed a issue caused by accessing process without checking its existence in the global scope, it was leading to crashes in non-Node environments.
  • The default value of continueOnError of BulkRequestOptions is now set to true. Pass { continueOnError: false } in bulkOptions to stop executing operations when one fails.