Skip to content

Releases: talis/talis-cdk-constructs

v3.3.0

18 Jul 10:58
d5f3b65
Compare
Choose a tag to compare

3.3.0 (2024-07-18)

Features

  • ta-1105: add bundling options to authenticated api (#89) (d5f3b65)

Bug Fixes

Reverts

3.3.0 (2024-07-18)

Bug Fixes

Features

  • ta-1105: add bundling options to authenticated api (#89) (d5f3b65)

Reverts

v3.2.0

03 Apr 11:09
dd53d96
Compare
Choose a tag to compare

3.2.0 (2024-04-03)

Features

  • lambda worker - support maxConcurrency (SqsEventSource) (#86) (dd53d96)

    Instances of LambdaWorker now require a lambdaProps.queueMaxConcurrency property to be set:

     new LambdaWorker(stack, "MyLambdaWorker", {
       name: "MyLambdaWorker",
       lambdaProps: {
    +   queueMaxConcurrency: 5,
        entry: "index.ts",
        handler: "handler",
       },

v3.1.0

27 Oct 09:59
e9f7837
Compare
Choose a tag to compare

3.1.0 (2023-10-27)

Features

  • add alternate domain names to cdn site host construct (#84) (e9f7837)

3.1.0 (2023-10-27)

Features

  • add alternate domain names to cdn site host construct (#84) (e9f7837)

v3.0.2

27 Sep 09:59
e90e3f9
Compare
Choose a tag to compare

3.0.2 (2023-09-27)

Bug Fixes

3.0.2 (2023-09-27)

Bug Fixes

v3.0.1

26 Sep 13:18
559e3ff
Compare
Choose a tag to compare

3.0.1 (2023-09-26)

Bug Fixes

  • plat-6742 restore package.json files section (#82) (559e3ff)

3.0.1 (2023-09-26)

Bug Fixes

  • plat-6742 restore package.json files section (#82) (559e3ff)

v3.0.0

21 Sep 12:08
316f64f
Compare
Choose a tag to compare

3.0.0 (2023-09-21)

⚠ BREAKING CHANGES

  • Upgrade to cdk 1.x -> 2.x

Features

  • plat-6785 upgrade cdk 1.x -> 2.x (#81) (316f64f)

3.0.0 (2023-09-21)

  • feat!: plat-6785 upgrade cdk 1.x -> 2.x (#81) (316f64f), closes #81

BREAKING CHANGES

  • Upgrade to cdk 1.x -> 2.x

v2.7.0

14 Aug 08:33
4c7bd4d
Compare
Choose a tag to compare

2.7.0 (2023-08-14)

Features

  • increase lambda worker default message retention period (#79) (4c7bd4d)

2.7.0 (2023-08-14)

Features

  • increase lambda worker default message retention period (#79) (4c7bd4d)

v2.6.0

26 Jun 14:21
846ce58
Compare
Choose a tag to compare

2.6.0 (2023-06-26)

Features

  • ele-6855 add preview deploy environment (#78) (846ce58)

2.6.0 (2023-06-26)

Features

  • ele-6855 add preview deploy environment (#78) (846ce58)

v2.5.0

12 Jun 12:41
bf41354
Compare
Choose a tag to compare

2.5.0 (2023-06-12)

Features

  • upgrades node version to 18.16.0 (#77) (bf41354)

2.5.0 (2023-06-12)

Features

  • upgrades node version to 18.16.0 (#77) (bf41354)

v2.4.0

18 May 09:44
adf2610
Compare
Choose a tag to compare

2.4.0 (2023-05-18)

Features

  • lambda worker - support container fromImageAsset (#75) (adf2610)

2.4.0 (2023-05-18)

Features

  • lambda worker - support container fromImageAsset (#75) (adf2610)