Skip to content

Commit 65c8eaf

Browse files
Merge branch 'release-library/0.1.15'
2 parents 1cfcd50 + a1d5160 commit 65c8eaf

7 files changed

Lines changed: 18 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
@@ -30,7 +30,7 @@ objectstore-service = { path = "objectstore-service" }
3030
objectstore-test = { path = "objectstore-test" }
3131
objectstore-typed-options = { path = "objectstore-typed-options" }
3232
objectstore-typed-options-derive = { path = "objectstore-typed-options-derive" }
33-
objectstore-types = { path = "objectstore-types", version = "0.1.14" }
33+
objectstore-types = { path = "objectstore-types", version = "0.1.15" }
3434
stresstest = { path = "stresstest" }
3535

3636
anyhow = "1.0.102"

clients/CHANGELOG.md

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

3+
## 0.1.15
4+
5+
### New Features ✨
6+
7+
- Read JWT from query params by @lcian in [#556](https://github.com/getsentry/objectstore/pull/556)
8+
9+
### Documentation 📚
10+
11+
- (py-client) Fix scope character set in Client.session docstring by @jan-auer in [#551](https://github.com/getsentry/objectstore/pull/551)
12+
- Mark pre-signed URLs as experimental by @lcian in [#557](https://github.com/getsentry/objectstore/pull/557)
13+
314
## 0.1.14
415

516
### 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.14"
3+
version = "0.1.15"
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.14"
8+
version = "0.1.15"
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.14"
8+
version = "0.1.15"
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)