Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

## Unreleased

## [0.9.3] - 2026-04-15

### What's Changed

* docs: Add devseed favicon by @kylebarron in https://github.com/developmentseed/obstore/pull/641
* ci: Use trusted publishing by @kylebarron in https://github.com/developmentseed/obstore/pull/642
* docs: Fix rendering of `PutMode` docstring by @kylebarron in https://github.com/developmentseed/obstore/pull/645
* ci: add Dependabot for GitHub Actions version updates by @lhoupert in https://github.com/developmentseed/obstore/pull/647
* feat: Fsspec: Convert async methods that open sync file handles to use LocalStore by @matteomorlack in https://github.com/developmentseed/obstore/pull/656
* ci: pin gha to sha commit by @lhoupert in https://github.com/developmentseed/obstore/pull/659
* ci: Use github app token for conventional commit labeling by @kylebarron in https://github.com/developmentseed/obstore/pull/662
* fix(fsspec): _info() should honor self.dircache by @fvaleye in https://github.com/developmentseed/obstore/pull/663
* feat(buffered): deprecate ReadableFile.meta and AsyncReadableFile.meta by @fvaleye in https://github.com/developmentseed/obstore/pull/667

### New Contributors

* @lhoupert made their first contribution in https://github.com/developmentseed/obstore/pull/647
* @dependabot[bot] made their first contribution in https://github.com/developmentseed/obstore/pull/652
* @matteomorlack made their first contribution in https://github.com/developmentseed/obstore/pull/656
* @fvaleye made their first contribution in https://github.com/developmentseed/obstore/pull/663

**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.9.2...py-v0.9.3

## [0.9.2] - 2026-03-11

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion obstore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "obstore"
version = "0.9.2"
version = "0.9.3"
authors = { workspace = true }
edition = { workspace = true }
description = "The simplest, highest-throughput interface to Amazon S3, Google Cloud Storage, Azure Blob Storage, and S3-compliant APIs like Cloudflare R2."
Expand Down
Loading