develocity-api-kotlin
develocity-api-kotlin copied to clipboard
Update retrofit monorepo to v2.12.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.squareup.retrofit2:converter-scalars | 2.11.0 -> 2.12.0 |
||||
| com.squareup.retrofit2:converter-moshi | 2.11.0 -> 2.12.0 |
||||
| com.squareup.retrofit2:retrofit | 2.11.0 -> 2.12.0 |
Release Notes
square/retrofit (com.squareup.retrofit2:converter-scalars)
v2.12.0
New
-
First-party converters now support deferring serialization to happen when the request body is written (i.e., during HTTP execution) rather than when the HTTP request is created. In some cases this moves conversion from a calling thread to a background thread, such as in the case when using
Call.enqueuedirectly.The following converters support this feature through a new
withStreaming()factory method:- Gson
- Jackson
- Moshi
- Protobuf
- Wire
Fixed
- Primitive types used with
@Tagnow work by storing the value boxed with the boxed class as the key.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.