Skip to content

0.22.0.CR1

Compare
Choose a tag to compare
@quarkiverse-ci quarkiverse-ci released this 25 Nov 14:12
· 193 commits to main since this release

What's Changed

  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #976
  • Register all models from configuration as beans regardless of the existance of injection point by @manovotn in #1061
  • Prepare the arrival of the bot by @gsmet in #1062
  • Show how OIDC ModelAuthProvider can be used with Azure OpenAI by @sberyozkin in #1056
  • Prioritize Jackson over Jsonb in extension that use quarkus-rest-client-jackson by @geoand in #1067
  • Make Llama3.2 the default for Ollama by @geoand in #1066
  • Introduce a global temperature property by @geoand in #1068
  • Properly handle Ollama streaming by @geoand in #1070
  • Fix MismatchedInputException in Ollama streaming by @jpohlmeyer in #1072
  • Provide an abstract output guardrails for json data extraction by @mariofusco in #1060
  • Use latest version of the Llama3.java code by @geoand in #1076
  • Easy RAG extension: don't depend on the upstream Easy RAG module by @jmartisk in #1078
  • Add AbstractJsonExtractorOutputGuardrail to guardrails docs by @mariofusco in #1082
  • Add a Secure SQL ChatBot demo by @sberyozkin in #1073
  • Update Quarkus to 3.15.2 and update documentation by @gsmet in #1084
  • Move JsonGuardrailsUtilsTest to the deployment module by @jmartisk in #1086
  • Detect when models to not support tools when using streaming by @cescoffier in #1085
  • Drop references to resteasy-reactive artifacts by @gsmet in #1088
  • Bump to Jlama 0.8.2 by @geoand in #1090
  • Prevent Jlama inference to block vertx event loop by @mariofusco in #1092
  • When creating fastJar don't try to include models more than once by @edeandrea in #1093
  • Remove duplicate invocation from handleMessageStop. by @dennysfredericci in #1094
  • static keyword is not allowed there. by @lordofthejars in #1098
  • Upgrade to LangChain4j 0.36.2 by @jmartisk in #1097
  • Bump io.smallrye.certs:smallrye-certificate-generator-junit5 from 0.8.1 to 0.9.2 by @dependabot in #1101
  • Add chatbot codestart by @iocanel in #1103
  • Migrate to the JsonSchemaElement API by @edeandrea in #1100

New Contributors

Full Changelog: 0.21.0...0.22.0.CR1