Skip to content

Releases: softwaremill/sttp

v4.0.0-M17

07 Aug 16:14
9f2b6e6
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.9.8

07 Aug 09:05
964d94f
Compare
Choose a tag to compare

What’s Changed

v4.0.0-M16

28 May 08:14
4a1293f
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v4.0.0-M15

27 May 11:24
3432ec5
Compare
Choose a tag to compare

Broken - please use M16!

This release is missing the core module from the published bundle. M16 fixes the problem.

What’s Changed

Dependency updates

v3.9.7

20 May 14:48
0091f5e
Compare
Choose a tag to compare

What’s Changed

v4.0.0-M14

10 May 13:59
6137d3d
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.9.6

29 Apr 20:23
a51c3bb
Compare
Choose a tag to compare

What’s Changed

  • Release Play-JSON Scala 3 support in V3 (#2138) (#2161) @markarasev
  • Add Pekko to supported backends (#2157) @Pask423
  • All backends write headers as UTF-8 (#2108) @ghik
  • Suspend the evaluation of the SttpBackendStub.send() effect in the target monad (#2099) @adamw
  • Improve proxy authentication preventing NPE and allow Basic Authentication (v3) (#2088) @DybekK

v4.0.0-M13

26 Apr 15:42
e07f6bc
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v4.0.0-M12

20 Apr 13:28
2e65a58
Compare
Choose a tag to compare

What’s Changed

  • Play-JSON Scala 3 support (#2141) @markarasev
  • added support tethys json (#2129) @chernykhSG
  • fix filtering content-type and content-length headers in HttpClientBa… (#2135) @ashashev
  • [forward-port] All backends write headers as UTF-8 (#2115) @ghik
  • feat: adding full logging options to log settings (#2114) @Andrapyre
  • Support input streams as a response body (#2103) @adamw
  • Update openapi.md (#2105) @minnieshi
  • Suspend the evaluation of the BackendStub.send() effect in the target monad (#2100) @adamw
  • Improve proxy authentication preventing NPE and allow Basic Authentication (v4) (#2090) @DybekK

Dependency updates

v3.9.5

19 Mar 17:47
Compare
Choose a tag to compare

Note that this release drops Scala 2.11 support!

What’s Changed

  • All backends write headers as UTF-8 (#2108) @ghik