Releases: syngenta/acai-js
Releases · syngenta/acai-js
2.3.1
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- Consolidates API Gateway routing to a single resolver by @paulcruse3 in #204
Full Changelog: 2.2.0...2.3.0
2.3.0-beta.1
What's Changed
- Consolidates API Gateway routing to a single resolver by @paulcruse3 in #204
Full Changelog: 2.2.0...2.3.0-beta.1
2.2.0
What's Changed
- fix(deps): bump glob from 11.0.2 to 11.0.3 by @dependabot[bot] in #202
- fix(deps): bump csv-parse from 5.6.0 to 6.1.0 by @dependabot[bot] in #203
Full Changelog: 2.1.2...2.2.0
2.1.2 (2025-06-18)
What's Changed
- fix(deps): bump csv-parse from 5.5.3 to 5.5.5 by @dependabot in #186
- fix(deps): bump glob from 10.3.10 to 10.3.12 by @dependabot in #187
- fix(deps): bump ajv from 8.12.0 to 8.13.0 by @dependabot in #188
- fix(deps): bump csv-parse from 5.5.5 to 5.5.6 by @dependabot in #191
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #192
- fix(deps): bump glob from 10.3.12 to 11.0.0 by @dependabot in #195
- fix(deps): bump ajv from 8.13.0 to 8.17.1 by @dependabot in #196
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #197
- fix(deps): bump csv-parse from 5.5.6 to 5.6.0 by @dependabot in #198
- fix(deps): bump glob from 11.0.0 to 11.0.1 by @dependabot in #199
- Bump serialize-javascript and mocha by @dependabot in #200
- fix(deps): bump glob from 11.0.1 to 11.0.2 by @dependabot in #201
Full Changelog: 2.1.1...2.1.2
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