Skip to content

Commit a6ddfc3

Browse files
authored
Merge pull request #28 from brand-dot-dev/release-please--branches--main--changes--next
release: 0.1.0-alpha.26
2 parents 63d2c92 + 60fa9d1 commit a6ddfc3

20 files changed

+2102
-46
lines changed

.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.25"
2+
".": "0.1.0-alpha.26"
33
}

.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 14
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-1391c1e69bcdce517f71265a2f22f4e8d35c3f12a224899e64f85e25897b743a.yml
3-
openapi_spec_hash: f8a2917cc425300d272ae943f88d7bb7
4-
config_hash: 7f48d078645cb8331328bcd6f6ab3281
1+
configured_endpoints: 15
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-863ddc13e032497459a639cf02a16349831dda7e39557cbd5ce33da34d086b02.yml
3+
openapi_spec_hash: f972aac9618fe8df340d96344b3d0578
4+
config_hash: 6f10592c7d0c3bafefc1271472283217

CHANGELOG.md

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

3+
## 0.1.0-alpha.26 (2026-01-05)
4+
5+
Full Changelog: [v0.1.0-alpha.25...v0.1.0-alpha.26](https://github.com/brand-dot-dev/java-sdk/compare/v0.1.0-alpha.25...v0.1.0-alpha.26)
6+
7+
### Features
8+
9+
* **api:** api update ([6e0e1d4](https://github.com/brand-dot-dev/java-sdk/commit/6e0e1d4fa0db226f953467c4ab83ee8f46203609))
10+
* **api:** api update ([210aa14](https://github.com/brand-dot-dev/java-sdk/commit/210aa1435c09e44ab9b035f518b40bdb759936c4))
11+
* **api:** manual updates ([10c16f9](https://github.com/brand-dot-dev/java-sdk/commit/10c16f9eeea050339c40987512567f1f36842c6f))
12+
313
## 0.1.0-alpha.25 (2025-12-22)
414

515
Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/brand-dot-dev/java-sdk/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2025 Brand Dev
189+
Copyright 2026 Brand Dev
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 8 additions & 9 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.25)
6-
[![javadoc](https://javadoc.io/badge2/com.branddev.api/brand-dev-java/0.1.0-alpha.25/javadoc.svg)](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.25)
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.26)
6+
[![javadoc](https://javadoc.io/badge2/com.branddev.api/brand-dev-java/0.1.0-alpha.26/javadoc.svg)](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.26)
77

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

@@ -13,7 +13,7 @@ It is generated with [Stainless](https://www.stainless.com/).
1313

1414
<!-- x-release-please-start-version -->
1515

16-
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.25).
16+
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.26).
1717

1818
<!-- x-release-please-end -->
1919

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

2626
```kotlin
27-
implementation("com.branddev.api:brand-dev-java:0.1.0-alpha.25")
27+
implementation("com.branddev.api:brand-dev-java:0.1.0-alpha.26")
2828
```
2929

3030
### Maven
@@ -33,7 +33,7 @@ implementation("com.branddev.api:brand-dev-java:0.1.0-alpha.25")
3333
<dependency>
3434
<groupId>com.branddev.api</groupId>
3535
<artifactId>brand-dev-java</artifactId>
36-
<version>0.1.0-alpha.25</version>
36+
<version>0.1.0-alpha.26</version>
3737
</dependency>
3838
```
3939

@@ -491,12 +491,11 @@ To forcibly omit a required parameter or property, pass [`JsonMissing`](brand-de
491491

492492
```java
493493
import com.branddev.api.core.JsonMissing;
494-
import com.branddev.api.models.brand.BrandAiQueryParams;
494+
import com.branddev.api.models.brand.BrandAiProductsParams;
495495
import com.branddev.api.models.brand.BrandRetrieveParams;
496496

497-
BrandRetrieveParams params = BrandAiQueryParams.builder()
498-
.domain("domain")
499-
.dataToExtract(JsonMissing.of())
497+
BrandRetrieveParams params = BrandAiProductsParams.builder()
498+
.domain(JsonMissing.of())
500499
.build();
501500
```
502501

0 commit comments

Comments
 (0)