Skip to content

Releases: Dannyj1/mistral-java-client

2.1.1

28 Jul 17:40
870b2a9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

21 May 13:38
5392843
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

08 May 17:11
82ac63e
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGES: Update ChatCompletion to Mistral API version 0.0.2 by @Dannyj1 in #9
  • Fix & Cleanup of Several SonarQube Issues by @Dannyj1 in #10

This release contains several breaking changes compared to the previous release. See CHANGELOG.md for a detailed overview of the changes and MIGRATION.md for instructions on how to update code from 1.0.1.

Full Changelog: 1.0.1...2.0.0

1.0.1

21 Mar 12:45
802b1af
Compare
Choose a tag to compare

What's Changed

  • Set the Jackson ObjectMapper to not error/fail on unknown properties. This mains errors won't be thrown when Mistral changes their API by, for example, adding a new field that does not affect anything else.
  • Switch to advanced CodeQL workflow/configuration by @Dannyj1 in #6
  • Add automatic generation and deployment of Javadocs to GitHub Pages by @Dannyj1 in #5

Full Changelog: 1.0.0...1.0.1

1.0.0

20 Mar 11:15
ba044f1
Compare
Choose a tag to compare

What's Changed

  • Add Streaming Chat Completions by @Dannyj1 in #4

Full Changelog: 0.3.0...1.0.0

0.3.0

28 Feb 12:59
8523a2c
Compare
Choose a tag to compare

What's Changed

  • Add JSON mode support, Fix API changes causing chat completions to not work by @Dannyj1 in #3

Note

Mistral renamed 3 models and added 2 new ones. Please see their changelog for further details: https://docs.mistral.ai/platform/changelog/

Full Changelog: 0.2.1...0.3.0

0.2.1

25 Feb 17:19
6c75b34
Compare
Choose a tag to compare

Fix jitpack again

0.2.0

25 Feb 17:11
33123c5
Compare
Choose a tag to compare

What's Changed

  • SonarCloud GitHub Action by @Dannyj1 in #1
  • Implemented Support for the Embeddings Endpoint by @Dannyj1 in #2

Full Changelog: 0.1.2...0.2.0

0.1.2

20 Feb 19:02
6495ebc
Compare
Choose a tag to compare

Initial alpha release, now with properly working jitpack building.