Skip to content

Commit c6fc989

Browse files
pditommasoclaude
andcommitted
[release] bump lib-httpx@2.0.0
🔥 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0e17219 commit c6fc989

14 files changed

+748
-324
lines changed

lib-httpx/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
2.0.0

lib-httpx/changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# lib-httpx changelog
22

3+
2.0.0 - 23 Aug 2025
4+
- **BREAKING CHANGE**: Implement Java HttpClient.Builder pattern with HxClient.newBuilder()
5+
- **BREAKING CHANGE**: Replace HxClient.create() methods with HxClient.newBuilder() for consistent API
6+
- **BREAKING CHANGE**: Rename HxConfig.builder() to HxConfig.newBuilder() for API consistency
7+
- Add HxClient.newHxClient() convenience method as shortcut for HxClient.newBuilder().build()
8+
- Add HxClient.Builder.retryConfig() method for easy integration with existing Retryable.Config instances
9+
- Add comprehensive JavaDoc documentation for HxClient.Builder.basicAuth(String token) method
10+
- Rename JWT token methods from jwtToken to bearerToken throughout the API for clarity
11+
- Rename refresh token URL methods for consistency across the codebase
12+
- Update all test suites to use new builder patterns and method names
13+
- Improve API consistency and align with Java standard library conventions
14+
315
1.6.0 - 22 Aug 2025
416
- Improve JWT token refresh robustness and validation [5f0f806]
517
- Add comprehensive validation for JWT token refresh configuration patterns [5f0f806]

0 commit comments

Comments
 (0)