Skip to content

Commit 3207d32

Browse files
committed
Updated docs
1 parent 932d1e4 commit 3207d32

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This list is not intended to be all-encompassing - it will document major and breaking API
44
changes with their rationale when appropriate:
55

6+
### v10.0.6
7+
- Added additional log statements in InflatableX509ExtendedTrustManager
8+
- Bumped dependencies
9+
- Moved dependency version declaration of Sude, Laleler and Desidero from parent pom to Ayza Core library
610
### v10.0.5
711
- Moved generic internal utility classes to a separate public library named [Laleler](https://github.com/Hakky54/laleler)
812
- Moved Operating System certificate handler to a separate public library named [Desidero](https://github.com/Hakky54/desidero)

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@
2222
<dependency>
2323
<groupId>io.github.hakky54</groupId>
2424
<artifactId>ayza</artifactId>
25-
<version>10.0.5</version>
25+
<version>10.0.6</version>
2626
</dependency>
2727
```
2828
### Install with Gradle
2929
```groovy
30-
implementation 'io.github.hakky54:ayza:10.0.5'
30+
implementation 'io.github.hakky54:ayza:10.0.6'
3131
```
3232
### Install with Gradle Kotlin DSL
3333
```kotlin
34-
implementation("io.github.hakky54:ayza:10.0.5")
34+
implementation("io.github.hakky54:ayza:10.0.6")
3535
```
3636
### Install with Scala SBT
3737
```
38-
libraryDependencies += "io.github.hakky54" % "ayza" % "10.0.5"
38+
libraryDependencies += "io.github.hakky54" % "ayza" % "10.0.6"
3939
```
4040
### Install with Apache Ivy
4141
```xml
42-
<dependency org="io.github.hakky54" name="ayza" rev="10.0.5"/>
42+
<dependency org="io.github.hakky54" name="ayza" rev="10.0.6"/>
4343
```
4444

4545
## Table of contents
@@ -803,7 +803,7 @@ Add the dependency below to use this feature, it also includes the core features
803803
<dependency>
804804
<groupId>io.github.hakky54</groupId>
805805
<artifactId>ayza-for-pem</artifactId>
806-
<version>10.0.5</version>
806+
<version>10.0.6</version>
807807
</dependency>
808808
```
809809
##### Loading pem files from the classpath
@@ -1204,7 +1204,7 @@ Some know http clients which relay on netty libraries are: [Spring WebFlux WebCl
12041204
<dependency>
12051205
<groupId>io.github.hakky54</groupId>
12061206
<artifactId>ayza-for-netty</artifactId>
1207-
<version>10.0.5</version>
1207+
<version>10.0.6</version>
12081208
</dependency>
12091209
```
12101210
Example setup for Spring WebClient with Netty:
@@ -1242,7 +1242,7 @@ public class App {
12421242
<dependency>
12431243
<groupId>io.github.hakky54</groupId>
12441244
<artifactId>ayza-for-jetty</artifactId>
1245-
<version>10.0.5</version>
1245+
<version>10.0.6</version>
12461246
</dependency>
12471247
```
12481248
Example setup for [Spring WebFlux WebClient Jetty](https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html):
@@ -1280,7 +1280,7 @@ However, it is still possible to configure the http client with their custom con
12801280
<dependency>
12811281
<groupId>io.github.hakky54</groupId>
12821282
<artifactId>ayza-for-apache4</artifactId>
1283-
<version>10.0.5</version>
1283+
<version>10.0.6</version>
12841284
</dependency>
12851285
```
12861286
```java
@@ -1311,7 +1311,7 @@ public class App {
13111311
<dependency>
13121312
<groupId>io.github.hakky54</groupId>
13131313
<artifactId>ayza-for-apache5</artifactId>
1314-
<version>10.0.5</version>
1314+
<version>10.0.6</version>
13151315
</dependency>
13161316
```
13171317
```java

0 commit comments

Comments
 (0)