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

fix: lock X-Ray SDK to 2.6.0 due to regression #384

Merged

Conversation

heitorlessa
Copy link
Contributor

@heitorlessa heitorlessa commented Apr 5, 2021

Issue #, if available: #383

Description of changes:

X-Ray SDK 2.7.0 replaced jsonpickle with own implementation for serializing subsegments data. This breaks when there's an exception raised as per #383.

This PR locks X-Ray SDK to 2.6.0 as it's the last working version until there's a fix.

Checklist

Breaking change checklist

RFC issue #:

  • Migration process documented
  • Implement warnings (if it can live side by side)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@heitorlessa heitorlessa added area/tracer bug Something isn't working labels Apr 5, 2021
@heitorlessa heitorlessa changed the title fix: lock X-Ray SDK to 2.6.0 fix: lock X-Ray SDK to 2.6.0 due to regression Apr 5, 2021
@heitorlessa heitorlessa merged commit ae9a134 into aws-powertools:develop Apr 5, 2021
@heitorlessa heitorlessa deleted the fix/xray_sdk_regression branch April 5, 2021 15:10
@michaelbrewer
Copy link
Contributor

Thanks for this. I did manage to pin the older version via "pipenv" on my existing projects.

@heitorlessa heitorlessa added this to the 1.14.0 milestone Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants