From 1494ad1752d71fb00ac3e54cc9751bf76fe9df22 Mon Sep 17 00:00:00 2001 From: Hakky54 Date: Sun, 22 Sep 2024 08:44:37 +0200 Subject: [PATCH] Updated docs --- CHANGELOG.md | 4 ++++ README.md | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a3dc0f..b3b05a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This list is not intended to be all-encompassing - it will document major and breaking API changes with their rationale when appropriate: +### v8.3.7 +- Added Apache5SslUtils toTlsSocketStrategy method +- Marked Apache5SslUtils toSocketFactory method as deprecated +- Bumped dependencies ### v8.3.6 - Bumped dependencies - Enhanced logging within LoggingX509ExtendedTrustManager diff --git a/README.md b/README.md index a712b799..a496781d 100644 --- a/README.md +++ b/README.md @@ -24,25 +24,25 @@ Hey, hello there 👋 Welcome, I hope you will like this library ❤️ Feel fre io.github.hakky54 sslcontext-kickstart - 8.3.6 + 8.3.7 ``` ### Install with Gradle ```groovy -implementation 'io.github.hakky54:sslcontext-kickstart:8.3.6' +implementation 'io.github.hakky54:sslcontext-kickstart:8.3.7' ``` ### Install with Gradle Kotlin DSL ```kotlin -implementation("io.github.hakky54:sslcontext-kickstart:8.3.6") +implementation("io.github.hakky54:sslcontext-kickstart:8.3.7") ``` ### Install with Scala SBT ``` -libraryDependencies += "io.github.hakky54" % "sslcontext-kickstart" % "8.3.6" +libraryDependencies += "io.github.hakky54" % "sslcontext-kickstart" % "8.3.7" ``` ### Install with Apache Ivy ```xml - + ``` ## Table of contents @@ -780,7 +780,7 @@ Add the dependency below to use this feature, it also includes the core features io.github.hakky54 sslcontext-kickstart-for-pem - 8.3.6 + 8.3.7 ``` ##### Loading pem files from the classpath @@ -1151,7 +1151,7 @@ Some know http clients which relay on netty libraries are: [Spring WebFlux WebCl io.github.hakky54 sslcontext-kickstart-for-netty - 8.3.6 + 8.3.7 ``` Example setup for Spring WebClient with Netty: @@ -1189,7 +1189,7 @@ public class App { io.github.hakky54 sslcontext-kickstart-for-jetty - 8.3.6 + 8.3.7 ``` Example setup for [Spring WebFlux WebClient Jetty](https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html): @@ -1227,7 +1227,7 @@ However it is still possible to configure the http client with their custom conf io.github.hakky54 sslcontext-kickstart-for-apache4 - 8.3.6 + 8.3.7 ``` ```java @@ -1258,7 +1258,7 @@ public class App { io.github.hakky54 sslcontext-kickstart-for-apache5 - 8.3.6 + 8.3.7 ``` ```java