5.0.0 (2025-07-23)
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, andenv
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 likecreateStatsDClient({ environment: 'production' })
in code. This behaviour has been retained. It results in metrics that are tagged with bothenv:prod-1
andenv:production
, and may be useful for forward compatibility with Automat'sdevelopment
|production
.