You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
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
+
3
11
## 0.10.1 (2026-08-18)
4
12
5
13
Full Changelog: [v0.10.0...v0.10.1](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.10.0...v0.10.1)
@@ -52,16 +48,14 @@ Map each task to its REST route and Java service.
52
48
| Send media or update a profile |`POST /x/media`, `PATCH /x/profile`|`client.x().media()`, `client.x().profile()`|
53
49
| Manage connected X accounts |`GET /x/accounts`, `POST /x/accounts`|`client.x().accounts()`|
54
50
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.
0 commit comments