-
Notifications
You must be signed in to change notification settings - Fork 27
Add SentTimestamp to SQSMetadata #285
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
base: dev
Are you sure you want to change the base?
Add SentTimestamp to SQSMetadata #285
Conversation
Release PR
* chore: Pinned to v1.6.0 of aws-github-ops/handle-stale-discussions so that closed GitHub discussions are not auto-reopened. * flaky test fix (aws#253) --------- Co-authored-by: Garrett Beatty <[email protected]>
* chore: Pinned to v1.6.0 of aws-github-ops/handle-stale-discussions so that closed GitHub discussions are not auto-reopened. * chore(deps): bump github/codeql-action from 3.28.17 to 3.28.19 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.17 to 3.28.19. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@60168ef...fca7ace) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.28.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * flaky test fix (aws#253) * Update dependabot.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Ashish Dhingra <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sanket T <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds SentTimestamp support to the SQS metadata handling functionality by exposing the SQS message system attribute for timestamp information.
- Adds
SentTimestampproperty to theSQSMetadataclass - Maps the SentTimestamp attribute in the message metadata handler
- Updates version tracking for the AWS.Messaging package
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/AWS.Messaging/SQSMetadata.cs | Adds SentTimestamp property with documentation |
| src/AWS.Messaging/Serialization/Handlers/MessageMetadataHandler.cs | Maps SentTimestamp attribute from SQS message |
| .autover/changes/45a6ab22-5bb9-4b65-bfb1-94571b502622.json | Version tracking for the new feature |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
#283
Adds the SentTimestamp message system attribute to the SQSMetadata class and maps it in the MessageMetadataHandler.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.