Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
0806954
feat(api): api update
stainless-app[bot] May 7, 2026
892ec8e
chore: redact api-key headers in debug logs
stainless-app[bot] May 8, 2026
59fb6e1
feat(api): api update
stainless-app[bot] May 8, 2026
3343acc
feat(api): api update
stainless-app[bot] May 12, 2026
a1509bd
ci: pin GitHub Actions to commit SHAs
stainless-app[bot] May 13, 2026
f0a2b74
codegen metadata
stainless-app[bot] May 13, 2026
184c903
feat(api): api update
stainless-app[bot] May 14, 2026
7019336
feat(api): api update
stainless-app[bot] May 15, 2026
58d0a01
feat(api): api update
stainless-app[bot] May 15, 2026
be976e3
codegen metadata
stainless-app[bot] May 16, 2026
2e39797
feat(api): api update
stainless-app[bot] May 18, 2026
8f45180
feat(api): api update
stainless-app[bot] May 19, 2026
b382185
feat(api): api update
stainless-app[bot] May 19, 2026
9e7caf6
feat(api): api update
stainless-app[bot] May 20, 2026
5446c8a
feat(api): manual updates
stainless-app[bot] May 21, 2026
dab98b4
feat(api): api update
stainless-app[bot] May 21, 2026
baaf3af
feat(api): api update
stainless-app[bot] May 22, 2026
ad4fdee
feat(api): api update
stainless-app[bot] May 25, 2026
b3524d4
feat(api): api update
stainless-app[bot] May 26, 2026
f8a8d67
feat(api): api update
stainless-app[bot] May 27, 2026
fcef82d
feat(api): api update
stainless-app[bot] May 28, 2026
615197a
feat(api): api update
stainless-app[bot] May 28, 2026
006fcf2
feat(api): api update
stainless-app[bot] May 28, 2026
9aa0a96
feat(api): api update
stainless-app[bot] May 28, 2026
41e8452
feat(api): api update
stainless-app[bot] May 29, 2026
b27be7e
feat(api): api update
stainless-app[bot] Jun 3, 2026
ac78491
codegen metadata
stainless-app[bot] Jun 3, 2026
9bc4c8b
feat(api): api update
stainless-app[bot] Jun 3, 2026
3b99eab
codegen metadata
stainless-app[bot] Jun 3, 2026
e41ea53
codegen metadata
stainless-app[bot] Jun 3, 2026
966a890
codegen metadata
stainless-app[bot] Jun 3, 2026
943a8ce
codegen metadata
stainless-app[bot] Jun 4, 2026
4e01927
feat(api): api update
stainless-app[bot] Jun 4, 2026
e2ddaff
feat(api): api update
stainless-app[bot] Jun 5, 2026
0e09a07
feat(api): api update
stainless-app[bot] Jun 8, 2026
fbf70df
feat(api): api update
stainless-app[bot] Jun 8, 2026
3cb8eec
feat(api): api update
stainless-app[bot] Jun 9, 2026
4435f31
feat(api): api update
stainless-app[bot] Jun 10, 2026
afbc4cc
feat(api): api update
stainless-app[bot] Jun 11, 2026
e9755c9
feat(api): api update
stainless-app[bot] Jun 12, 2026
3d6d5ab
feat(api): api update
stainless-app[bot] Jun 16, 2026
99400db
feat(api): api update
stainless-app[bot] Jun 17, 2026
2f63393
feat(api): api update
stainless-app[bot] Jun 17, 2026
6356421
feat(api): api update
stainless-app[bot] Jun 18, 2026
929c0f8
feat(api): api update
stainless-app[bot] Jun 22, 2026
457c1d7
feat(api): api update
stainless-app[bot] Jun 22, 2026
0a6aff1
feat(api): api update
stainless-app[bot] Jun 23, 2026
ba66042
feat(api): api update
stainless-app[bot] Jun 25, 2026
245f095
feat(api): api update
stainless-app[bot] Jun 29, 2026
692735b
feat(api): api update
stainless-app[bot] Jun 29, 2026
19268d5
release: 0.3.0
stainless-app[bot] Jun 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Java
uses: actions/setup-java@v5
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: |
Expand All @@ -34,7 +34,7 @@ jobs:
cache: gradle

- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3

- name: Run lints
run: ./scripts/lint
Expand All @@ -49,10 +49,10 @@ jobs:
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Java
uses: actions/setup-java@v5
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: |
Expand All @@ -61,7 +61,7 @@ jobs:
cache: gradle

- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3

- name: Build SDK
run: ./scripts/build
Expand All @@ -71,7 +71,7 @@ jobs:
github.repository == 'stainless-sdks/clear-street-java' &&
!startsWith(github.ref, 'refs/heads/stl/')
id: github-oidc
uses: actions/github-script@v8
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
script: core.setOutput('github_token', await core.getIDToken());

Expand All @@ -91,10 +91,10 @@ jobs:
runs-on: ${{ github.repository == 'stainless-sdks/clear-street-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Java
uses: actions/setup-java@v5
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: |
Expand All @@ -103,7 +103,7 @@ jobs:
cache: gradle

- name: Set up Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0

- name: Run tests
run: ./scripts/test
8 changes: 4 additions & 4 deletions .github/workflows/publish-sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Java
uses: actions/setup-java@v5
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: |
Expand All @@ -26,14 +26,14 @@ jobs:
cache: gradle

- name: Set up Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0

- name: Publish to Sonatype
run: |-
export -- GPG_SIGNING_KEY_ID
printenv -- GPG_SIGNING_KEY | gpg --batch --passphrase-fd 3 --import 3<<< "$GPG_SIGNING_PASSWORD"
GPG_SIGNING_KEY_ID="$(gpg --with-colons --list-keys | awk -F : -- '/^pub:/ { getline; print "0x" substr($10, length($10) - 7) }')"
./gradlew publish --no-configuration-cache
./gradlew publishAndReleaseToMavenCentral --stacktrace -PmavenCentralUsername="$SONATYPE_USERNAME" -PmavenCentralPassword="$SONATYPE_PASSWORD" --no-configuration-cache
env:
SONATYPE_USERNAME: ${{ secrets.CLEAR_STREET_SONATYPE_USERNAME || secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.CLEAR_STREET_SONATYPE_PASSWORD || secrets.SONATYPE_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.repository == 'clear-street/clear-street-java' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Check release environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 55
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/clear-street/clear-street-922781ed11f31a2f675819e9e6a1066ebb141304b9289c08d8cdbb825ff68b73.yml
openapi_spec_hash: fac86508e0dd013ab6de64209da5ed72
config_hash: f2e1d4767745a6f044519331a7cbfd79
configured_endpoints: 61
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/clear-street/clear-street-778aab5bcb35ad542557833d9198158fff69771421393843317778f90be2c9f6.yml
openapi_spec_hash: b5584a424c4072680789ee9f9b09d531
config_hash: 3823311a3577c4e3cd71a1ea4ace533d
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
# Changelog

## 0.3.0 (2026-06-29)

Full Changelog: [v0.2.0...v0.3.0](https://github.com/clear-street/clear-street-java/compare/v0.2.0...v0.3.0)

### Features

* **api:** api update ([692735b](https://github.com/clear-street/clear-street-java/commit/692735bf797743480bae0e8e8e8ffbd9a97d1919))
* **api:** api update ([245f095](https://github.com/clear-street/clear-street-java/commit/245f095fbc541a0f12a75b75bf410f79ac0430e3))
* **api:** api update ([ba66042](https://github.com/clear-street/clear-street-java/commit/ba66042f673d15e539d21dcec8ca59cd55f981e2))
* **api:** api update ([0a6aff1](https://github.com/clear-street/clear-street-java/commit/0a6aff1439838a09031f758b2b39afaea2df7e47))
* **api:** api update ([457c1d7](https://github.com/clear-street/clear-street-java/commit/457c1d74df20eca53640d45d68d02cf26be92ddd))
* **api:** api update ([929c0f8](https://github.com/clear-street/clear-street-java/commit/929c0f84068d006f9b3ad816cc1e5590db6f8db9))
* **api:** api update ([6356421](https://github.com/clear-street/clear-street-java/commit/63564214348bcbb950f6427d52cb11d1dc5736fc))
* **api:** api update ([2f63393](https://github.com/clear-street/clear-street-java/commit/2f63393f8320709d8805c31ba73e8ee5d5419601))
* **api:** api update ([99400db](https://github.com/clear-street/clear-street-java/commit/99400dbe8dd584f36b33b6d250662fa399c9d3b6))
* **api:** api update ([3d6d5ab](https://github.com/clear-street/clear-street-java/commit/3d6d5ab6dd15f7c8bc1531bccb27a1a9793a9750))
* **api:** api update ([e9755c9](https://github.com/clear-street/clear-street-java/commit/e9755c970417260e481f1e0f83552777fabc3ad4))
* **api:** api update ([afbc4cc](https://github.com/clear-street/clear-street-java/commit/afbc4ccf603557090e34d9c8ce85d42008064c84))
* **api:** api update ([4435f31](https://github.com/clear-street/clear-street-java/commit/4435f31bd53999dee1ba1470170bd8d39ab2ed75))
* **api:** api update ([3cb8eec](https://github.com/clear-street/clear-street-java/commit/3cb8eecffa17d006a143666247e4e0965710adad))
* **api:** api update ([fbf70df](https://github.com/clear-street/clear-street-java/commit/fbf70dfef19774d8e6af47c382d0866b786ea0b2))
* **api:** api update ([0e09a07](https://github.com/clear-street/clear-street-java/commit/0e09a072ba6b2d4734169355929d8b91f6a270a9))
* **api:** api update ([e2ddaff](https://github.com/clear-street/clear-street-java/commit/e2ddaff65fc8720fdb04385fea0fef5adf290bd2))
* **api:** api update ([4e01927](https://github.com/clear-street/clear-street-java/commit/4e019271f0a92b4caf85799c0fe8a4039edec5f1))
* **api:** api update ([9bc4c8b](https://github.com/clear-street/clear-street-java/commit/9bc4c8b546a3589526541f25f8e987ed83aa35b0))
* **api:** api update ([b27be7e](https://github.com/clear-street/clear-street-java/commit/b27be7ed6619ad6758374049c03689f92cd304d0))
* **api:** api update ([41e8452](https://github.com/clear-street/clear-street-java/commit/41e8452dfb42fbb923047fa29d03d01b213adee3))
* **api:** api update ([9aa0a96](https://github.com/clear-street/clear-street-java/commit/9aa0a960e4dd0b18522dbe55080e11da8c098c08))
* **api:** api update ([006fcf2](https://github.com/clear-street/clear-street-java/commit/006fcf2befbd77f7bfeb45f04a839afa63763e6c))
* **api:** api update ([615197a](https://github.com/clear-street/clear-street-java/commit/615197a8c2eb2d1b7cf41a24b18d23900494c631))
* **api:** api update ([fcef82d](https://github.com/clear-street/clear-street-java/commit/fcef82d039b5c6bb7b50f16f45e4022356a92238))
* **api:** api update ([f8a8d67](https://github.com/clear-street/clear-street-java/commit/f8a8d67031fd0f332f7123300864f35aa1f9bd18))
* **api:** api update ([b3524d4](https://github.com/clear-street/clear-street-java/commit/b3524d440072d92f11a660228d50224568fe63a5))
* **api:** api update ([ad4fdee](https://github.com/clear-street/clear-street-java/commit/ad4fdeeab858de30694e70533c9df67581cd7772))
* **api:** api update ([baaf3af](https://github.com/clear-street/clear-street-java/commit/baaf3af53e9cbf0b06b1b6e46d85e30f7396994a))
* **api:** api update ([dab98b4](https://github.com/clear-street/clear-street-java/commit/dab98b491979d6adfeeae3e8c5d1d3988e9c79be))
* **api:** api update ([9e7caf6](https://github.com/clear-street/clear-street-java/commit/9e7caf6f7b42f52681c27bd6075b310e200918b5))
* **api:** api update ([b382185](https://github.com/clear-street/clear-street-java/commit/b382185f5e651b8933d9398d80a7c56a4b96b413))
* **api:** api update ([8f45180](https://github.com/clear-street/clear-street-java/commit/8f4518082165cde883d69b2711426dbd719ad0de))
* **api:** api update ([2e39797](https://github.com/clear-street/clear-street-java/commit/2e39797c7fe89f9d24c0003055b70d7a2b4ac56e))
* **api:** api update ([58d0a01](https://github.com/clear-street/clear-street-java/commit/58d0a01a409dd26f9a37311379a62bcd2da18915))
* **api:** api update ([7019336](https://github.com/clear-street/clear-street-java/commit/70193360b94654f4dc6fdc940332d3c111ab6c0f))
* **api:** api update ([184c903](https://github.com/clear-street/clear-street-java/commit/184c903c1c3a99b3f953dfd891db1830b3e2f649))
* **api:** api update ([3343acc](https://github.com/clear-street/clear-street-java/commit/3343acc55b8cd665f3a710728320141eb64a2674))
* **api:** api update ([59fb6e1](https://github.com/clear-street/clear-street-java/commit/59fb6e1f85cdf39f51457aae50bcdf1f0c9721c6))
* **api:** api update ([0806954](https://github.com/clear-street/clear-street-java/commit/0806954e5efa9b2dd41f764fe78b750e72ac6da9))
* **api:** manual updates ([5446c8a](https://github.com/clear-street/clear-street-java/commit/5446c8aad3ba14922f13eca080d9fdb38758cb8e))


### Chores

* redact api-key headers in debug logs ([892ec8e](https://github.com/clear-street/clear-street-java/commit/892ec8e866a3b146366e8625a51eaec09b7a1bb1))

## 0.2.0 (2026-05-07)

Full Changelog: [v0.1.0...v0.2.0](https://github.com/clear-street/clear-street-java/compare/v0.1.0...v0.2.0)
Expand Down
Loading
Loading