Skip to content

Releases: getsentry/objectstore

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

0.0.12

01 Dec 11:54

Choose a tag to compare

Features

  • feat: Add time_creation as first-class metadata (#210) by @lcian
  • feat(clients): Append to the given base URL path (#222) by @lcian
  • feat: Add time_expires as first-class metadata (#217) by @lcian

0.0.11

18 Nov 09:58

Choose a tag to compare

Various fixes & improvements

  • breaking: change url format: {usecase}/{scope1}/.../data/{key} (#203) by @matt-codecov

0.0.10

14 Nov 16:46

Choose a tag to compare

Various fixes & improvements

  • feat(rust-client): Add a util to guess MIME type (#200) by @lcian
  • feat(py-client): Add a util to guess MIME type (#197) by @lcian
  • docs(rust-client): Add some more docs for new Rust API (#194) by @lcian
  • ref(py-client): Rename a couple things (#196) by @lcian

0.0.9

12 Nov 14:34

Choose a tag to compare

Various fixes & improvements

  • feat(rust-client): Introduce new API (#190) by @lcian

0.0.8

10 Nov 16:01

Choose a tag to compare

Various fixes & improvements

  • feat(py-client): Introduce new API (#184) by @lcian
  • feat: Implement "redirect tombstones" (#186) by @Swatinem
  • ref(server): Use OS__ as env prefix for config overrides (#192) by @jan-auer

0.0.7

10 Nov 12:09

Choose a tag to compare

Various fixes & improvements

  • feat: Add missing PUT key to the Rust client, replace anyhow with… (#191) by @Swatinem

0.0.6

07 Nov 08:49

Choose a tag to compare

Various fixes & improvements

  • ref(cli): Introduce commands and add healthcheck (#185) by @jan-auer
  • docs: Set up combined page for API docs (#178) by @lcian