Skip to content

Latest commit

 

History

History
449 lines (269 loc) · 37.5 KB

File metadata and controls

449 lines (269 loc) · 37.5 KB

Change Log

5.5.2

Patch Changes

5.5.1

Patch Changes

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

5.5.0 (2022-11-30)

Features

  • Add Node16 support as default (#435) (b95f16b)
  • packages/twilio-run: regionalize toolkit config and api (#433) (30d5bdb)

5.4.4 (2022-08-31)

Bug Fixes

  • fileExists should not require write access by default (#407) (e95e726)

5.4.3 (2022-08-08)

Bug Fixes

  • serverless-api: change file-type package usage (970ebbd)

5.4.2 (2022-04-27)

Note: Version bump only for package @twilio-labs/serverless-api

5.4.2-beta.0 (2022-04-27)

Note: Version bump only for package @twilio-labs/serverless-api

5.4.1 (2022-01-19)

Note: Version bump only for package @twilio-labs/serverless-api

5.4.0 (2021-11-03)

Features

  • update node runtime versions available (#376) (e1602db)

5.3.0 (2021-10-15)

Features

  • serverless-api: add support for env SIDs in deploy (7702dca), closes #340

5.3.0-beta.0 (2021-09-25)

Features

  • serverless-api: add support for env SIDs in deploy (cf9ee17), closes #340

5.2.1 (2021-07-28)

Bug Fixes

  • packages/serverless-api/package.json to reduce vulnerabilities (#326) (38b8bf7)
  • packages/serverless-api/package.json to reduce vulnerabilities (#328) (e08f56d)

5.2.0 (2021-07-14)

Features

5.1.1 (2021-06-30)

Bug Fixes

  • serverless-api: do not retry for HTTP client request errors (#285) (ecbf4ab)

5.1.0 (2021-06-21)

Features

5.1.0-rc.0 (2021-05-24)

Features

  • extract runtime-handler and lazyLoading (#252) (4b11e69)

5.0.0 (2021-05-19)

Note: Version bump only for package @twilio-labs/serverless-api

5.0.0-beta.6 (2021-05-17)

Bug Fixes

  • twilio-run: show service sid if available instead of name (#265) (816a26f), closes #262

BREAKING CHANGES

  • twilio-run: The output of the config info in deployment changed

5.0.0-beta.5 (2021-05-13)

Bug Fixes

  • serverless-api: fixes assets paths in deployment (#258) (e37ecb3)

5.0.0-beta.4 (2021-04-30)

Bug Fixes

  • assets, serverless-api: uri encode path names for asset versions (c2b1f3d)

Features

  • plugin-assets: first version of working assets plugin (4ee08d3)

5.0.0-beta.3 (2021-04-21)

Note: Version bump only for package @twilio-labs/serverless-api

5.0.0-beta.2 (2021-04-21)

Note: Version bump only for package @twilio-labs/serverless-api

5.0.0-beta.1 (2021-04-21)

Bug Fixes

  • activate: activating with environment variables (#49) (9e05152)
  • api: update form field names to work with serverless-api (777dbe4)
  • api: use new uploads API (#9) (998f83a)
  • assets: enable protected asset upload (fdb7ee8)
  • build: reject promise on failed build (afa2f8c), closes #15
  • builds: support more than one fn/asset (bbdbd82)
  • client: fix client service error information (#10) (93950e0)
  • content-type: change content type detection to take hint (#34) (fac52fb)
  • deploy: stop creating environments with domain suffix 'undefined' (#50) (ad4817f)
  • environments: fix deploying to production (#16) (fc09142)
  • functions: support private functions (#30) (34ecf86)
  • logs: fix typo in debug logs (eca8f38)
  • logs: redact tokens/passwords/env vars from logs (59b6d4e)
  • paths: add path verification (#31) (cd239bd)
  • serverless-api: add request url to API error logs (#241) (4e79890), closes #167
  • serverless-api: explicitly enable credentials (90a3e63)
  • serverless-api: pagination was broken (92812b7)
  • serverless-api: retries on 429 error for POST request (4533fcd)
  • serverless-api: use new /Status endpoint for builds (#239) (6624e5d), closes #193
  • serverless-api/logs: change log polling cache (2142867)
  • serverless-api/logs: keeps the most recent logs in log cache (0f3b317)
  • types: expose friendly_name on environments (56df438)
  • add file name on failing asset upload error (#47) (3c9e9ec)
  • add pagination to list requests (#1) (#13) (bd3d3df)
  • change resource paths for nested Windows directories (#11) (8fcd0b3)
  • detect DEBUG flag on client creation (29853bb), closes twilio-labs/twilio-run#50
  • upgrade type-fest from 0.15.1 to 0.16.0 (65b81a9)

Features

Reverts

  • environments: revert back to old unique_name annotation (af2d876)

BREAKING CHANGES

  • the function signature of the individual functions changed. If you only use the methods on the client, nothing should have changed.
  • api: Removes uploadToAws as a function
  • projectName is no longer valid and serviceName has to be used instead

5.0.0-beta.0 (2020-08-27)

Bug Fixes

  • activate: activating with environment variables (#49) (9e05152)
  • api: update form field names to work with serverless-api (777dbe4)
  • api: use new uploads API (#9) (998f83a)
  • assets: enable protected asset upload (fdb7ee8)
  • build: reject promise on failed build (afa2f8c), closes #15
  • builds: support more than one fn/asset (bbdbd82)
  • client: fix client service error information (#10) (93950e0)
  • content-type: change content type detection to take hint (#34) (fac52fb)
  • deploy: stop creating environments with domain suffix 'undefined' (#50) (ad4817f)
  • environments: fix deploying to production (#16) (fc09142)
  • functions: support private functions (#30) (34ecf86)
  • logs: fix typo in debug logs (eca8f38)
  • logs: redact tokens/passwords/env vars from logs (59b6d4e)
  • add file name on failing asset upload error (#47) (3c9e9ec)
  • paths: add path verification (#31) (cd239bd)
  • serverless-api: retries on 429 error for POST request (4533fcd)
  • types: expose friendly_name on environments (56df438)
  • add pagination to list requests (#1) (#13) (bd3d3df)
  • change resource paths for nested Windows directories (#11) (8fcd0b3)
  • detect DEBUG flag on client creation (29853bb), closes twilio-labs/twilio-run#50
  • upgrade type-fest from 0.15.1 to 0.16.0 (65b81a9)

Features

Reverts

  • environments: revert back to old unique_name annotation (af2d876)

BREAKING CHANGES

  • the function signature of the individual functions changed. If you only use the methods on the client, nothing should have changed.
  • api: Removes uploadToAws as a function
  • projectName is no longer valid and serviceName has to be used instead

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.1 (2020-07-28)

Bug Fixes

  • upgrade type-fest from 0.15.1 to 0.16.0 (bfbcdc9)

4.0.0 (2020-07-06)

Features

  • add tests for asset error (#47) (581e4ce)
  • client: adds username and password support (#51) (80ffe00), closes #41
  • functions: list function versions & download content (#52) (045a90a)

Bug Fixes

  • add file name on failing asset upload error (#47) (13fedb2)
  • activate: activating with environment variables (#49) (62c2af6)
  • deploy: stop creating environments with domain suffix 'undefined' (#50) (f5dde4c)

3.1.1 (2020-06-25)

Bug Fixes

  • deploy: stop creating environments with domain suffix 'undefined' (#50) (f5dde4c)

3.1.0 (2020-06-16)

Features

Bug Fixes

  • activate: activating with environment variables (#49) (62c2af6)
  • add file name on failing asset upload error (#47) (13fedb2)

3.0.0 (2020-05-21)

⚠ BREAKING CHANGES

  • the function signature of the individual functions changed. If you only use the methods on the client, nothing should have changed.

Features

2.1.0 (2020-05-18)

Features

Bug Fixes

  • builds: support more than one fn/asset (0461068)
  • content-type: change content type detection to take hint (#34) (3d96bc0)
  • functions: support private functions (#30) (b58eac0)
  • paths: add path verification (#31) (ea1a660)

Build System

2.0.1 (2020-04-28)

Bug Fixes

  • builds: support more than one fn/asset (0461068)

2.0.0 (2020-04-28)

Features

  • [BREAKING CHANGE] unify error interface & upgrade got (#29) (a94e86e)

Bug Fixes

  • [BREAKING CHANGE] content-type: change content type detection to take hint (#34) (3d96bc0)
  • functions: support private functions (#30) (b58eac0)
  • paths: add path verification (#31) (ea1a660)

Build System

1.1.0 (2020-02-25)

Features

  • logs: add logs fetching and streaming (#23) (f4f21b4)

1.0.3 (2019-09-25)

Bug Fixes

  • build: reject promise on failed build (47e03e0), closes #15
  • environments: fix deploying to production (#16) (9585237)

1.0.2 (2019-08-05)

1.0.1 (2019-08-05)

Bug Fixes

1.0.0 (2019-08-05)

Features

  • logs: implements fetch and list of logs (#12) (87695cd)

1.0.0-rc.5 (2019-08-01)

Bug Fixes

  • change resource paths for nested Windows directories (#11) (9c74b44)

1.0.0-rc.4 (2019-07-30)

Bug Fixes

1.0.0-rc.3 (2019-07-30)

Bug Fixes

  • assets: enable protected asset upload (87db602)

1.0.0-rc.2 (2019-07-25)

Bug Fixes

  • client: fix client service error information (#10) (00ba21a)

1.0.0-rc.1 (2019-07-25)

Bug Fixes

  • api: update form field names to work with serverless-api (2282def)

1.0.0-rc.0 (2019-07-24)

Bug Fixes

  • api: use new uploads API (#9) (b349a1e)
  • types: expose friendly_name on environments (df4cc28)

Features

  • environments: make naming of environments predictable (68c51eb), closes #6

BREAKING CHANGES

  • api: Removes uploadToAws as a function

1.0.0-alpha.19 (2019-07-20)

Bug Fixes

  • logs: redact tokens/passwords/env vars from logs (8ca6e3d)

1.0.0-alpha.18 (2019-07-19)

Features

1.0.0-alpha.17 (2019-07-19)

1.0.0-alpha.16 (2019-07-18)

Bug Fixes

  • logs: fix typo in debug logs (e558e79)

Features

  • expose createFunctionResource - fix #3 (#4) (5279169)

1.0.0-alpha.15 (2019-07-10)

Build System

  • npm: setup git hooks and linters (d0e404c)

Features

BREAKING CHANGES

  • projectName is no longer valid and serviceName has to be used instead