forked from pool/python-minio
* Doc: Fix error response URL link * Add support for ISO time with and without fractional seconds. * ObjectAccessed with Get and Head methods * list-objects-v2: Add start_after parameter * Implement select object OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=11
53 lines
1.8 KiB
Plaintext
53 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 11 11:32:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 4.0.21:
|
|
* Doc: Fix error response URL link
|
|
* Add support for ISO time with and without fractional seconds.
|
|
* ObjectAccessed with Get and Head methods
|
|
* list-objects-v2: Add start_after parameter
|
|
* Implement select object
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 24 07:42:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 4.0.18:
|
|
* Better error msg if metadata contains a non us-ascii character (#770) (06/12/19)
|
|
* Fix Py3.7 warnings (#767) (06/11/19)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 24 12:09:49 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 4.0.17
|
|
* Validate underscores in host names successfully
|
|
* Use README.md instead of README.rst
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 17 14:43:26 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to version 4.0.16
|
|
* Replaces Minio refs with MinIO and minio.io links with min.io
|
|
* Use optimal part size determined by SDK
|
|
* Adds debug code
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 5 12:36:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 4.0.13:
|
|
* Add configurable part_size (#745)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 15 04:30:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Activate test suite
|
|
- Add %license and %doc
|
|
- Update to v4.0.12
|
|
* allow copy_object to set content-type
|
|
* Add support for session tokens
|
|
* Create MANIFEST.in
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 16 15:45:12 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v4.0.11
|