Skip to content

Releases: getsentry/objectstore

0.1.2

04 Mar 14:00

Choose a tag to compare

New Features ✨

  • (rust-client) Add file variant with more reliable batching by @lcian in #346

0.1.1

02 Mar 12:02

Choose a tag to compare

New Features ✨

  • (clients/python) Add parse_accept_encoding and fix wildcard handling by @jan-auer in #347

Internal Changes 🔧

  • Separate release-library branch prefix for client releases by @jan-auer in #345

0.1.0

27 Feb 13:36

Choose a tag to compare

New Features ✨

  • (clients) Add accept_encoding to Rust and Python get methods by @jan-auer in #344

0.0.19

27 Feb 08:53

Choose a tag to compare

New Features ✨

  • (rust-client) Implement many API using batch endpoint by @lcian in #277

0.0.18

24 Feb 15:43

Choose a tag to compare

New Features ✨

  • (clients) Add static token auth, consolidate token generator by @lcian in #330
  • (python-client) Improve retries for compressed bodies by @lcian in #329

Bug Fixes 🐛

  • (python-client) Avoid mutable default argument in TokenGenerator by @lcian in #336
  • (rust-client) Check HTTP status on DELETE responses by @lcian in #333

0.0.17

16 Feb 14:02

Choose a tag to compare

New Features ✨

  • (types) Add origin as built-in metadata field by @jan-auer in #292

Documentation 📚

  • (clients) Restructure Rust and Python client READMEs by @jan-auer in #294
  • Add crate-level architecture documentation by @jan-auer in #304

Internal Changes 🔧

Types

  • Extract modules and distribute docs by @jan-auer in #307
  • Move tombstone + custom-time out of Metadata header methods by @jan-auer in #303

0.0.16

02 Feb 23:53

Choose a tag to compare

New Features ✨

  • (server) Move to structured ApiError by @lcian in #263

Bug Fixes 🐛

  • (rust-client) Re-export objectstore_types::Permission as part of API by @matt-codecov in #256

Internal Changes 🔧

  • (rust-client) Bump reqwest to 0.13.1 by @lcian in #282
  • Use internal PyPI exclusively by @lcian in #272

Other

  • test(rust-client): Improve assertion by @lcian in #280

0.0.15

06 Jan 00:45

Choose a tag to compare

New Features ✨

Auth

Bug Fixes 🐛

  • (python) Set timeout correctly and update test by @jan-auer in #242

Build / dependencies / internal 🔧

  • (clients) Change defaults for timeouts by @jan-auer in #246
  • Fix ci and add python client comment about token_generator by @matt-codecov in #252
  • Move Permission, Scope, Scopes to objectstore_types and use in Rust client by @matt-codecov in #236

Other

  • tests(client): enable authorization tokens in e2e client tests by @matt-codecov in #231
  • test(client): Add tests for keys containing slashes by @jan-auer in #245

0.0.14

05 Dec 10:46

Choose a tag to compare

New Features ✨

0.0.13

01 Dec 14:35

Choose a tag to compare

Fixes

  • fix(py-client): Don't call str on bytes (#225) by @lcian