This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
Releases: http4k/http4k-connect
Releases · http4k/http4k-connect
5.21.0.0
Changelog:
- http4k-connect-* - Upgrade dependencies including Kotlin to 2.0.10
- http4k-connect-core - [Deprecation] Rename of
Http4kConnectAdapter
toHttp4kConnectClient
- 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
5.19.0.2
Changelog:
- http4k-connect-* - [Fix] Add missing @JsonSerializable annotation to ReceiveMessage action
5.19.0.1
Changelog:
- http4k-connect-* - [Fix] Add missing Kotshi adapter to Core Moshi adapter factory.
5.19.0.0
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 repackagedEnvironment
classes - these are
now inorg.http4k.config
instead oforg.http4k.cloudnative.env
. Just updating your imports should be sufficient to
fix this.
5.18.0.0
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
toOpenAiChatModelOptions
. - 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
Changelog:
- http4k-connect-amazon-sqs-* - [Fix] Type of SQS ReceiveMessage waitTimeSeconds parameter was incorrect. H/T @oharaandrew314
5.17.1.0
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
Changelog:
- http4k-connect-ai-openai - Choices are not optional in conversation completion.
- http4k-connect-ai-langchain - Fix streaming for OpenAiChatLanguageModel.
5.17.0.1
Changelog:
- http4k-connect-ai-langchain - Added support for System messages in Ollama models