2020-08-21 05:34:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 19 06:19:13 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Update to 6.0.0:
|
|
|
|
* fix pydoc of all public methods in minio/api.py (#941) (08/03/20) (Bala FA)
|
|
|
|
* Create CNAME (08/02/20) (Harshavardhana)
|
|
|
|
* fix: doc rendering issue (#938) (07/17/20) (Andrei Vukolov)
|
|
|
|
* Add object version-ID support (#923) (07/11/20) (Bala FA)
|
|
|
|
* Added expiry_delta in IAM (#935) (07/09/20) (Felipe Ballesteros)
|
|
|
|
* Less memory allocation with put_object() (#930) (06/19/20) (Anis Elleuch)
|
|
|
|
* mention when proxy to be used (#928) (06/01/20) (Harshavardhana)
|
|
|
|
* refactor minio.credentials (#901) (05/31/20) (Bala FA)
|
|
|
|
* simplify constants definition and usage (#927) (05/29/20) (Bala FA)
|
|
|
|
* fix trace to be printed before and after execution (#926)
|
|
|
|
(05/25/20) (Bala FA)
|
|
|
|
* change encoding of x-amz-copy-source in copy_object (#912)
|
|
|
|
(05/09/20) (John Flickinger)
|
|
|
|
* fix isort errors (#904) (05/03/20) (Bala FA)
|
|
|
|
* simplify functional tests (#898) (04/30/20) (Bala FA)
|
|
|
|
* add isort to keep imports sorted (#897) (04/20/20) (Bala FA)
|
|
|
|
* add support for AssumeRole STS provider (#874) (04/16/20) (Brian Thorne)
|
|
|
|
* Allow signing requests for services other than s3 in sign v4 (#893) (04/16/20) (Brian Thorne)
|
|
|
|
* preserve x-amz-content-sha256 if specified in presign_v4 (#870)
|
|
|
|
(04/13/20) (Vanessasaurus)
|
|
|
|
* Rename urlencode and urldecode to quote and unquote (#875)
|
|
|
|
(04/11/20) (Brian Thorne)
|
|
|
|
* move to latest release for windows CI (#884) (04/10/20) (Harshavardhana)
|
|
|
|
* Update MANIFEST.in to generate a complete sdist (#856) (04/08/20) (Denis Laxalde)
|
|
|
|
* Adds missing 'minio/credentials/*.sample' files (#866)
|
|
|
|
(04/06/20) (ebozduman)
|
|
|
|
* remove deprecated cElementTree (04/07/20) (Karthikeyan Singaravelan)
|
|
|
|
* fix github actions error while checking out (#869) (04/06/20) (kannappanr)
|
|
|
|
- Update SOURCE1 and SOURCE2 to pull from tests/unit, the upstream path
|
|
|
|
changed.
|
|
|
|
|
2020-04-01 08:46:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 1 08:39:08 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 5.0.8
|
|
|
|
* Fixes not subscriptable objects (#858) (03/09/20)
|
|
|
|
* Support to put/get/delete default encryption configuration apis on a bucket (#855) (02/24/20)
|
|
|
|
* Fix deprecation warnings due to invalid escape sequences. (#853) (02/10/20)
|
|
|
|
* Add support for Amazon S3 Transfer Acceleration for presigned urls (#827) (02/02/20)
|
|
|
|
* Add note on concurrent usage of Minio client (#849) (02/01/20)
|
|
|
|
* python 3.8 compatibility (#847) (01/27/20)
|
|
|
|
* cleanup whitespace and fix license header (#845) (01/22/20)
|
|
|
|
* fix: relax bucket_name validation for existing buckets (#840) (01/22/20)
|
|
|
|
* Implement credentials object (similar to minio-go) to enable AWS IAM (#817) (01/22/20)
|
|
|
|
- added sources
|
|
|
|
https://github.com/minio/minio-py/issues/865
|
|
|
|
+ config.json.sample
|
|
|
|
+ credentials.sample
|
|
|
|
|
2020-01-22 15:37:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 22 15:23:46 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
|
|
|
|
|
|
|
- Update to 5.0.6
|
|
|
|
* Fix detecting a valid endpoint with new Python versions
|
|
|
|
* Fix some typo in SELECT API doc
|
|
|
|
* fget_object(): open temporary file on overwrite mode
|
|
|
|
|
|
|
|
- Update to 5.0.5
|
|
|
|
* Increase presigned timeouts for functional tests
|
|
|
|
* Remove future depdency for python3
|
|
|
|
* Do not need to set max-keys, max-uploads and max-parts
|
|
|
|
|
|
|
|
- Update to 5.0.4
|
|
|
|
* signV4: Avoid encoding ~ when found in the query part of
|
|
|
|
the url
|
|
|
|
* FIX: AttributeError at error.message
|
|
|
|
* Strip port 80/443 from host
|
|
|
|
|
2019-10-01 13:17:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 1 12:55:45 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Update to 5.0.1
|
|
|
|
* BREAKING API CHANGE: re-implement select_object_content
|
|
|
|
* Remove white-space characters before parsing XML
|
|
|
|
* Do not encode ~ in V4 S3 signing
|
|
|
|
|
2019-09-11 11:34:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-07-24 07:45:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2019-05-24 12:14:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-05-17 15:40:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-04-05 12:37:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 5 12:36:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 4.0.13:
|
|
|
|
* Add configurable part_size (#745)
|
|
|
|
|
2019-03-15 10:37:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|