Skip to content

Commit 1889709

Browse files
authored
Merge pull request #40 from context-dot-dev/release-please--branches--main--changes--next
release: 0.1.0-alpha.37
2 parents f7f9efa + d94dc07 commit 1889709

26 files changed

Lines changed: 196 additions & 39 deletions

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 15
2020
name: lint
2121
runs-on: ${{ github.repository == 'stainless-sdks/brand.dev-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
22-
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
22+
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
2323

2424
steps:
2525
- uses: actions/checkout@v6
@@ -46,7 +46,7 @@ jobs:
4646
contents: read
4747
id-token: write
4848
runs-on: ${{ github.repository == 'stainless-sdks/brand.dev-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
49-
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
49+
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
5050

5151
steps:
5252
- uses: actions/checkout@v6

.github/workflows/publish-sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflow is triggered when a GitHub release is created.
22
# It can also be run manually to re-publish to Sonatype in case it failed for some reason.
3-
# You can run this workflow by navigating to https://www.github.com/brand-dot-dev/java-sdk/actions/workflows/publish-sonatype.yml
3+
# You can run this workflow by navigating to https://www.github.com/context-dot-dev/deprecated-brand-java-sdk/actions/workflows/publish-sonatype.yml
44
name: Publish Sonatype
55
on:
66
workflow_dispatch:

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release_doctor:
1010
name: release doctor
1111
runs-on: ubuntu-latest
12-
if: github.repository == 'brand-dot-dev/java-sdk' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
12+
if: github.repository == 'context-dot-dev/deprecated-brand-java-sdk' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1313

1414
steps:
1515
- uses: actions/checkout@v6

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.prism.log
2+
.stdy.log
23
.gradle
34
.idea
45
.kotlin

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.36"
2+
".": "0.1.0-alpha.37"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 20
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-67e4ffa39d74649a6ae6b21e9f86cffa83c8a02d640ca6b4d4a3e619b54fbd38.yml
3-
openapi_spec_hash: 762e7ea7ae23297cc6b01f600a485410
4-
config_hash: 4cd3173ea1cce7183640aae49cfbb374
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-e6540b8abe35309c0b139a2b5985bf318903714d712b866e282da36b87f1ee72.yml
3+
openapi_spec_hash: 2c1b55e2428c0b6c5a91d1d6a2ba9980
4+
config_hash: 4387bbc02194b3b531eb8f164af5e05c

CHANGELOG.md

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

3+
## 0.1.0-alpha.37 (2026-03-25)
4+
5+
Full Changelog: [v0.1.0-alpha.36...v0.1.0-alpha.37](https://github.com/context-dot-dev/deprecated-brand-java-sdk/compare/v0.1.0-alpha.36...v0.1.0-alpha.37)
6+
7+
### Features
8+
9+
* **api:** api update ([da6510c](https://github.com/context-dot-dev/deprecated-brand-java-sdk/commit/da6510c03615228a1c05508fbbccfd9f7c618023))
10+
* **api:** api update ([55370b0](https://github.com/context-dot-dev/deprecated-brand-java-sdk/commit/55370b0403061c15f1d20350f4f82c12de8212bd))
11+
* **api:** manual updates ([02ac048](https://github.com/context-dot-dev/deprecated-brand-java-sdk/commit/02ac0482c8630ea51fc9d0d4c4a1893bd08c591d))
12+
13+
14+
### Bug Fixes
15+
16+
* **client:** allow updating header/query affecting fields in `toBuilder()` ([f2b664a](https://github.com/context-dot-dev/deprecated-brand-java-sdk/commit/f2b664a8fe0a14e40d39744eb997dd977bdb8dfc))
17+
18+
19+
### Chores
20+
21+
* **ci:** skip lint on metadata-only changes ([1c9813d](https://github.com/context-dot-dev/deprecated-brand-java-sdk/commit/1c9813d43fa8422c69acd1d1f8c9bd8dc479f6c0))
22+
* **internal:** bump ktfmt ([787dd90](https://github.com/context-dot-dev/deprecated-brand-java-sdk/commit/787dd90a803475074b3f2203e8d0b91175343460))
23+
* **internal:** update gitignore ([7005bfc](https://github.com/context-dot-dev/deprecated-brand-java-sdk/commit/7005bfc80459ed57218d9c747af73fd96d73f4f7))
24+
* **internal:** update retry delay tests ([bab2317](https://github.com/context-dot-dev/deprecated-brand-java-sdk/commit/bab2317ae040c7bb94d252c5fc682c3898674f93))
25+
* update SDK settings ([dd97e0f](https://github.com/context-dot-dev/deprecated-brand-java-sdk/commit/dd97e0ff82d3d133019fad1697edb9a32f74bd5e))
26+
327
## 0.1.0-alpha.36 (2026-03-18)
428

529
Full Changelog: [v0.1.0-alpha.35...v0.1.0-alpha.36](https://github.com/brand-dot-dev/java-sdk/compare/v0.1.0-alpha.35...v0.1.0-alpha.36)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<!-- x-release-please-start-version -->
44

5-
[![Maven Central](https://img.shields.io/maven-central/v/com.branddev.api/brand-dev-java)](https://central.sonatype.com/artifact/com.branddev.api/brand-dev-java/0.1.0-alpha.36)
6-
[![javadoc](https://javadoc.io/badge2/com.branddev.api/brand-dev-java/0.1.0-alpha.36/javadoc.svg)](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.36)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.branddev.api/brand-dev-java)](https://central.sonatype.com/artifact/com.branddev.api/brand-dev-java/0.1.0-alpha.37)
6+
[![javadoc](https://javadoc.io/badge2/com.branddev.api/brand-dev-java/0.1.0-alpha.37/javadoc.svg)](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.37)
77

88
<!-- x-release-please-end -->
99

@@ -22,7 +22,7 @@ Use the Brand Dev MCP Server to enable AI assistants to interact with this API,
2222
2323
<!-- x-release-please-start-version -->
2424

25-
The REST API documentation can be found on [docs.brand.dev](https://docs.brand.dev/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.36).
25+
The REST API documentation can be found on [docs.brand.dev](https://docs.brand.dev/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.37).
2626

2727
<!-- x-release-please-end -->
2828

@@ -33,7 +33,7 @@ The REST API documentation can be found on [docs.brand.dev](https://docs.brand.d
3333
### Gradle
3434

3535
```kotlin
36-
implementation("com.branddev.api:brand-dev-java:0.1.0-alpha.36")
36+
implementation("com.branddev.api:brand-dev-java:0.1.0-alpha.37")
3737
```
3838

3939
### Maven
@@ -42,7 +42,7 @@ implementation("com.branddev.api:brand-dev-java:0.1.0-alpha.36")
4242
<dependency>
4343
<groupId>com.branddev.api</groupId>
4444
<artifactId>brand-dev-java</artifactId>
45-
<version>0.1.0-alpha.36</version>
45+
<version>0.1.0-alpha.37</version>
4646
</dependency>
4747
```
4848

@@ -658,4 +658,4 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
658658

659659
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
660660

661-
We are keen for your feedback; please open an [issue](https://www.github.com/brand-dot-dev/java-sdk/issues) with questions, bugs, or suggestions.
661+
We are keen for your feedback; please open an [issue](https://www.github.com/context-dot-dev/deprecated-brand-java-sdk/issues) with questions, bugs, or suggestions.

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ or products provided by Brand Dev, please follow the respective company's securi
2020

2121
### Brand Dev Terms and Policies
2222

23-
Please contact hello@brand.dev for any questions or concerns regarding the security of our services.
23+
Please contact hello@context.dev for any questions or concerns regarding the security of our services.
2424

2525
---
2626

brand-dev-java-core/src/main/kotlin/com/branddev/api/core/Check.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This can happen if you are either:
7777
7878
Double-check that you are depending on compatible Jackson versions.
7979
80-
See https://www.github.com/brand-dot-dev/java-sdk#jackson for more information.
80+
See https://www.github.com/context-dot-dev/deprecated-brand-java-sdk#jackson for more information.
8181
"""
8282
.trimIndent()
8383
}

0 commit comments

Comments
 (0)