Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

66 lines (40 loc) · 1.05 KB

Changelog


0.3.1

Released on 07/10/2024

  • Removed unused dep: users

0.3.0

Released on 30/09/2024

  • remotefs 0.3.0

0.2.4

Released on 02/03/2024

  • Fixed windows build

0.2.3

Released on 01/03/2024

  • Bump rust-s3 to 0.34.0-rc4 which fixes issues with open_file

0.2.2

Released on 01/03/2024

  • Bump rust-s3 to 0.33

0.2.1

Released on 10/10/2022

  • Added native-tls and rustls support

0.2.0

Released on 05/02/2022

  • Added support for S3 compatible APIs (such as minio, yandex)
  • New constructor methods
    • new() will now accept only the bucket name
    • region() to specify the region. If no region is specified, custom region will be used
    • endpoint() to specify the endpoint. Useful to connect to minio
    • new_path_style(): must be specified when connecting to some backends, such as minio

0.1.0

Released on 04/01/2022

  • First release