0.33.0-beta1
Pre-release
Pre-release
Bigger breaking changes
- Code reorg - all
Request
and execution backend code now lives in therequest
mod get_object_stream
renamed toget_object_to_writer
get_object_async_stream
renamed toget_object_stream
get_object_stream
returnes a newResponseDataStream
type with abytes()
method which returns aStream<Item = Bytes>
What's Changed
- Fix presigining by @Ten0 in #284
- Fix date and time parsing by @Janrupf in #287
- Request streaming by @Janrupf in #285
- fix anonymous credentials example display by @LesnyRumcajs in #294
- Minio tagging by @durch in #295
New Contributors
- @Ten0 made their first contribution in #284
- @Janrupf made their first contribution in #287
- @LesnyRumcajs made their first contribution in #294
Full Changelog: v0.32.0...0.33.0-beta1