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.
I think we should probably roll a 0.23.1 (or a 0.24.0) release here.
We've got a fairly substantial list of work since the latest release.
There are a couple of minor removals included here, but they're only for old undocumented aspects, so I think we're probably okay including them in a minor, but I'm happy to go with the group consensus here.
Closes #2443
0.23.1
Added
Content-Type
header. (allow setting an explicit multipart boundary via headers #2278)tuple
orlist
for multipart values, not justlist
. (Allow tuple or list for multipart values #2355)str
content for multipart upload files. (Allow str content for multipart upload files #2400)Fixed
Removed
.read
/.aread
from SyncByteStream/AsyncByteStream (Drop.read
/.aread
fromSyncByteStream
/AsyncByteStream
#2407)RawURL
. (Drop RawURL #2241)