Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 01:52
· 4 commits to master since this release
e59a99f

5.0.0 (2025-07-23)

  • Remove global version tag and CloudWatch client (#310) (e59a99f)

BREAKING CHANGES

The following clients have breaking changes:

  • CloudWatch client has been removed. It was deprecated in v4.2.0 (March 2023) and there is very limited usage remaining at SEEK. Migrate to the Lambda Extension client.

  • StatsD client no longer attaches the global version tag to custom metrics, and env is now optional. These tags are automatically applied via telemetry agents in SEEK's typical container workload hosting environments.

    Environment env version
    Automat Automat environment name (development | production) {deployment}-{version}, e.g. myDeploymentName-abcdefa.123
    Gantry Gantry environment name VERSION environment variable, e.g. abcdefa.123

    Some Gantry services may have a Gantry environment name like prod-1 and then supply a different value like createStatsDClient({ environment: 'production' }) in code. This behaviour has been retained. It results in metrics that are tagged with both env:prod-1 and env:production, and may be useful for forward compatibility with Automat's development | production.