Skip to content
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

feat: upgrading sqs to support the JSON protocol #101

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

nicholasgriffintn
Copy link
Member

Description:
Updates the aws sdk to a version which supports the AWS SQS JSON protocol.

Type of change:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Why is this change required?:
It enables better performance due to usage of the AWS SQS JSON communication protocol instead of the AWS SQS Query protocol between client and server.

Code changes:

  • update of dependencies

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@nicholasgriffintn nicholasgriffintn added this to the 4.0.0 milestone Nov 24, 2023
@nicholasgriffintn nicholasgriffintn merged commit 07a700c into main Nov 24, 2023
8 of 9 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant