Skip to content

Releases: seek-oss/aws-codedeploy-hooks

@seek/[email protected]

07 Aug 09:30
4d9cf53
Compare
Choose a tag to compare

Minor Changes

  • Enhance logs with additional context (#154)

Patch Changes

  • deps: zod ^4.0.0 (#147)

@seek/[email protected]

15 Jun 23:28
5b1e1b7
Compare
Choose a tag to compare

Major Changes

  • Drop support for Node.js 18 (#140)

    This aligns with @seek/logger 10. The minimum supported version is now Node.js 20.9.0.

Patch Changes

  • deps: @seek/logger 10 (#140)

@seek/[email protected]

15 Jun 23:29
5b1e1b7
Compare
Choose a tag to compare

Major Changes

  • Drop support for Node.js 18 (#140)

    This aligns with @seek/logger 10. The minimum supported version is now Node.js 20.9.0.

@seek/[email protected]

07 May 07:16
10388e3
Compare
Choose a tag to compare

Minor Changes

  • HookStack: extend HookStackProps from StackProps (#128)

@seek/[email protected]

31 Mar 00:53
9010afe
Compare
Choose a tag to compare

Minor Changes

  • HookStack: Upgrade hooks to Node.js 22 (#104)

@seek/[email protected]

09 Feb 23:08
52e2d07
Compare
Choose a tag to compare

Patch Changes

  • HookStack: Increase AWS SDK retries (#95)

@seek/[email protected]

05 Nov 03:35
47aea1d
Compare
Choose a tag to compare

Patch Changes

  • HookStack: Improve logging on Lambda function errors (#81)

    When the BeforeAllowTraffic hook invokes your Lambda function and receives a FunctionError back, it now logs additional information from the response payload to aid troubleshooting:

    {
      "err": {
        "message": "Lambda function responded with error: Unhandled",
    +   "payload": {
    +     "errorMessage": "RequestId: 00000000-0000-0000-0000-000000000000 Error: Task timed out after 1.00 seconds",
    +     "errorType": "Sandbox.Timedout"
    +   },
        "stack": "Error: Lambda function responded with error: Unhandled...",
        "type": "Error"
      },
      "level": 50,
      "msg": "Failed to process lifecycle event"
    }

@seek/[email protected]

05 Sep 22:39
740ee1f
Compare
Choose a tag to compare

Patch Changes

  • deps: @seek/logger ^9.0.0 (#67)

@seek/[email protected]

02 Sep 07:41
8a9d620
Compare
Choose a tag to compare

Patch Changes

  • HookStack: fix clientContext structure mistake which was preventing isLambdaHook from ever returning true (#58)

  • Fix discrepancies with user-agent values vs. expectations (#58)

@seek/[email protected]

02 Sep 07:41
8a9d620
Compare
Choose a tag to compare

Minor Changes

  • containsSkipDirective: Add function (#58)

Patch Changes

  • Fix discrepancies with user-agent values vs. expectations (#58)