mongodb-rest-relay

Relay mongodb queries over HTTP REST. Great for Edge.

MIT License

Downloads
371
Stars
12

Bot releases are visible (Hide)

mongodb-rest-relay - v1.9.4 Latest Release

Published by github-actions[bot] 12 months ago

1.9.4 (2023-11-07)

Bug Fixes

  • collection: log additional info in case of non-200 response (dd1c95e)
mongodb-rest-relay - v1.9.3

Published by github-actions[bot] 12 months ago

1.9.3 (2023-11-03)

Bug Fixes

  • deps: bump bson/mongodb from 5.x to 6.2.0 (9400b89)
mongodb-rest-relay - v1.9.2

Published by github-actions[bot] about 1 year ago

1.9.2 (2023-09-21)

Bug Fixes

  • deps: bump bson from 5.4.0 to 5.5.0 (bf7d0c7)
mongodb-rest-relay - v1.9.1

Published by github-actions[bot] about 1 year ago

1.9.1 (2023-09-19)

Bug Fixes

  • handlers: express regression; better type handling, handlers (818e0f1)
mongodb-rest-relay - v1.9.0

Published by github-actions[bot] about 1 year ago

1.9.0 (2023-09-17)

Features

  • streaming: initial streaming support (b2a822c)
mongodb-rest-relay - v1.8.0

Published by github-actions[bot] about 1 year ago

1.8.0 (2023-09-17)

Bug Fixes

  • objectId: fixes and improvements for web-only version (382f2c2)

Features

  • server: explicit makeRelays for next, vercel APIs (4f0ae4e)
mongodb-rest-relay - v1.7.0

Published by github-actions[bot] about 1 year ago

1.7.0 (2023-09-07)

Features

  • bson: ObjectId implementation without dep on nodejs:crypto (e8fab0b)
mongodb-rest-relay - v1.6.0

Published by github-actions[bot] about 1 year ago

1.6.0 (2023-09-04)

Features

  • options: setNextOptions to set options for next request (#2) (7a9656e)
mongodb-rest-relay - v1.5.1

Published by github-actions[bot] about 1 year ago

1.5.1 (2023-09-03)

Bug Fixes

  • caching: set { cache: "no-store" } on mutation requests (#2) (037fdb9)
mongodb-rest-relay - v1.5.0

Published by github-actions[bot] about 1 year ago

1.5.0 (2023-09-03)

Features

  • options: global fetch options, and caching docs (#2) (47e3f00)
mongodb-rest-relay - v1.4.1

Published by github-actions[bot] about 1 year ago

1.4.1 (2023-09-02)

Bug Fixes

  • package: update keywords (f9114e8)
mongodb-rest-relay - v1.4.0

Published by github-actions[bot] about 1 year ago

1.4.0 (2023-09-02)

Bug Fixes

  • collection: add typescript jsdoc comments from mongodb (d30a4c6)
  • collection: warn on createIndex() until its implemented (05d357e)

Features

  • collection: countDocuments, estimatedDocumnetCount (closes #1) (54723c5)
mongodb-rest-relay - v1.3.1

Published by github-actions[bot] about 1 year ago

1.3.1 (2023-08-28)

Bug Fixes

  • client: resolve "this" promise when connect() without callback (32e691b)
mongodb-rest-relay - v1.3.0

Published by github-actions[bot] about 1 year ago

1.3.0 (2023-08-28)

Features

  • deps: drop o-son, use EJSON. (cf2aa78)
mongodb-rest-relay - v1.2.1

Published by github-actions[bot] about 1 year ago

1.2.1 (2023-08-25)

Bug Fixes

  • express: vercel support again (d70dca3)
mongodb-rest-relay - v1.2.0

Published by github-actions[bot] about 1 year ago

1.2.0 (2023-08-25)

Features

  • types: serialize ObjectId and Date; full findOne signatures (73204ce)
mongodb-rest-relay - v1.1.1

Published by github-actions[bot] about 1 year ago

1.1.1 (2023-08-25)

Bug Fixes

  • collection: null return type is valid, createIndex(), findOne() (1e93894)
  • express: make compatible with vercel API too (f062b0b)
mongodb-rest-relay - v1.1.0

Published by github-actions[bot] about 1 year ago

1.1.0 (2023-08-25)

Bug Fixes

  • package: npmignore, tsconfig, lib paths; mv integration spec (af763e5)

Features

  • password: insist on and verify a password on both sides (b2bf1e1)
mongodb-rest-relay - v1.0.0

Published by github-actions[bot] about 1 year ago

1.0.0 (2023-08-25)

Features

  • collection: add missing methods, refactor (5ffe9de)