Skip to content

Releases: Dannyj1/mistral-java-client

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.