Skip to content

Releases: vercel/cosmosdb-server

1.0.1

09 Mar 18:27
1.0.1
a4e82b3

Choose a tag to compare

What's Changed

  • Strip all trailing slashes from request pathname by @elprans in #112

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

23 Jul 15:28
94d2edd

Choose a tag to compare

What's Changed

  • Support PATCH operations (partial updates) and bump @azure/cosmos to v3.17.3 by @marc-vercel in #111
  • [BREAKING CHANGE] Drop support for Node 14, 16 and 18. Node 20 or later is required.

New Contributors

Full Changelog: 0.15.1...1.0.0

0.15.1

23 Sep 09:25
910e43a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.15.0...0.15.1

0.15.0

25 May 15:08
27215f4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.0

0.14.0

13 Mar 17:10
e78a98e

Choose a tag to compare

The package has been renamed from @zeit/cosmosdb-server to @vercel/cosmosdb-server.

Minor changes

  • Support keepAlive setting (#93)
  • Upgrade to TypeScript 4.9.5 (#95)

0.13.4

05 May 10:32

Choose a tag to compare

Minor changes

  • Allow plaintext HTTP when SSL is offloaded elsewhere

0.13.1

15 Mar 11:00

Choose a tag to compare

Patches

  • Fix to return error body on delete document handler: #67

0.13.0

15 Mar 07:41

Choose a tag to compare

Minor Changes

  • Add endpoint for batch API: #66

Patches

  • Use @zeit/cosmosdb-query@0.7.1: #65

0.12.1

08 Mar 11:41

Choose a tag to compare

Patches

  • Add validation for multiple order by and composite indexes: #64

0.12.0

05 Mar 12:04

Choose a tag to compare

Minor Changes

  • Use cosmosdb-query@0.7.0 which supports multiple ORDER BY properties: #63