Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit 74d04ef

Browse files
author
Gohlke, Christian
committed
update changelog to prepare next release 0.11.0
1 parent dd32faf commit 74d04ef

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
### not released yet ()
2-
* improvement: add HttpMethod to "ProxyIntegrationRoute" (#64) (thanks to [@JHPG](https://github.com/JHPG))
3-
* fix: send cors headers back after onError result (#69) (thanks to [@Gerjunior](https://github.com/Gerjunior))
4-
* dependency (dependabot): Bump hosted-git-info from 2.8.5 to 2.8.9 (#68)
5-
* dependency (dependabot): Bump lodash from 4.17.19 to 4.17.21 (#67)
2+
3+
### 0.11.0 (July 02, 2021)
4+
* improvement: add HttpMethod to "ProxyIntegrationRoute" ([#64](https://github.com/spring-media/aws-lambda-router/pull/64)) (thanks to [@JHPG](https://github.com/JHPG))
5+
* improvement: flag to disable Base Path Removal ([#72](https://github.com/spring-media/aws-lambda-router/pull/72)) (thanks to [@EthanDavis](https://github.com/EthanDavis))
6+
* fix: send cors headers back after onError result ([#69](https://github.com/spring-media/aws-lambda-router/pull/69)) (thanks to [@Gerjunior](https://github.com/Gerjunior))
7+
* dependency (dependabot): Bump hosted-git-info from 2.8.5 to 2.8.9 ([#68](https://github.com/spring-media/aws-lambda-router/pull/68))
8+
* dependency (dependabot): Bump lodash from 4.17.19 to 4.17.21 ([#67](https://github.com/spring-media/aws-lambda-router/pull/67))
69

710

811
### 0.10.0 (March 23, 2021)
9-
* adding generic and proxyIntegration errorHandler (#60) (thanks to [@swaner](https://github.com/swaner))
10-
* fix: logging statements (#59) (thanks to [@snorberhuis](https://github.com/snorberhuis))
12+
* adding generic and proxyIntegration errorHandler ([#60](https://github.com/spring-media/aws-lambda-router/pull/60)) (thanks to [@swaner](https://github.com/swaner))
13+
* fix: logging statements ([#59](https://github.com/spring-media/aws-lambda-router/pull/59)) (thanks to [@snorberhuis](https://github.com/snorberhuis))
1114
* build: updates build nodeJS version to 10
1215

1316
### 0.9.1 (September 11, 2020)
14-
* proxyIntegration: Allow defaultHeaders to be added to the OPTIONS request (#53) (thanks again to [@TerryMooreII](https://github.com/TerryMooreII) and [LiveOakLabs](https://github.com/LiveOakLabs))
17+
* proxyIntegration: Allow defaultHeaders to be added to the OPTIONS request ([#53](https://github.com/spring-media/aws-lambda-router/pull/53)) (thanks again to [@TerryMooreII](https://github.com/TerryMooreII) and [LiveOakLabs](https://github.com/LiveOakLabs))
1518

1619
### 0.9.0 (September 01, 2020)
17-
* proxyIntegration: Adds customizable CORS configurations (#52) (thanks to [@TerryMooreII](https://github.com/TerryMooreII) and [LiveOakLabs](https://github.com/LiveOakLabs))
20+
* proxyIntegration: Adds customizable CORS configurations ([#52](https://github.com/spring-media/aws-lambda-router/pull/52)) (thanks to [@TerryMooreII](https://github.com/TerryMooreII) and [LiveOakLabs](https://github.com/LiveOakLabs))
1821

1922
### 0.8.4 (August 01, 2020)
20-
* proxyIntegration: expose route path (#49) (thanks to [@evgenykireev](https://github.com/evgenykireev))
23+
* proxyIntegration: expose route path ([#49](https://github.com/spring-media/aws-lambda-router/pull/49)) (thanks to [@evgenykireev](https://github.com/evgenykireev))
2124

2225
### 0.8.3 (May 07, 2020)
23-
* added records to the SQS (#43) and SNS (#44) action for further processing
26+
* added records to the SQS ([#43](https://github.com/spring-media/aws-lambda-router/pull/43)) and SNS ([#44](https://github.com/spring-media/aws-lambda-router/pull/44)) action for further processing
2427

2528
### 0.8.2 (January 28, 2020)
2629
* added support for Open API parameter definitions e.g.: /section/{id}

0 commit comments

Comments
 (0)