@adobe/spacecat-shared-utils 1.112.2 → 1.112.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [@adobe/spacecat-shared-utils-v1.112.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.112.2...@adobe/spacecat-shared-utils-v1.112.3) (2026-04-08)
2
+
3
+ ### Bug Fixes
4
+
5
+ * remove client country from logged properties ([#1517](https://github.com/adobe/spacecat-shared/issues/1517)) ([04bb4a6](https://github.com/adobe/spacecat-shared/commit/04bb4a60beac791347c710558535597e792ccd35))
6
+
1
7
  ## [@adobe/spacecat-shared-utils-v1.112.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.112.1...@adobe/spacecat-shared-utils-v1.112.2) (2026-04-04)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-utils",
3
- "version": "1.112.2",
3
+ "version": "1.112.3",
4
4
  "description": "Shared modules of the Spacecat Services - utils",
5
5
  "type": "module",
6
6
  "exports": {
@@ -54,7 +54,6 @@ const FASTLY_LOG_FORMAT = `{
54
54
  "request_user_agent": "%{json.escape(req.http.User-Agent)}V",
55
55
  "response_status": %{resp.status}V,
56
56
  "response_content_type": "%{json.escape(resp.http.Content-Type)}V",
57
- "client_country_code": "%{client.geo.country_name}V",
58
57
  "time_to_first_byte": "%{time.to_first_byte}V"
59
58
  }`;
60
59
  const CDN_TRANSFORMATIONS = {
@@ -101,7 +100,6 @@ const CDN_TRANSFORMATIONS = {
101
100
  Path: `${payload.allowedPaths?.[0] || ''}{%Y}/{%m}/{%d}/{%H}`,
102
101
  'Logged Properties': [
103
102
  'reqTimeSec',
104
- 'country',
105
103
  'reqHost',
106
104
  'reqPath',
107
105
  'queryStr',
@@ -129,7 +127,6 @@ const CDN_TRANSFORMATIONS = {
129
127
  'Organize logs into daily subfolders': 'Yes',
130
128
  'Logged Properties': [
131
129
  'EdgeStartTimestamp',
132
- 'ClientCountry',
133
130
  'ClientRequestHost',
134
131
  'ClientRequestURI',
135
132
  'ClientRequestMethod',