Skip to content

Releases: developmentseed/obstore

py-v0.10.0

01 Jun 20:32
520660f

Choose a tag to compare

Full Changelog: py-v0.9.5...py-v0.10.0

py-v0.9.4

22 Apr 19:23
3e4ae65

Choose a tag to compare

What's Changed

Full Changelog: py-v0.9.3...py-v0.9.4

py-v0.9.3

15 Apr 17:45
49f68bb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: py-v0.9.2...py-v0.9.3

py-v0.9.2

11 Mar 18:48
7ff670a

Choose a tag to compare

What's Changed

Full Changelog: py-v0.9.1...py-v0.9.2

py-v0.9.1

26 Feb 19:47
2a6f0cf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: py-v0.9.0...py-v0.9.1

py-v0.9.0

22 Feb 18:15
01d5a2c

Choose a tag to compare

Breaking Changes

What's Changed

  • fix: Remove TypeVar constraints on arro3-core to fix list typing when arro3-core not installed by @kylebarron in #578
  • docs: Update cookbook.md - unmatched quotes by @mdsumner in #587
  • fix: Prevent early EOF error in reader.read by @nvictus in #593
  • feat: Allow S3 HTTP URLs without region by @kylebarron in #590
  • feat: upgrade object store 0.13.x by @alukach in #600
  • ci: Make abi3 wheels for mainline Python 3.11+ by @kylebarron in #623
  • feat: Update docs, examples, tests to use method-based API by @kylebarron in #625

New Contributors

Full Changelog: py-v0.8.2...py-v0.9.0

py-v0.8.2

16 Sep 14:51
fbaeb7f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: py-v0.8.1...py-v0.8.2

pyo3-object_store-v0.6.0

03 Sep 18:25
605f09f

Choose a tag to compare

Breaking changes 🔧

  • Don't percent-encode paths. The implementation of FromPyObject for PyPath now uses Path::parse instead of Path::from under the hood. #524
  • Bump to pyo3 0.26.

Other

  • Configurable warning on PyExternalObjectStore creation #550

py-v0.8.1

22 Aug 16:10
aaa9261

Choose a tag to compare

What's Changed

  • fix: Fix passing down application_credentials to GCSStore by @kylebarron in #541
  • fix: earthdata token refresh when not redirected by @chuckwondo in #539

Full Changelog: py-v0.8.0...py-v0.8.1

py-v0.8.0

07 Aug 20:42
f543433

Choose a tag to compare

What's Changed

  • Breaking: Don't double percent-encode paths by @kylebarron in #524
    • This changes the internals from using Path "encoding" to Path "parsing". This avoids issues where paths could be unintentionally double-encoded. But this means that the user must ensure that paths are valid.
  • fix: Only SHA256 is supported for S3 checksum algorithm by @kylebarron in #527