Skip to content

Releases: seek-oss/aws-codedeploy-hooks

@seek/aws-codedeploy-infra@2.1.3

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/aws-codedeploy-infra@2.1.2

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

Patch Changes

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

@seek/aws-codedeploy-infra@2.1.1

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/aws-codedeploy-hooks@1.2.0

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)

@seek/aws-codedeploy-infra@2.1.0

28 Aug 06:21
39bbb7d
Compare
Choose a tag to compare

Minor Changes

  • HookStack: Implement version prune in AfterAllowTraffic (#57)

@seek/aws-codedeploy-infra@2.0.0

01 May 11:36
c7f0db3
Compare
Choose a tag to compare

Major Changes

  • deps: @seek/logger ^8.0.0 (#45)

    Our minimum Node.js version is now 18.18.

@seek/aws-codedeploy-infra@1.1.0

23 Apr 02:03
50b8a2e
Compare
Choose a tag to compare

Minor Changes

  • HookStack: Switch hook to ARM (#41)

@seek/aws-codedeploy-infra@1.0.2

04 Mar 21:56
c439226
Compare
Choose a tag to compare

Patch Changes

  • docs: Fix package metadata (#37)

@seek/aws-codedeploy-infra@1.0.1

04 Mar 05:15
d5b337f
Compare
Choose a tag to compare

Patch Changes

  • HookStack: Allow multiple instances (#31)

@seek/aws-codedeploy-hooks@1.1.0

04 Mar 05:15
d5b337f
Compare
Choose a tag to compare

Minor Changes

  • smokeTest.koaMiddleware: Add function (#33)

Patch Changes

  • isHttpHook: Support Koa ctx.req (#30)