Skip to content

Releases: simenandre/pubsub-http-handler

pubsub-http-handler v4.1.0

13 Jun 10:18
da361a2
Compare
Choose a tag to compare

Features

  • make log optional for handlePubSubMessage (f05b28a)

pubsub-http-handler v4.0.0

13 Jun 09:02
b11f904
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

You can read the migration guide for more information.

  • Bump node to v16 (f50dfdb)
  • Bump fastify to v4 (f50dfdb)
  • The address attribute is changed to host to align with Fastify (f50dfdb)
  • With ajv version 7 and above, ajvTypeBoxPlugin is required. (only required when using the Fastify plugin) (f50dfdb)
  • Add pino logger to Cloud Functions (f50dfdb)
  • Add log to handler (f50dfdb)

pubsub-http-handler v3.0.1

01 Dec 08:16
4181df6
Compare
Choose a tag to compare

Bug Fixes

pubsub-http-handler v3.0.0

02 Nov 09:12
a13d8d4
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

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

Features

pubsub-http-handler v2.1.2

07 Sep 09:46
688532c
Compare
Choose a tag to compare

Bug Fixes

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

pubsub-http-handler v2.1.1

06 Sep 12:22
f50eddc
Compare
Choose a tag to compare

Bug Fixes

pubsub-http-handler v2.1.0

05 Sep 20:17
fb297cf
Compare
Choose a tag to compare

Features

pubsub-http-handler v2.0.1

31 Aug 18:47
21ae5aa
Compare
Choose a tag to compare

Bug Fixes

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

pubsub-http-handler v2.0.0

29 Aug 19:05
0956959
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

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

Features

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

v1.0.2

27 Dec 21:11
Compare
Choose a tag to compare

1.0.2 (2020-12-27)

Bug Fixes