Skip to content

Releases: fastify/fastify-postgres

v6.0.1

21 Sep 08:56
272b0d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

06 Sep 15:23
ecb2f96
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.2...v6.0.0

v5.2.2

22 Oct 05:45
2e6cb74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.1...v5.2.2

v5.2.1

18 Oct 16:46
b47f841
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.0...v5.2.1

v5.2.0

05 Dec 09:38
62a39e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.2.0

v5.1.0

16 Aug 07:43
7b1f5a1
Compare
Choose a tag to compare

What's Changed

  • ci: bring into line with reusable workflow by @Fdawgs in #133
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #134
  • build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #136
  • build(deps): bump actions/dependency-review-action from 1 to 2 by @dependabot in #137
  • build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #138
  • build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #139
  • docs(readme): replace use of deprecated variadic listen() by @Fdawgs in #140
  • Adding types to declaration merge for route transact option in typesc… by @bdun94 in #142

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.0

13 May 15:11
2161260
Compare
Choose a tag to compare

What's Changed

  • docs: update references to old fastify-* modules by @Fdawgs in #129
  • Docs: use try/finally to always release the client by @stefee in #130
  • Updated to Fastify v4 by @mcollina in #131

New Contributors

Full Changelog: v4.0.0...v5.0.0

v4.0.0

27 Apr 15:00
5e3d88a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v4.0.0

v3.6.0

10 Aug 08:33
Compare
Choose a tag to compare

📚 PR:

  • chore(gitignore): use latest github ignore template (#77)
  • docs(readme): spelling and grammar fixes; http link to https (#78)
  • ci: add parallel coverage collection (#79)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#80)
  • Bump actions/setup-node from v2.1.4 to v2.1.5 (#81)
  • chore(gitignore): add editor files/directories (#82)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#83)
  • feat: move to tap15 (#87)
  • ci: remove redundant conditional (#89)
  • ci: add nodejs v16 to test matrix (#90)
  • Bump tsd from 0.14.0 to 0.15.0 (#91)
  • Bump actions/checkout from 2 to 2.3.4 (#92)
  • Bump @types/pg from 7.14.11 to 8.6.0 (#93)
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#94)
  • Bump tsd from 0.15.1 to 0.16.0 (#95)
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 (#96)
  • Bump tsd from 0.16.0 to 0.17.0 (#97)
  • Bump actions/setup-node from 2.1.5 to 2.2.0 (#98)
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 (#99)
  • Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#100)
  • Bump actions/setup-node from 2.2.0 to 2.3.0 (#101)
  • Bump actions/setup-node from 2.3.0 to 2.3.1 (#102)
  • Bump actions/setup-node from 2.3.1 to 2.3.2 (#103)
  • Bump actions/setup-node from 2.3.2 to 2.4.0 (#104)
  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 (#106)
  • fix: improve code coverage to 100% #88 (#105)

v3.5.0

24 Feb 09:33
Compare
Choose a tag to compare

📚 PR:

  • feature(automatic-transactions): Creates a decorator to make transactions easier for the developer (#76)