Skip to content

Releases: syngenta/acai-js

2.1.1 (2024-02-09)

09 Feb 18:34
d82e4db
Compare
Choose a tag to compare

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)

13 Dec 00:40
1183451
Compare
Choose a tag to compare

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

2.0.7 (2023-12-11)

11 Dec 22:09
f840572
Compare
Choose a tag to compare

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

Full Changelog: 2.0.6...2.0.7

2.0.6 (2023-11-16)

16 Nov 08:08
aeba6c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.5...2.0.6

2.0.5 (2023-11-15)

16 Nov 02:55
b951205
Compare
Choose a tag to compare

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)

13 Nov 23:15
0deb141
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.4

2.0.2 (2023-11-06

06 Nov 23:52
807008e
Compare
Choose a tag to compare

Simple update to change the readme

Full Changelog: 2.0.1...2.0.2

2.0.1 (2023-11-06)

06 Nov 23:49
d90107b
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/syngenta/acai-js/commits/2.0.1

2.0.0 (re-release legacy functionality)

06 Nov 23:47
c6aa7a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/syngenta/acai-js/commits/2.0.0

1.0.0 (re-release legacy functionality)

06 Nov 23:46
48031bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/syngenta/acai-js/commits/1.0.0