Skip to content

Releases: liormizr/s3path

New Package Version: 0.6.0

10 Nov 14:18
8780ddd
Compare
Choose a tag to compare

Version 0.6.0

This version firstly remove the support for Python Version 3.8 and add support for Python Version 3.14

Do to Python Version 3.14 changes and also the maturity of the new glob algorithm, the glob and rglob methods are now support only the new algorithm.
The configuration to switch algorithms is in a deprecated cycle

Issue fixed list:

New Package Version: 0.5.8

24 Aug 14:39
Compare
Choose a tag to compare

Version 0.5.8

Issue fixed list:

Also small change to support Boto3 version 1.35.x

New Package Version: 0.5.7

18 May 15:53
77868ad
Compare
Choose a tag to compare

Version 0.5.6

Very small version
We added the configuration_map as a public class so users can get the relevant boto3 resource if needed

import s3path
resource, _ = s3path.configuration_map.get_configuration(path)

New Package Version: 0.5.6

17 Apr 09:54
928b5ce
Compare
Choose a tag to compare

Version 0.5.6

Issue fixed list:

New Package Version: 0.5.5

11 Apr 21:09
Compare
Choose a tag to compare

Version 0.5.5

Issue fixed list:

  • #164 - Do not import boto3 when using PureS3Path - Bug fix in work that got added in version 0.5.4

New Package Version: 0.5.4

11 Apr 20:51
ce3f057
Compare
Choose a tag to compare

Version 0.5.3

Issue fixed list:

  • #164 - Do not import boto3 when using PureS3Path - Bug fix in work that got added in version 0.5.4

New Package Version: 0.5.3

11 Apr 08:55
cddac08
Compare
Choose a tag to compare

Version 0.5.3

Issue fixed list:

  • #164 - Do not import boto3 when using PureS3Path
  • #160 - fix glob new algo

New Package Version: 0.5.2

30 Jan 16:43
d2ebdbc
Compare
Choose a tag to compare

Version 0.5.2

This is a small patch

Issue fixed list:

  • #158 - Fix DeprecationWarning
  • #157 - fix for Doc's

New Package Version: 0.5.1

18 Dec 12:21
93a78fc
Compare
Choose a tag to compare

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.

New Package Version: 0.5.0

17 Aug 10:57
Compare
Choose a tag to compare

Version 0.5.0

This is a big version.

New Features list:

  • #134 Remove S3DirEntry from the public api
  • #128 Add Type Hints
  • #126 Add PureVersionedS3Path and VersionedS3Path to support S3 keys with versioning
  • #125 Add S3Path.get_presigned_url to create a pre-signed url for the S3 Key
  • Remove Python < 3.8 Version support

Version Bug Fix list:

  • #136 - Python Version 3.11.4 break S3Path.glob