-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffd90d6
commit aeeeff5
Showing
4 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
### 0.7.0 | ||
|
||
_Not Released Yet_ | ||
_Released 2024 Oct 30_ | ||
|
||
#### Improvements | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
### 0.6.0 | ||
### 0.7.0 | ||
|
||
_Released 2024 Oct 25_ | ||
_Released 2024 Oct 30_ | ||
|
||
#### Fixes | ||
#### Improvements | ||
|
||
- Fixed a critical bug in the path parameter substitution logic that caused | ||
requests with path parameters to target invalid endpoints. | ||
- Build Kotlin/Wasm (`wasmJs`) binaries for all Kotlin multiplatform modules. | ||
|
||
#### Breaking Changes | ||
|
||
- `api-client-ktor` now requires Ktor 3. | ||
- The `copy` function of `RequestTemplate` is no longer accessible. |