-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for request headers & cookies (#373)
* feat(runtime-handler): handle incoming headers and cookies (#293) * feat(handler): update header and cookie support for Response (#296) * feat(runtime-types): add cookie/header support for types (#297) * build: adjust dependency imports for successful build (#314) * chore(runtime-handler): add artifical rc-version bump * chore(release): publish %s - [email protected] - @twilio-labs/[email protected] - @twilio/[email protected] - @twilio-labs/[email protected] - [email protected] * fix(runtime-handler): using set-cookie now sets cookie header (#332) * chore(release): publish %s - @twilio/[email protected] * chore(release): publish %s - @twilio/[email protected] * Update package.json * Update package.json Co-authored-by: Phil Nash <[email protected]>
- Loading branch information
Showing
18 changed files
with
547 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.2.2-beta.0](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.2.2-beta.0) (2021-09-25) | ||
|
||
**Note:** Version bump only for package create-twilio-function | ||
|
||
## [3.2.2-beta.0](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.2.2-beta.0) (2021-09-25) | ||
|
||
**Note:** Version bump only for package create-twilio-function | ||
|
||
|
||
|
||
|
@@ -36,10 +36,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
## [3.1.2](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.1.2) (2021-07-14) | ||
|
||
**Note:** Version bump only for package create-twilio-function | ||
|
||
**Note:** Version bump only for package create-twilio-function | ||
|
||
|
||
## [3.1.2-rc.0](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.1.2-rc.0) (2021-07-14) | ||
|
||
|
||
## [3.1.1](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.1.1) (2021-06-30) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
**Note:** Version bump only for package @twilio-labs/plugin-serverless | ||
|
||
|
||
|
||
|
||
|
||
## [2.2.2](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2021-07-28) | ||
|
||
**Note:** Version bump only for package @twilio-labs/plugin-serverless | ||
|
@@ -35,8 +31,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
* add new env commands ([#290](https://github.com/twilio-labs/serverless-toolkit/issues/290)) ([7d11a03](https://github.com/twilio-labs/serverless-toolkit/commit/7d11a03aa5f02c6ac06147c2796f7e8c9964396e)) | ||
|
||
|
||
## [2.1.2-rc.0](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2021-07-14) | ||
|
||
|
||
**Note:** Version bump only for package @twilio-labs/plugin-serverless | ||
|
||
## [2.1.1](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2021-06-30) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.2.0-rc.3](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio/[email protected]...@twilio/[email protected]) (2021-08-03) | ||
|
||
**Note:** Version bump only for package @twilio/runtime-handler | ||
|
||
|
||
|
||
|
||
|
||
# [1.2.0-rc.2](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio/[email protected]...@twilio/[email protected]) (2021-07-28) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **runtime-handler:** using set-cookie now sets cookie header ([#332](https://github.com/twilio-labs/serverless-toolkit/issues/332)) ([6f65bc3](https://github.com/twilio-labs/serverless-toolkit/commit/6f65bc3bb692b8bd0b21d932f66ae394000e51a9)) | ||
|
||
|
||
# [1.2.0-beta.0](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio/[email protected]...@twilio/[email protected]) (2021-09-25) | ||
|
||
|
||
|
@@ -21,6 +37,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
|
||
|
||
# [1.2.0-rc.1](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio/[email protected]...@twilio/[email protected]) (2021-07-14) | ||
|
||
|
||
### Features | ||
|
||
* **handler:** update header and cookie support for Response ([#296](https://github.com/twilio-labs/serverless-toolkit/issues/296)) ([e9ef02e](https://github.com/twilio-labs/serverless-toolkit/commit/e9ef02ed9e10635623f462db6f53de3669ffaf0b)) | ||
* **runtime-handler:** handle incoming headers and cookies ([#293](https://github.com/twilio-labs/serverless-toolkit/issues/293)) ([62ff180](https://github.com/twilio-labs/serverless-toolkit/commit/62ff1801db6a121122fcd944a855ad7f038cafe4)) | ||
|
||
|
||
## [1.1.2](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio/[email protected]...@twilio/[email protected]) (2021-07-19) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.