Skip to content

Releases: syngenta/acai-js

2.3.1

19 Oct 04:44
43d2c69

Choose a tag to compare

Full Changelog: 2.3.0...2.3.1

2.3.0

18 Oct 02:34
c25d544

Choose a tag to compare

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

18 Oct 02:33
c25d544

Choose a tag to compare

2.3.0-beta.1 Pre-release
Pre-release

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

18 Oct 02:33
0516d18

Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.2.0

2.1.2 (2025-06-18)

19 Jun 02:37
d168d44

Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1 (2024-02-09)

09 Feb 18:34
d82e4db

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

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

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

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

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