Releases: copilot-community-sdk/copilot-sdk-java
Copilot Java SDK 1.0.7
Installation
⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.
📖 Documentation · Javadoc
Maven
<dependency>
<groupId>io.github.copilot-community-sdk</groupId>
<artifactId>copilot-sdk</artifactId>
<version>1.0.7</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.7")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.7'What's Changed
📋 Full Changelog: See CHANGELOG.md for detailed release notes.
📦 Other Changes
- Merge upstream 20260203 by @brunoborges in #8
- Enable testSendAndWaitThrowsOnTimeout in CI by @brunoborges in #9
- Add test coverage assessment prompt by @brunoborges in #10
- Merge upstream 20260204 by @brunoborges in #11
- Merge upstream SDK changes (Feb 2026) by @brunoborges in #12
- Add JaCoCo test coverage reporting by @Copilot in #14
Full Changelog: v1.0.6...v1.0.7
Copilot Java SDK 1.0.6
Installation
⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.
📖 Documentation · Javadoc
Maven
<dependency>
<groupId>io.github.copilot-community-sdk</groupId>
<artifactId>copilot-sdk</artifactId>
<version>1.0.6</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.6")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.6'What's Changed
📦 Other Changes
- Fix workflow dispatch permission error in deploy-site job by @Copilot in #6
- Port upstream SDK changes: auth options, reasoning effort, user input, handlers, and hooks. by @brunoborges in #7
Full Changelog: v1.0.5...v1.0.6
Copilot Java SDK 1.0.5
Installation
⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.
📖 Documentation · Javadoc
Maven
<dependency>
<groupId>io.github.copilot-community-sdk</groupId>
<artifactId>copilot-sdk</artifactId>
<version>1.0.5</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.5")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.5'What's Changed
📦 Other Changes
- Update .lastmerge to 87ff5510e0dacb030912501e4eb8deaac38f913f by @brunoborges in #3
- Fix composite action output reference in build-test workflow by @Copilot in #4
- Fix testResumeSessionWithNewClient by keeping first client alive during session resume by @Copilot in #5
New Contributors
- @brunoborges made their first contribution in #3
Full Changelog: v1.0.4...v1.0.5
Copilot Java SDK 1.0.4
Installation
⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.
📖 Documentation · Javadoc
Maven
<dependency>
<groupId>io.github.copilot-community-sdk</groupId>
<artifactId>copilot-sdk</artifactId>
<version>1.0.4</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.4")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.4'Full Changelog: v1.0.3...v1.0.4
Copilot Java SDK 1.0.3
Installation
⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.
Maven
<dependency>
<groupId>io.github.copilot-community-sdk</groupId>
<artifactId>copilot-sdk</artifactId>
<version>1.0.3</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.3")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.3'Full Changelog: v1.0.2...v1.0.3
Copilot Java SDK 1.0.2
Installation
⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.
Maven
<dependency>
<groupId>io.github.copilot-community-sdk</groupId>
<artifactId>copilot-sdk</artifactId>
<version>1.0.2</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.2")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.2'What's Changed
- Add daily schedule to SDK E2E test workflow by @Copilot in #2
New Contributors
- @Copilot made their first contribution in #2
Full Changelog: v1.0.1...v1.0.2
Java SDK 1.0.1
Installation
Maven
<dependency>
<groupId>io.github.copilot-community-sdk</groupId>
<artifactId>copilot-sdk</artifactId>
<version>1.0.1</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.1")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.1'Full Changelog: 1.0.0...v1.0.1
Java SDK 1.0.0
Installation
Maven
<dependency>
<groupId>io.github.copilot-community-sdk</groupId>
<artifactId>copilot-sdk</artifactId>
<version>1.0.0</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.0")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.0'Full Changelog:
https://github.com/copilot-community-sdk/copilot-sdk-java/commits/1.0.0