packages/sdk-java/qwencode/RELEASE.md
This release includes a fix for modifying some fields as referenced in issue #1459.
January 14, 2026
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>qwencode-sdk</artifactId>
<version>0.0.2-alpha</version>
</dependency>
This release includes updates to the Qwen Code Java SDK with improved session management, enhanced transport options, and better error handling capabilities.
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>qwencode-sdk</artifactId>
<version>0.0.1-alpha</version>
</dependency>
implementation 'com.alibaba:qwencode-sdk:0.0.1-alpha'
January 5, 2026
CLI Bundling: From v0.1.1, the CLI is bundled with the SDK, eliminating the need for separate CLI installation. However, users upgrading from earlier versions should remove any standalone CLI installations to avoid conflicts.
Memory Management: Long-running sessions with extensive streaming content may consume significant memory. Proper session cleanup using session.close() is essential.
Thread Pool Configuration: The default thread pool configuration (30 core, 100 max threads) may need adjustment based on application load and concurrent session requirements.
Timeout Configuration: Users experiencing timeout issues should adjust the turnTimeout and messageTimeout values in TransportOptions based on their specific use cases.
Permission Mode Confusion: The different permission modes (default, plan, auto-edit, yolo) may cause confusion for new users. Clear documentation and examples are needed to guide users in selecting appropriate permission modes.
Environment Variable Limitations: Environment variables passed to the CLI process may have platform-specific limitations on length and character sets.
The project uses Maven for build management with the following key plugins and configurations:
To deploy a new version of the SDK:
pom.xmlmvn clean deploy to build and deploy to Maven CentralPlanned improvements for upcoming releases:
For support, bug reports, or contributions:
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.