Skip to content

New Package Version: 0.5.1

Compare
Choose a tag to compare
@liormizr liormizr released this 18 Dec 12:21
· 28 commits to master since this release
93a78fc

Version 0.5.1

This is a big version.

New Features list:

  • #149 Support for Python 3.12

Bug Fix list:

  • #147 Wrong type hint on S3PurePath classmethods
  • #150 Fix S3Path.from_uri url encoded decoding

Also s3path become a package instead of a module to support multiple Python versions.
On Python 3.13 we will have a big change in the Path objects structure
Hopefully after that we will be able to change back the package to a small module.