From b8e0595895995ad31b43f2b3e1899e84c6849275 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Mon, 21 Aug 2023 23:12:40 +0200 Subject: [PATCH] Version 5.5.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ mkdocs.yml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de0dc0f2..7cf6bd58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## [5.5.0](https://github.com/joffrey-bion/krossbow/tree/5.5.0) (2023-08-21) +[View commits](https://github.com/joffrey-bion/krossbow/compare/5.4.0...5.5.0) + +**Implemented enhancements:** + +- Support for custom headers in the web socket handshake [\#360](https://github.com/joffrey-bion/krossbow/issues/360) + +**Upgraded dependencies:** + +- Bump org.jetbrains.kotlinx:atomicfu from 0.21.0 to 0.22.0 [\#362](https://github.com/joffrey-bion/krossbow/pull/362) ([@dependabot[bot]](https://github.com/apps/dependabot)) +- Upgrade uuid to version 0.8.0 [\#361](https://github.com/joffrey-bion/krossbow/issues/361) +- Upgrade Okio to version 3.5.0 [\#358](https://github.com/joffrey-bion/krossbow/issues/358) +- Upgrade Kotlin to version 1.9.0 [\#357](https://github.com/joffrey-bion/krossbow/issues/357) + +**Fixed bugs:** + +- OkHttp fails to report handshake failures when it can't read the response body [\#359](https://github.com/joffrey-bion/krossbow/issues/359) + ## [5.4.0](https://github.com/joffrey-bion/krossbow/tree/5.4.0) (2023-08-09) [View commits](https://github.com/joffrey-bion/krossbow/compare/5.3.0...5.4.0) @@ -10,6 +28,10 @@ - Bump kotlinx\-coroutines from 1.7.1 to 1.7.3 [\#349](https://github.com/joffrey-bion/krossbow/pull/349) ([@dependabot[bot]](https://github.com/apps/dependabot)) - Bump com.squareup.okio:okio from 3.3.0 to 3.4.0 [\#342](https://github.com/joffrey-bion/krossbow/pull/342) ([@dependabot[bot]](https://github.com/apps/dependabot)) +**Fixed bugs:** + +- Cannot Assemble XCFramework with Krossbow Dependencies in a Multiplatform Project [\#356](https://github.com/joffrey-bion/krossbow/issues/356) + ## [5.3.0](https://github.com/joffrey-bion/krossbow/tree/5.3.0) (2023-07-03) [View commits](https://github.com/joffrey-bion/krossbow/compare/5.2.0...5.3.0) diff --git a/mkdocs.yml b/mkdocs.yml index 655282e19..b443a7c33 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -90,7 +90,7 @@ extra: name: "Joffrey on Twitter" versions: jackson: 2.15.2 - ktor: 2.3.1 + ktor: 2.3.3 kotlinxSerialization: 1.5.1 moshi: 1.15.0 tyrus: 1.17