Skip to content

Releases: lightbend/ssl-config

0.6.1

17 Mar 09:18
bee61d8
Compare
Choose a tag to compare

Thanks to all contributors!

0.6.0

03 Aug 17:34
v0.6.0
078105e
Compare
Choose a tag to compare
  • Add support for Scala 3 (#316)
  • Drop unused dependency on scala-parser-combinators (#316)

According to git shortlog -sn --no-merges v0.5.0..v0.6.0, 1 person contributed. Thank you Seth Tisue.

0.5.0

02 Aug 20:58
v0.5.0
bf4ff88
Compare
Choose a tag to compare
  • Fix the PKCS12 algorithm bug (#306)
  • Delete algorithms and cipher checking (#302)
  • Update scala-parser-combinators dependency to 2.0.0 (#300)

According to git shortlog -sn --no-merges v0.4.3..v0.5.0, 5 people contributed. Thank you Scala Steward, Seth Tisue, Will Sargent, Arnout Engelen, Kenji Yoshida.

0.4.3

01 Aug 20:45
d68feb3
Compare
Choose a tag to compare
  • Properly closes file handles backed by input streams in KeyStore (#251)
  • Enable build on JDK 15 (#269)

0.4.2

21 Feb 14:15
Compare
Choose a tag to compare

Various dependency updates, notably typesafe-config thanks to @collymy #228

0.4.1

14 Nov 23:35
Compare
Choose a tag to compare
  • Only wrap the SSLContext in our tracing context when debugging is configured (#220)
  • Various updates

0.4.0

30 Apr 07:40
Compare
Choose a tag to compare

Milestone

A notable change in 0.4.0 is that hostname verification has been moved out of ssl-config in #100: since Java 8, this can be achieved by sslParams.setEndpointIdentificationAlgorithm("HTTPS") instead.

0.3.4

03 Oct 21:35
Compare
Choose a tag to compare

0.3.3

01 Oct 16:17
Compare
Choose a tag to compare

This is the same as 0.3.2, but also released for Scala 2.13.0-M3.

0.3.2

27 Sep 20:15
Compare
Choose a tag to compare

Milestone 0.3.2 list all changes in this release.