Skip to content

Latest commit

 

History

History
170 lines (110 loc) · 7.88 KB

CHANGELOG.md

File metadata and controls

170 lines (110 loc) · 7.88 KB

Changelog

npm history

v1.7.0

08-06-2020 12:01 PDT

Implementation Changes

  • fix: do not send error when error code is fine (#187)

New Features

  • fix: add functions-framework-nodejs executable (#152)

Dependencies

  • chore(deps): use gts v2 (#186)
  • chore(deps): update dependency @types/express to v4.17.7 (#166)
  • chore(deps): update dependency @types/node to v11.15.20 (#172)
  • chore(deps): update dependency @types/supertest to v2.0.10 (#173)
  • chore(deps): update dependency mocha to v8 (#178)
  • chore(deps): update dependency supertest to v4 (#179)
  • chore(deps): automerge all but major updates (#183)
  • chore(deps): update dependency typescript to v3.9.7 (#176)
  • chore: make renovate not update as often (#170)
  • chore(deps): bump lodash from 4.17.14 to 4.17.19 (#156)
  • chore(deps): pin dependencies (#163)
  • chore(deps): add renovate.json (#65)

Documentation

  • docs: change badge to GitHub Actions (#180)
  • Fix typo: https -> http (#153)

Internal / Testing Changes

v1.6.0

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

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

03-06-2020 08:15 PST

Implementation Changes

  • Adjust path handling (#121)

New Features

Dependencies

Documentation

Internal / Testing Changes

v1.4.0

01-30-2020 11:54 PST

Implementation Changes

New Features

  • feat: add --dry-run option to load user's function but not start a server (#118)

Dependencies

Documentation

  • docs: Remove beta from gcloud run (#114)
  • Update README.md (#115)
  • docs: update pub sub docs with instructions that work (#109)
  • Fix double quotation from full-width character (#107)
  • docs: add video about FF (#102)
  • Changed curl command to include json content-type (#100)

Internal / Testing Changes

v1.3.2

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

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

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