1
0
mirror of https://github.com/mariadb-corporation/libmarias3.git synced 2025-04-18 16:24:01 +03:00

Fix version history (#135)

This commit is contained in:
Andrew Hutchings 2024-09-27 10:39:37 +01:00 committed by GitHub
parent 374adc5d9f
commit cfa1f7fcbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,28 @@
Version History
===============
Version 3.2
-----------
Version 3.2.0 GA
^^^^^^^^^^^^^^^^
* Spelling errors in code fixed
* IAM role credential functionality added
* Fix macOS building
* Define RTLD_DEFAULT for FreeBSD
* Now pushes 301 response to bucket / endpoint mismatch to application
* Fix ``MS3_OPT_FORCE_PROTOCOL_VERSION``
* Many fixes to build
* Many fixes to things found with static analyzers and sanitizers
* Allow for longer S3 secret keys
* Add custom read callback mechanism
* Add option to enable/disable debug
* Allow setting of curl timeouts
* Documentation updates
* GitHub actions testing added
* :c:func:`ms3_set_content_type` and :c:func:`ms3_get_content_type` added
Version 3.1
-----------