Skip to content

Releases: rpvsilva/graphql-fastify-server

v1.3.3

02 Dec 14:34

Choose a tag to compare

What Changed 👀

🐛 Bug Fixes

  • fix(cache): added operationName to cacheKey @rpvsilva (#27)

🧩 Dependency Updates

6 changes
  • chore(deps): bump amannn/action-semantic-pull-request from 4 to 5 @dependabot (#21)
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0 @dependabot (#23)
  • chore(deps-dev): bump @types/ioredis from 4.28.10 to 5.0.0 @dependabot (#25)
  • chore(deps-dev): bump @typescript-eslint/parser from 5.44.0 to 5.45.0 @dependabot (#24)
  • chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 @dependabot (#22)
  • chore(deps): bump actions/setup-node from 2 to 3 @dependabot (#20)

Full Changelog: v1.3.2...v1.3.3

v1.3.2

21 Nov 23:07

Choose a tag to compare

What's Changed

  • chore(deps): bump fastify from 4.8.1 to 4.10.2 by @dependabot in #16

Full Changelog: v1.3.1...v1.3.2

v1.3.1

13 Nov 23:28

Choose a tag to compare

What's Changed

  • chore(deps): bump fastify from 4.2.1 to 4.8.1 by @dependabot in #14
  • chore(deps): bump loader-utils from 2.0.2 to 2.0.4 by @dependabot in #15

Full Changelog: v1.3.0...v1.3.1

v1.3.0

02 Sep 18:32

Choose a tag to compare

What's Changed

  • feat(playground): migrated to graphiql v2 by @rpvsilva in #13

Full Changelog: v1.2.1...v1.3.0

v1.2.1

23 Aug 17:17

Choose a tag to compare

Full Changelog: v1.2.0...vv1.2.1

v1.2.0

18 Jul 11:32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...vrefs/tags/v1.2.0

v1.1.0

08 Mar 21:49

Choose a tag to compare

What's Changed

  • feat: implement middlewares system by @rpvsilva in #8
  • feat: implement server health endpoint by @rpvsilva in #9

Full Changelog: v1.0.3...v1.1.0

v1.0.3

04 Mar 17:29
cb36f61

Choose a tag to compare

1.0.3 - 2022-03-04

  • Fixed workflow not bundling package

v1.0.2

04 Mar 17:09
4a05913

Choose a tag to compare

1.0.2 - 2022-03-04

  • Improved cache
  • Improved workflows

Release v1.0.1

04 Mar 12:00

Choose a tag to compare

1.0.1 - 2022-03-02

Initial commit