We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cab216 commit 8a3a698Copy full SHA for 8a3a698
CHANGELOG.md
@@ -9,7 +9,6 @@
9
### Changed
10
11
- URL validation is stricter in the connection screen and URI protocol handler
12
-- the http client has relaxed syntax rules when deserializing JSON responses
13
- support for verbose logging a sanitized version of the REST API request and responses
14
15
## 0.6.0 - 2025-07-25
src/main/kotlin/com/coder/toolbox/sdk/CoderRestClient.kt
@@ -139,7 +139,7 @@ open class CoderRestClient(
139
.addConverterFactory(
140
LoggingConverterFactory.wrap(
141
context,
142
- MoshiConverterFactory.create(moshi).asLenient()
+ MoshiConverterFactory.create(moshi)
143
)
144
145
.build().create(CoderV2RestFacade::class.java)
0 commit comments