Skip to content

Releases: softwaremill/sttp

v3.4.2

14 Feb 19:15
Compare
Choose a tag to compare

What’s Changed

  • Add separate modules for zio-opentelemetry 2, keeping zio1 compatibility in zio1 modules (#1320) @adamw
  • Split zio-json module for zio 1.x and 2.x (#1318) @ex0ns
  • updated reactive-streams to latest (2 years old) version (#1310) @th-e
  • Remove AsyncFileWriter in Armeria backend (#1295) @ikhoon
  • Split JS test (#1274) @Pask423

Dependency updates

v3.4.1

25 Jan 12:24
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.4.0

22 Jan 08:37
Compare
Choose a tag to compare

What’s Changed

ZIO 2 support

By default, the *-zio modules depend on ZIO 2.x. For ZIO 1.x support, use modules with the *-zio1 suffix.
For example:

"com.softwaremill.sttp.client3" %% "httpclient-backend-zio" % "3.4.0"  // for ZIO 2.x
"com.softwaremill.sttp.client3" %% "httpclient-backend-zio1" % "3.4.0" // for ZIO 1.x

More information available in the docs.

Dependency updates

v3.3.18

30 Nov 21:55
Compare
Choose a tag to compare

What’s Changed

  • Fix binary compatibility with 3.3.14 & earlier (#1195) @adamw

Dependency updates

v3.3.17

20 Nov 10:22
Compare
Choose a tag to compare

What’s Changed

  • Change how relative redirects are resolved to avoid exceptions from java.net.URI (#1185) @adamw
  • Example how to use FollowRedirectsBackend.transformUri (#1178) @micossow
  • Fix typo in examples.md (#1167) @bonnetn
  • Fix broken link to the Websockets page (#1158) @KRoLer

Dependency updates

v3.3.16

22 Oct 10:17
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.3.15

02 Oct 14:41
Compare
Choose a tag to compare

What’s Changed

  • Allow custom Span name for ZIO opentelemetry backend (#1123) @tuleism
  • Feature/1067 (#1119) @kink80
  • Empty gzip fix (#1113) @bartekzylinski
  • Add documentation that explicitly defines Authorization header behavior during redirects and how to change it. (#1102) @scottweaver
  • example using HttpClient (#1099) @kubinio123

Dependency updates

v3.3.14

01 Sep 17:06
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.3.13

31 Jul 18:52
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.3.12

28 Jul 11:41
Compare
Choose a tag to compare

What’s Changed

Dependency updates