Skip to content

Releases: GoogleCloudPlatform/functions-framework-nodejs

v1.6.0

19 Jun 19:24
25e364e
Compare
Choose a tag to compare

06-17-2020 14:53 PDT

Implementation Changes

  • refactor: extract cloudevents functions, privateize file-global identifiers (#138)
  • refactor: Move the logic to load user's function to loader.ts (#136)
  • refactor: split files (#135)

New Features

  • feat: prototype cloudevent function signature type (#147)

Dependencies

Documentation

  • docs: remove incorrect pubsub docs (#145)
  • Fix PubSub Event Example (#141)

Internal / Testing Changes

  • Use CloudEvents v1.0 in CloudEventsContext and tests (#139)

v1.5.1

06 Apr 14:47
93ec924
Compare
Choose a tag to compare

03-30-2020 11:05 PDT

Implementation Changes

  • fix: handle SIGINT in ErrorHandler (#126)

New Features

Dependencies

  • chore(deps): bump acorn from 5.7.3 to 5.7.4 (#124)
  • chore(deps): bump minimist from 1.2.0 to 1.2.2 (#123)
  • chore(deps): bump minimist from 1.2.2 to 1.2.3 (#128)

Documentation

Internal / Testing Changes

v1.5.0

06 Mar 19:16
6aeab4b
Compare
Choose a tag to compare

03-06-2020 08:15 PST

Implementation Changes

  • Adjust path handling (#121)

New Features

Dependencies

Documentation

Internal / Testing Changes

v1.4.0

06 Mar 16:13
Compare
Choose a tag to compare
Release v1.4.0

v1.3.2

14 Sep 01:07
de6ef38
Compare
Choose a tag to compare

09-13-2019 18:06 PDT

  • Revert "fixes #33: Only listen to functionTarget. (#81)"

Implementation Changes

New Features

Dependencies

Documentation

Internal / Testing Changes

v1.3.1

13 Sep 17:58
eb53f01
Compare
Choose a tag to compare

09-13-2019 10:00 PDT

Implementation Changes

  • fix: use empty string path when function source is not specified (#90)

New Features

Dependencies

Documentation

Internal / Testing Changes

v1.3.0

12 Sep 21:44
15f6abf
Compare
Choose a tag to compare

09-11-2019 10:17 PDT

Implementation Changes

  • fixes #33: Only listen to functionTarget. (#81)
  • fix: change the default function directory to the current working directory instead of root ('/') (#77)
  • Adding null check in catch block (#71)
  • fix: Adds types for superagent. Fixes #68 (#69)

New Features

  • Add a source flag/env option to add flexibility to execution path (#53)

Dependencies

Documentation

  • Docs Updates (#70)
  • Fix small typo on link (#79)
  • New section documentation on how to perform local PubSub testing (#76)
  • Docs: Add Docker Tutorial Doc (#58)

Internal / Testing Changes

  • chore: remove the converter

v1.2.1

01 Aug 02:00
Compare
Choose a tag to compare
  • Fixes issue with install script #64

v1.2.0

23 Jul 17:14
Compare
Choose a tag to compare
  • Add support for installing dependencies through yarn.

v1.1.2

23 Jul 17:13
Compare
Choose a tag to compare
  • Adds CLI help flag.
  • Improves docs.
  • Updates dependencies.