Releases: github/copilot-sdk-java
Copilot Java SDK 0.1.32-java.0
Installation
vMaj.Min.Micro. For example v0.1.32. The corresponding maven version for the release will be Maj.Min.Micro-java.N, where Maj, Min and Micro are the corresponding numbers for the reference impementation release, and N is a monotonically increasing sequence number starting with 0 for each release. See the corrseponding architectural decision record for more information in the docs/adr directory of the source code.
📖 Documentation · Javadoc
Maven
<dependency>
<groupId>com.github</groupId>
<artifactId>copilot-sdk-java</artifactId>
<version>0.1.32-java.0</version>
</dependency>Gradle (Kotlin DSL)
implementation("com.github:copilot-sdk-java:0.1.32-java.0")Gradle (Groovy DSL)
implementation 'com.github:copilot-sdk-java:0.1.32-java.0'What's Changed
📦 Other Changes
- Rebrand copilot-sdk-java from community SDK to official GitHub SDK by @edburns in #8
- Add link to reference implementations. by @edburns in #9
- Adopt versioning scheme from adr-002-maven-version-and-reference-implementation-tracking.md by @edburns in #10
- On branch edburns/dd-2794379-cosmetic-post-public-fixes Support adr-002 version number scheme. by @edburns in #11
- On branch edburns/dd-2794379-cosmetic-post-public-fixes Fix ARTIFACT_ID and CHANGELOG unreleased. by @edburns in #12
New Contributors
Full Changelog: https://github.com/github/copilot-sdk-java/commits/v0.1.32-java.0