rewrite HTTP requests using Java 11 HTTP components

This commit is contained in:
2019-10-17 19:37:11 +02:00
parent 10681f4eb3
commit 88c10d5333
3 changed files with 35 additions and 5 deletions

View File

@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
### Breaking
* Java 11 or later required
### Changes
* Using native Java 11 HTTP client
## 1.3.0 - 2019-12-04
### Security