Skip to content

Commit 63a4258

Browse files
committed
release: 0.1.7
1 parent a8b0072 commit 63a4258

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ objectstore-metrics = { path = "objectstore-metrics" }
2727
objectstore-server = { path = "objectstore-server" }
2828
objectstore-service = { path = "objectstore-service" }
2929
objectstore-test = { path = "objectstore-test" }
30-
objectstore-types = { path = "objectstore-types", version = "0.1.6" }
30+
objectstore-types = { path = "objectstore-types", version = "0.1.7" }
3131
percent-encoding = "2.3"
3232
stresstest = { path = "stresstest" }
3333

clients/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.1.7
4+
5+
### New Features ✨
6+
7+
- (auth) Default auth enforcement to true by @lcian in [#447](https://github.com/getsentry/objectstore/pull/447)
8+
- (py-client) Add permission and expiry overrides to sign_for_scope by @lcian in [#432](https://github.com/getsentry/objectstore/pull/432)
9+
310
## 0.1.6
411

512
### New Features ✨

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "objectstore-client"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Client SDK for Objectstore, the Sentry object storage platform"
55
readme = "README.md"
66
authors = [{ name = "Sentry", email = "oss@sentry.io" }]

clients/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Client SDK for Objectstore, the Sentry object storage platform"
55
homepage = "https://getsentry.github.io/objectstore/"
66
repository = "https://github.com/getsentry/objectstore"
77
license-file = "../../LICENSE.md"
8-
version = "0.1.6"
8+
version = "0.1.7"
99
edition = "2024"
1010
rust-version = "1.89"
1111
publish = true

objectstore-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Shared types for the Objectstore client and server"
55
homepage = "https://getsentry.github.io/objectstore/"
66
repository = "https://github.com/getsentry/objectstore"
77
license-file = "../LICENSE.md"
8-
version = "0.1.6"
8+
version = "0.1.7"
99
edition = "2024"
1010
publish = true
1111

uv.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.

0 commit comments

Comments
 (0)