Skip to content

Releases: copilot-community-sdk/copilot-sdk-java

Copilot Java SDK 1.0.7

05 Feb 22:15

Choose a tag to compare

Installation

⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.

📦 View on Maven Central

📖 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

Full Changelog: v1.0.6...v1.0.7

Copilot Java SDK 1.0.6

02 Feb 17:46

Choose a tag to compare

Installation

⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.

📦 View on Maven Central

📖 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

29 Jan 19:55

Choose a tag to compare

Installation

⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.

📦 View on Maven Central

📖 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

Full Changelog: v1.0.4...v1.0.5

Copilot Java SDK 1.0.4

27 Jan 02:36

Choose a tag to compare

Installation

⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.

📦 View on Maven Central

📖 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

26 Jan 15:29

Choose a tag to compare

Installation

⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.

📦 View on Maven Central

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

25 Jan 00:17

Choose a tag to compare

Installation

⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.

📦 View on Maven Central

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

22 Jan 18:59

Choose a tag to compare

Installation

📦 View on Maven Central

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

21 Jan 16:22

Choose a tag to compare

Installation

📦 View on Maven Central

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