|
1 | 1 | ### 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)) |
6 | 9 |
|
7 | 10 |
|
8 | 11 | ### 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)) |
11 | 14 | * build: updates build nodeJS version to 10
|
12 | 15 |
|
13 | 16 | ### 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)) |
15 | 18 |
|
16 | 19 | ### 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)) |
18 | 21 |
|
19 | 22 | ### 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)) |
21 | 24 |
|
22 | 25 | ### 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 |
24 | 27 |
|
25 | 28 | ### 0.8.2 (January 28, 2020)
|
26 | 29 | * added support for Open API parameter definitions e.g.: /section/{id}
|
|
0 commit comments