-
Notifications
You must be signed in to change notification settings - Fork 15
feat(utils,http-utils): trigger release for trace ID propagation #1154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit triggers the release for trace ID propagation feature from PR #1097. Changes include: - Enhanced logWrapper to automatically include traceId in log messages - SQS message trace ID propagation via sendMessage/sqsEventAdapter - HTTP header trace ID extraction via x-trace-id header - New addTraceIdHeader utility function This enables end-to-end distributed tracing across SpaceCat services. Related: #1097, #1152
|
This PR will trigger a minor release when merged. |
iuliag
approved these changes
Nov 20, 2025
solaris007
pushed a commit
that referenced
this pull request
Nov 20, 2025
# [@adobe/spacecat-shared-http-utils-v1.19.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-http-utils-v1.18.2...@adobe/spacecat-shared-http-utils-v1.19.0) (2025-11-20) ### Features * **utils,http-utils:** trigger release for trace ID propagation ([#1154](#1154)) ([fb48149](fb48149)), closes [#1152](#1152) [#1152](#1152) [#1097](#1097) [#1097](#1097) [#1097](#1097) [#1152](#1152) [adobe/spacecat-audit-worker#1520](adobe/spacecat-audit-worker#1520)
Member
|
🎉 This PR is included in version @adobe/spacecat-shared-http-utils-v1.19.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
solaris007
pushed a commit
that referenced
this pull request
Nov 20, 2025
# [@adobe/spacecat-shared-utils-v1.76.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.75.0...@adobe/spacecat-shared-utils-v1.76.0) (2025-11-20) ### Features * **utils,http-utils:** trigger release for trace ID propagation ([#1154](#1154)) ([fb48149](fb48149)), closes [#1152](#1152) [#1152](#1152) [#1097](#1097) [#1097](#1097) [#1097](#1097) [#1152](#1152) [adobe/spacecat-audit-worker#1520](adobe/spacecat-audit-worker#1520)
Member
|
🎉 This PR is included in version @adobe/spacecat-shared-utils-v1.76.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
HollywoodTonight
added a commit
to adobe/spacecat-audit-worker
that referenced
this pull request
Nov 20, 2025
Updated package-lock.json after @adobe/spacecat-shared-utils@1.76.0 was officially released. Related: adobe/spacecat-shared#1154
HollywoodTonight
added a commit
to HollywoodTonight/spacecat-coralogix-feeder
that referenced
this pull request
Nov 20, 2025
Replace gitpkg temporary dependency with official release version. Update to @adobe/spacecat-shared-utils@^1.76.0 which includes: - Enhanced logWrapper with automatic trace ID inclusion - SQS message trace ID propagation - HTTP header trace ID support Related: adobe/spacecat-shared#1154
HollywoodTonight
added a commit
to HollywoodTonight/spacecat-api-service
that referenced
this pull request
Nov 20, 2025
- Add logWrapper to imports from spacecat-shared-utils - Add logWrapper to wrapper chain after enrichPathInfo - Bump @adobe/spacecat-shared-utils to ^1.76.0 - Logs will now automatically include AWS X-Ray trace IDs and HTTP x-trace-id headers Related: adobe/spacecat-shared#1154
HollywoodTonight
added a commit
that referenced
this pull request
Nov 20, 2025
The logWrapper was prepending trace/job IDs as a separate argument instead
of concatenating them with the format string. This caused format placeholders
(%s, %d, etc.) to not be interpolated, appearing literally in logs.
Changes:
- Merge marker string with format string (first arg) instead of prepending as separate arg
- Add tests to verify format string placeholder interpolation works correctly
Before: log.info('[traceId=123]', 'Found %d items', 42)
After: log.info('[traceId=123] Found %d items', 42)
Fixes format string interpolation in all log levels (info, error, debug, warn, etc.)
Related: #1154
HollywoodTonight
added a commit
that referenced
this pull request
Nov 20, 2025
The logWrapper was prepending trace/job IDs as a separate argument instead
of concatenating them with the format string. This caused format placeholders
(%s, %d, etc.) to not be interpolated, appearing literally in logs.
Changes:
- Merge marker string with format string (first arg) instead of prepending as separate arg
- Add tests to verify format string placeholder interpolation works correctly
Before: log.info('[traceId=123]', 'Found %d items', 42)
After: log.info('[traceId=123] Found %d items', 42)
Fixes format string interpolation in all log levels (info, error, debug, warn, etc.)
Related: #1154
HollywoodTonight
added a commit
that referenced
this pull request
Nov 20, 2025
The logWrapper was prepending trace/job IDs as a separate argument instead
of concatenating them with the format string. This caused format placeholders
(%s, %d, etc.) to not be interpolated, appearing literally in logs.
Changes:
- Merge marker string with format string (first arg) instead of prepending as separate arg
- Add tests to verify format string placeholder interpolation works correctly
Before: log.info('[traceId=123]', 'Found %d items', 42)
After: log.info('[traceId=123] Found %d items', 42)
Fixes format string interpolation in all log levels (info, error, debug, warn, etc.)
Related: #1154
HollywoodTonight
added a commit
to adobe/spacecat-audit-worker
that referenced
this pull request
Nov 20, 2025
Updated package-lock.json after @adobe/spacecat-shared-utils@1.76.0 was officially released. Related: adobe/spacecat-shared#1154
HollywoodTonight
added a commit
to HollywoodTonight/spacecat-coralogix-feeder
that referenced
this pull request
Nov 20, 2025
Replace gitpkg temporary dependency with official release version. Update to @adobe/spacecat-shared-utils@^1.76.0 which includes: - Enhanced logWrapper with automatic trace ID inclusion - SQS message trace ID propagation - HTTP header trace ID support Related: adobe/spacecat-shared#1154
HollywoodTonight
added a commit
to adobe/spacecat-audit-worker
that referenced
this pull request
Nov 20, 2025
Updated package-lock.json after @adobe/spacecat-shared-utils@1.76.0 was officially released. Related: adobe/spacecat-shared#1154
HollywoodTonight
added a commit
to adobe/spacecat-coralogix-feeder
that referenced
this pull request
Nov 20, 2025
Replace gitpkg temporary dependency with official release version. Update to @adobe/spacecat-shared-utils@^1.76.0 which includes: - Enhanced logWrapper with automatic trace ID inclusion - SQS message trace ID propagation - HTTP header trace ID support Related: adobe/spacecat-shared#1154
HollywoodTonight
added a commit
to adobe/spacecat-coralogix-feeder
that referenced
this pull request
Nov 20, 2025
Replace gitpkg temporary dependency with official release version. Update to @adobe/spacecat-shared-utils@^1.76.0 which includes: - Enhanced logWrapper with automatic trace ID inclusion - SQS message trace ID propagation - HTTP header trace ID support Related: adobe/spacecat-shared#1154
HollywoodTonight
added a commit
to adobe/spacecat-audit-worker
that referenced
this pull request
Nov 20, 2025
Updated package-lock.json after @adobe/spacecat-shared-utils@1.76.0 was officially released. Related: adobe/spacecat-shared#1154
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
PR #1152 was merged with a proper
feat:commit message, but semantic-release did not trigger a release. This happened because:semantic-release-monorepospacecat-shared-utilsandspacecat-shared-http-utilswere not released despite having new features from LLMO-1023: add trace ID propagation for SQS messages and HTTP headers #1097Solution
This PR adds documentation updates to both affected packages:
spacecat-shared-utils: Added release note for trace ID propagationspacecat-shared-http-utils: Added release note for trace ID extractionThe commit includes:
feat(utils,http-utils):prefix following conventional commitssemantic-release-monorepoChanges from PR #1097
The original trace ID propagation feature includes:
logWrapperto automatically includetraceIdin log messagessendMessage()/sqsEventAdapter()x-trace-idheaderaddTraceIdHeader()utility functionThis enables end-to-end distributed tracing across SpaceCat services.
Expected Releases
Once merged, semantic-release will publish:
@adobe/spacecat-shared-utils@1.76.0(currently 1.75.0)@adobe/spacecat-shared-http-utils@1.19.0(currently 1.18.2)Related