Skip to content

Commit 01d5a2c

Browse files
authored
chore: Prepare 0.9 release (#624)
* chore: Prepare 0.9 release * update changelog
1 parent d248160 commit 01d5a2c

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
## Unreleased
44

5+
## [0.9.0] - 2026-02-22
6+
7+
### Breaking Changes
8+
9+
* chore!: Deprecate support for python 3.9 by @kylebarron in https://github.com/developmentseed/obstore/pull/609
10+
11+
### What's Changed
12+
13+
* fix: Remove TypeVar constraints on arro3-core to fix list typing when arro3-core not installed by @kylebarron in https://github.com/developmentseed/obstore/pull/578
14+
* docs: Update cookbook.md - unmatched quotes by @mdsumner in https://github.com/developmentseed/obstore/pull/587
15+
* fix: Prevent early EOF error in reader.read by @nvictus in https://github.com/developmentseed/obstore/pull/593
16+
* feat: Allow S3 HTTP URLs without region by @kylebarron in https://github.com/developmentseed/obstore/pull/590
17+
* feat: upgrade object store 0.13.x by @alukach in https://github.com/developmentseed/obstore/pull/600
18+
* ci: Make abi3 wheels for mainline Python 3.11+ by @kylebarron in https://github.com/developmentseed/obstore/pull/623
19+
* feat: Update docs, examples, tests to use method-based API by @kylebarron in https://github.com/developmentseed/obstore/pull/625
20+
21+
### New Contributors
22+
23+
* @nvictus made their first contribution in https://github.com/developmentseed/obstore/pull/593
24+
* @alukach made their first contribution in https://github.com/developmentseed/obstore/pull/600
25+
* @DisturbedOcean made their first contribution in https://github.com/developmentseed/obstore/pull/620
26+
27+
**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.8.2...py-v0.9.0
28+
529
## [0.8.2] - 2025-09-16
630

731
### What's Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

obstore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "obstore"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "The simplest, highest-throughput interface to Amazon S3, Google Cloud Storage, Azure Blob Storage, and S3-compliant APIs like Cloudflare R2."

0 commit comments

Comments
 (0)