Skip to content

Latest commit

 

History

History
196 lines (87 loc) · 8.23 KB

CHANGELOG.md

File metadata and controls

196 lines (87 loc) · 8.23 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.0.0 (2023-07-13)

⚠ BREAKING CHANGES

  • upgrade typebox (#298)

Bug Fixes

5.1.0 (2023-05-08)

Features

  • upgrade @fastify/type-provider-typebox (#267) (a9f09c1)

5.0.0 (2023-04-22)

⚠ BREAKING CHANGES

  • Remove createPubSubServer (#255)
  • use @sinclair/typebox via @fastify/type-provider-typebox (#247)

Bug Fixes

  • use @sinclair/typebox via @fastify/type-provider-typebox (#247) (180dfe7)

Code Refactoring

4.6.0 (2022-12-31)

Features

Bug Fixes

  • Use handler return value as status in cloud functions (#201) (2334327)

4.5.1 (2022-09-28)

Bug Fixes

  • revert bump @sinclair/typebox from 0.24.28 to 0.24.43 (#182) (ee35c8d)

4.5.0 (2022-09-28)

Features

4.4.1 (2022-09-03)

Bug Fixes

  • parsing not working on fastify-plugin (194aced)

4.4.0 (2022-08-27)

Features

  • add makePubSubConfig to help with type inference (#155) (00d086a)

Bug Fixes

  • add FastifyBaseLogger to supported loggers in handlePubSubMessage (cc755b2)

4.3.0 (2022-08-26)

Features

4.2.0 (2022-06-30)

Features

Bug Fixes

4.1.0 (2022-06-13)

Features

  • make log optional for handlePubSubMessage (f05b28a)

4.1.0 (2022-06-13)

Features

  • make log optional for handlePubSubMessage (f05b28a)

3.0.1 (2021-12-01)

Bug Fixes

3.0.0 (2021-11-02)

⚠ BREAKING CHANGES

  • context returns Fastify's request variable instead of body object.

Features

2.1.2 (2021-09-07)

Bug Fixes

  • attributes should not be required. (#31) (34fbcd6)

2.1.1 (2021-09-06)

Bug Fixes

2.1.0 (2021-09-05)

Features

2.0.1 (2021-08-31)

Bug Fixes

  • include express declarations for Cloud Functions users (04a69f5)

2.0.0 (2021-08-29)

⚠ BREAKING CHANGES

  • Add support for Google Cloud Functions and fastify-plugin (#9)

Features

  • Add support for Google Cloud Functions and fastify-plugin (#9) (18b1d32)

1.0.2 (2020-12-27)

Bug Fixes

1.0.1 (2020-12-27)

Bug Fixes

  • Smaller package size and corrected main ref (b9f6b4d)

1.0.0 (2020-12-27)

Features