Skip to content

Commit 71293d6

Browse files
stainless-app[bot]kriptoburak
andauthored
release: 0.10.2 (#55)
* release: 0.10.2 * docs: simplify Java SDK instructions --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: kriptoburak <kriptoburak@users.noreply.github.com>
1 parent 84135cf commit 71293d6

4 files changed

Lines changed: 17 additions & 18 deletions

File tree

.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.10.1"
2+
".": "0.10.2"
33
}

CHANGELOG.md

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

3+
## 0.10.2 (2026-08-20)
4+
5+
Full Changelog: [v0.10.1...v0.10.2](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.10.1...v0.10.2)
6+
7+
### Documentation
8+
9+
* refine public Java SDK text ([#54](https://github.com/Xquik-dev/x-twitter-scraper-java/issues/54)) ([84135cf](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/84135cffafb041380a56c23cfba830d8b9d504fd))
10+
311
## 0.10.1 (2026-08-18)
412

513
Full Changelog: [v0.10.0...v0.10.1](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.10.0...v0.10.1)

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@
44
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/13735/badge)](https://www.bestpractices.dev/projects/13735)
55

66
Use the Xquik Java SDK for Twitter search, timelines, profiles & followers.
7-
87
Manage media, webhooks & X automation with typed Java methods.
9-
108
It provides a Twitter API alternative through documented Xquik REST routes.
119

12-
[API reference](https://docs.xquik.com/api-reference/overview) ·
13-
[Authentication](https://xquik.com/auth.md) ·
14-
[Javadocs](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java)
10+
[API Reference](https://docs.xquik.com/api-reference/overview) | [Authentication](https://xquik.com/auth.md) | [Javadocs](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java)
1511

1612
<!-- x-release-please-start-version -->
1713

18-
[![Maven Central](https://img.shields.io/maven-central/v/com.xquik.api/x-twitter-scraper-java)](https://central.sonatype.com/artifact/com.xquik.api/x-twitter-scraper-java/0.10.1)
19-
[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.10.1/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.10.1)
14+
[![Maven Central](https://img.shields.io/maven-central/v/com.xquik.api/x-twitter-scraper-java)](https://central.sonatype.com/artifact/com.xquik.api/x-twitter-scraper-java/0.10.2)
15+
[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.10.2/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.10.2)
2016

2117
<!-- x-release-please-end -->
2218

@@ -52,16 +48,14 @@ Map each task to its REST route and Java service.
5248
| Send media or update a profile | `POST /x/media`, `PATCH /x/profile` | `client.x().media()`, `client.x().profile()` |
5349
| Manage connected X accounts | `GET /x/accounts`, `POST /x/accounts` | `client.x().accounts()` |
5450

55-
Use [Javadocs](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java) for methods and the [API reference](https://docs.xquik.com/api-reference/overview) for contracts.
56-
5751
## Install
5852

5953
<!-- x-release-please-start-version -->
6054

6155
Gradle:
6256

6357
```kotlin
64-
implementation("com.xquik.api:x-twitter-scraper-java:0.10.1")
58+
implementation("com.xquik.api:x-twitter-scraper-java:0.10.2")
6559
```
6660

6761
Maven:
@@ -70,17 +64,15 @@ Maven:
7064
<dependency>
7165
<groupId>com.xquik.api</groupId>
7266
<artifactId>x-twitter-scraper-java</artifactId>
73-
<version>0.10.1</version>
67+
<version>0.10.2</version>
7468
</dependency>
7569
```
7670

7771
<!-- x-release-please-end -->
7872

7973
## Verify Maven Signatures
8074

81-
Every Maven Central file has a detached OpenPGP signature.
82-
83-
Set `VERSION` to the release version. Then verify the main artifact:
75+
Every Maven Central file has a detached OpenPGP signature. Set `VERSION`, then verify the artifact:
8476

8577
```sh
8678
version=VERSION
@@ -173,8 +165,7 @@ XTwitterScraperClient client = XTwitterScraperOkHttpClient.builder()
173165
.build();
174166
```
175167

176-
Xquik may still return a successful HTTP response with a structured API error.
177-
Handle the documented error code from the response body.
168+
Xquik may return a successful HTTP response with a structured API error. Handle its documented code.
178169

179170
## Read Raw Responses
180171

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ licenseReport {
3636

3737
allprojects {
3838
group = "com.xquik.api"
39-
version = "0.10.1" // x-release-please-version
39+
version = "0.10.2" // x-release-please-version
4040

4141
dependencyLocking {
4242
lockAllConfigurations()

0 commit comments

Comments
 (0)