-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fixed issue where attachments < 3mb were not being encoded correctly #227
Fixed issue where attachments < 3mb were not being encoded correctly #227
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #227 +/- ##
============================================
- Coverage 80.46% 79.92% -0.54%
- Complexity 281 283 +2
============================================
Files 29 30 +1
Lines 824 842 +18
Branches 79 86 +7
============================================
+ Hits 663 673 +10
- Misses 119 120 +1
- Partials 42 49 +7 ☔ View full report in Codecov by Sentry. |
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.
Just test it! 🥳 Good to go! 🚀
# Changelog ### Added * Added missing webhook triggers (#220) * Added provider field to token exchange response (#225) * Added support for clean messages endpoint (#226, #228) * Added support for custom headers field for Drafts and Messages (#223) * Added support for overriding various fields of outgoing requests (#224) ### Changed * Fixed issue where attachments < 3mb were not being encoded correctly (#227, #222) # License <!-- Your PR comment must contain the following line for us to merge the PR. --> I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.
Description
This PR fixes an issue where we were not encoding attachments less than 3mb properly.
License
I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.