Releases: syngenta/acai-js
2.1.1 (2024-02-09)
What's Changed
- remove aws-sdk and other unneeded dependencies from this project; allowing for a smaller package size (aws-sdk is included in every lambda image default)
- fix(deps): bump aws-sdk from 2.1509.0 to 2.1528.0 by @dependabot in #184
- fix(deps): bump csv-parse from 5.5.2 to 5.5.3 by @dependabot in #183
- fix(deps): bump aws-sdk from 2.1528.0 to 2.1548.0 by @dependabot in #185
Full Changelog: 2.1.0...2.1.1
2.1.0 (2023-12-12)
Timeout Functionality for ApiGateway Events
Now you are able to set a timeout at the "global" api level or the at the endpoint method level. If configured with a onTimeout
callback function, you will have more control (more than just stetting a lambda timeout) of what happens when your API has a timeout. See more in docs.
What's Changed
- Timeout Feature by @paulcruse3 in #182
Full Changelog: 2.0.7...2.1.0
2.0.7 (2023-12-11)
Response Validation
Now you are able to validate your API responses to those defined in your openapi or locally in your api endpoint files. This can be toggle on/off in the route definition; check our docs for more information.
What's Changed
- Response Validation by @paulcruse3 in #181
- fix(deps): bump aws-sdk from 2.1494.0 to 2.1509.0 by @dependabot in #180
Full Changelog: 2.0.6...2.0.7
2.0.6 (2023-11-16)
2.0.5 (2023-11-15)
What's Changed
- Added new router cache for even faster routing on subsequent requests (works best with provisioned lambdas);
Full Changelog: 2.0.4...2.0.5
2.0.4 (2023-11-13)
What's Changed
- Router optimization by @paulcruse3 in #175
- Added Autoload Functionality by @paulcruse3 in #177
New Contributors
- @paulcruse3 made their first contribution in #175
Full Changelog: 2.0.2...2.0.4
2.0.2 (2023-11-06
Simple update to change the readme
Full Changelog: 2.0.1...2.0.2
2.0.1 (2023-11-06)
What's Changed
- fix(deps): bump aws-sdk from 2.771.0 to 2.772.0 by @dependabot in #2
- fix(deps): bump aws-sdk from 2.772.0 to 2.835.0 by @dependabot in #73
- fix(deps): bump json-schema-ref-parser from 9.0.6 to 9.0.7 by @dependabot in #65
- fix(deps): bump aws-sdk from 2.835.0 to 2.836.0 by @dependabot in #74
- fix typo in internal server error message by @EugeneAlexeenko in #93
- Bump path-parse from 1.0.6 to 1.0.7 in /example by @dependabot in #94
- Bump jszip from 3.5.0 to 3.7.1 in /example by @dependabot in #95
- Bump color-string from 1.5.4 to 1.6.0 in /example by @dependabot in #96
- Bump lodash from 4.17.20 to 4.17.21 in /example by @dependabot in #106
- fix(deps): bump json-schema-ref-parser from 9.0.7 to 9.0.9 by @dependabot in #97
- Bump aws-sdk from 2.771.0 to 2.1030.0 in /example by @dependabot in #102
- fix(deps): bump aws-sdk from 2.836.0 to 2.1066.0 by @dependabot in #108
- Bump simple-get from 2.8.1 to 2.8.2 in /example by @dependabot in #110
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #109
- Bump node-fetch from 2.6.1 to 2.6.7 in /example by @dependabot in #111
- fix(deps): bump aws-sdk from 2.836.0 to 2.1067.0 by @dependabot in #112
- Bump pathval from 1.1.0 to 1.1.1 by @dependabot in #116
- fix(deps): bump aws-sdk from 2.1073.0 to 2.1083.0 by @dependabot in #117
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #120
- Fix validation for complex schemas where allOf was used by @zolotyh in #119
- Add support for response validation by @syngenta-aleksei-zolotykh in #118
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #121
- fix(deps): bump aws-sdk from 2.1083.0 to 2.1105.0 by @dependabot in #122
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #125
- Bump pathval from 1.1.0 to 1.1.1 by @dependabot in #126
- Add error handler by @syngenta-aleksei-zolotykh in #124
- Add typings for apigateway by @zolotyh in #127
- Add error to error handler by @syngenta-aleksei-zolotykh in #128
- Add types for context by @zolotyh in #133
- fix(deps): bump aws-sdk from 2.1105.0 to 2.1125.0 by @dependabot in #134
- fix(deps): bump aws-sdk from 2.1125.0 to 2.1146.0 by @dependabot in #137
- fix(deps): bump aws-sdk from 2.1146.0 to 2.1166.0 by @dependabot in #139
- 2.0 Release Candidate by @paulcruse-syn in #135
- fix(deps): bump aws-sdk from 2.1166.0 to 2.1244.0 by @dependabot in #144
- fix(deps): bump @apideck/reva from 0.1.5 to 0.2.0 by @dependabot in #141
- Bump minimatch and mocha by @dependabot in #146
- fix(deps): bump csv-parse from 5.3.0 to 5.3.2 by @dependabot in #147
- fix(deps): bump aws-sdk from 2.1244.0 to 2.1265.0 by @dependabot in #148
- fix(deps): bump ajv from 8.10.0 to 8.11.2 by @dependabot in #149
- fix(deps): bump csv-parse from 5.3.2 to 5.3.3 by @dependabot in #150
- fix(deps): bump csv-parse from 5.3.3 to 5.3.4 by @dependabot in #157
- fix(deps): bump ajv from 8.11.2 to 8.12.0 by @dependabot in #154
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #153
- Bump json5 and tsconfig-paths by @dependabot in #152
- fix(deps): bump aws-sdk from 2.1265.0 to 2.1315.0 by @dependabot in #158
- fix(deps): bump @apideck/reva from 0.2.0 to 0.2.1 by @dependabot in #159
- fix(deps): bump csv-parse from 5.3.4 to 5.5.2 by @dependabot in #167
Full Changelog: https://github.com/syngenta/acai-js/commits/2.0.1
2.0.0 (re-release legacy functionality)
What's Changed
- Not much!!! Same as the great functionality as the original ACL https://github.com/syngenta-digital/package-node-alc
Full Changelog: https://github.com/syngenta/acai-js/commits/2.0.0
1.0.0 (re-release legacy functionality)
What's Changed
- Not much!!! Same as the great functionality as the original ACL https://github.com/syngenta-digital/package-node-alc
Full Changelog: https://github.com/syngenta/acai-js/commits/1.0.0