Skip to content

Commit fe8bae9

Browse files
chore: release 0.27.6
1 parent e7bb219 commit fe8bae9

6 files changed

+11
-21
lines changed

.changes/40f4af9b-316c-4d95-a4d4-9b7787feba1d.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/4a39b540-3048-4f2c-b13e-9ff6a8975896.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/598b7088-0032-4336-8aab-3c242876301c.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/ef3ee209-71da-4e92-9cf8-85b446d32bb0.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.27.6] - 10/06/2023
4+
5+
### Fixes
6+
* Fix codegen of services with no operations
7+
8+
### Miscellaneous
9+
* Relocate `TlsVersion` to the `net` package.
10+
* Refactor codegen to place serialization and deserialization code into the `serde` package rather than the `transform` package.
11+
* Make `ByteArrayContent` and friends `internal` and force consumers to go through companion object convenience functions.
12+
313
## [0.27.5] - 09/28/2023
414

515
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
55
kotlin.native.ignoreDisabledTargets=true
66

77
# SDK
8-
sdkVersion=0.27.6-SNAPSHOT
8+
sdkVersion=0.27.6
99

1010
# kotlin
1111
kotlinVersion=1.8.22

0 commit comments

Comments
 (0)