Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Releases: http4k/http4k-connect

5.21.0.0

20 Aug 14:47
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-* - Upgrade dependencies including Kotlin to 2.0.10
  • http4k-connect-core - [Deprecation] Rename of Http4kConnectAdapter to Http4kConnectClient
  • http4k-connect-ai-openai-** - [Breaking] Model ResponseFormat as a sealed class hierarchy. Removed ResponseFormatType as now inherent in the JSON marshalling. Alpha support for json_schema response format, but it's just a map right now with no class structure.

5.20.0.0

30 Jul 20:33
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-* - Upgrade dependencies, including Kotshi to 3.0.0. Version bump to highlight that this could be a
    breaking change if you are using the Kotshi annotation processor.
  • http4k-connect-amazon-s3=* - Add CommonPrefixes field to S3 ListObjectsV2 response. H/T @kwydler

5.19.0.2

17 Jul 10:21
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-* - [Fix] Add missing @JsonSerializable annotation to ReceiveMessage action

5.19.0.1

16 Jul 20:49
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-* - [Fix] Add missing Kotshi adapter to Core Moshi adapter factory.

5.19.0.0

16 Jul 18:22
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-* - Upgrade dependencies.
  • http4k-connect-* - [Breaking] http4k has introduced a breaking change in 5.26.0.0. If you are using the typesafe
    configuration environment, you will need to update your code to use the repackaged Environment classes - these are
    now in org.http4k.config instead of org.http4k.cloudnative.env. Just updating your imports should be sufficient to
    fix this.

5.18.0.0

09 Jul 17:33
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-* - Upgrade dependencies.
  • http4k-connect-amazon-cognito* - [Breaking] AWS Cognito: Add support for server side authentication (
    AdminInitiateAuth and AdminRespondToAuthChallenge). H/T @markth0mas
  • http4k-connect-ai-** - [Breaking] Repackaged ModelName to common location. Just update imports!
  • http4k-connect-ai-langchain - [Breaking] Added support for LmStudio chat and embedding models. Break is
    renamed: ChatModelOptions to OpenAiChatModelOptions.
  • http4k-connect-ai-lmstudio* - [New module!] LmStudio adapter module and fake so you can connect to a locally
    running LLM server running any model.

5.17.1.1

05 Jul 12:39
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-amazon-sqs-* - [Fix] Type of SQS ReceiveMessage waitTimeSeconds parameter was incorrect. H/T @oharaandrew314

5.17.1.0

04 Jul 17:39
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-* - Upgrade dependencies.
  • http4k-connect-amazon-s3-* - Support all storage classes, including the restore lifecycle for glacier. H/T @oharaandrew314
  • http4k-connect-amazon-s3-* - Support S3 object tagging. H/T @oharaandrew314

5.17.0.2

10 Jun 18:38
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-ai-openai - Choices are not optional in conversation completion.
  • http4k-connect-ai-langchain - Fix streaming for OpenAiChatLanguageModel.

5.17.0.1

10 Jun 17:27
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-ai-langchain - Added support for System messages in Ollama models