Skip to content

Releases: fastify/fastify-mongodb

v4.1.1

05 Oct 10:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

13 Aug 22:10
Compare
Choose a tag to compare

What's Changed

  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #137
  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #136
  • Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #139
  • feat: re-export ObjectId from mongodb by @iShibi in #140

Full Changelog: v4.0.1...v4.1.0

v4.0.1

08 Aug 08:49
Compare
Choose a tag to compare

📚 PR:

  • Made a working first example. (#130)
  • Bump actions/setup-node from 2.3.0 to 2.3.1 (#131)
  • Bump actions/setup-node from 2.3.1 to 2.3.2 (#132)
  • Bump actions/setup-node from 2.3.2 to 2.4.0 (#133)
  • refactor(index.d.ts): export all interfaces and some clean up (#135)

v4.0.0

24 Jul 15:16
Compare
Choose a tag to compare

The version is bumped to v4.0.0 because we have a accidental release for version v3.0.0 in npmjs.
https://www.npmjs.com/package/fastify-mongodb/v/3.0.0

📚 PR:

  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump standard from 14.3.4 to 15.0.0
  • Bump standard from 15.0.1 to 16.0.0
  • Bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #103 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
  • feat: add stale (#99)
  • chore: add dependabot automerge (#102)
  • chore(gitignore): use latest github ignore template (#108)
  • ci(dependabot): update github actions (#109)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#111)
  • Bump actions/checkout from v1 to v2.3.4 (#110)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#112)
  • Bump tap from 14.11.0 to 15.0.0 (#113)
  • chore: ci updates and style change (#114)
  • ci: add nodejs v16 to test matrix (#115)
  • Bump @types/node from 14.14.42 to 15.0.0 (#116)
  • Bump tsd from 0.14.0 to 0.15.0 (#117)
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#119)
  • Bump tsd from 0.15.1 to 0.16.0 (#120)
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 (#121)
  • Bump tsd from 0.16.0 to 0.17.0 (#122)
  • Bump actions/setup-node from 2.1.5 to 2.2.0 (#123)
  • Bump @types/node from 15.14.1 to 16.0.0 (#124)
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 (#125)
  • Bump actions/setup-node from 2.2.0 to 2.3.0 (#128)
  • Update native mongodb driver to v4 (#129)

v2.0.1

07 Jul 16:50
Compare
Choose a tag to compare

📚 PR:

  • Bumped [email protected]
  • bumped [email protected]
  • Bumped v2.0.1
  • fix README link to mongodb module (#83)
  • chore(package): update @types/mongodb to version 3.3.5 (#84)
  • Update fastify to v3 (#90)
  • Bump tap from 12.7.0 to 14.10.7 (#91)
  • Bump @types/node from 12.12.37 to 13.13.4 (#92)
  • Bump @types/node from 13.13.6 to 14.0.1 (#93)
  • Bump tsd from 0.11.0 to 0.12.0 (#94)
  • Bump tsd from 0.12.1 to 0.13.1 (#95)

v2.0.0

10 Sep 13:07
Compare
Choose a tag to compare
  • chore(package): update standard to version 13.0.1
  • Adds name property to plugin-meta (#27)
  • Update to mongodb@3 (#25)
  • Avoid modifying options object (#30)
  • Update dependencies to enable Greenkeeper 🌴 (#34)
  • chore(package): update fastify to version 1.0.0 (#35)
  • fix(package): update fastify-plugin to version 1.0.0 (#38)
  • Update to node 10 in .travis.yml (#42)
  • Do not automatically close the client passed in (#41)
  • chore(package): update tap to version 12.0.0 (#43)
  • Fix/database name (#45)
  • force close mongodb (#46)
  • fix #48 (#49)
  • feat(index): add typescript support (#53)
  • chore(package): update standard to version 12.0.0 (#55)
  • fix(typescript): add proper typeings for fastify.decorate (#58)
  • fix(typescript): typescript style objectid (#61)
  • Update to mongodb 3.1.x (#60)
  • doc(README): Add note for mongodb connection (#66)
  • deprecated instance parameter for onClose handler (#67)
  • chore(package): update @types/node to version 11.9.0 (#68)
  • chore(package): update fastify to version 2.0.0 (#69)
  • ignore tap (#73)
  • chore(package): update @types/node to version 12.0.2 (#74)
  • Update standard to the latest version 🚀 (#75)
  • fix: databaseName tests (#80)
  • chore(package): update standard to version 14.0.2 (#81)
  • Pass useUnifiedTopology: true (#82)

v1.0.1

08 Feb 00:08
Compare
Choose a tag to compare
  • Fix onClose handler in v2 #67

v1.0.0

02 Dec 15:56
Compare
Choose a tag to compare

#60 - Update to mongo 3.1.x to use newUrlParser by default

v0.9.1

01 Nov 09:43
Compare
Choose a tag to compare
  • add decorate typings #58

v0.8.0

12 Jul 10:18
Compare
Choose a tag to compare
  • Add option to force close mongodb #46