Skip to content

Commit ce7aaf2

Browse files
committed
0.9.0-RC1
1 parent 1a911bb commit ce7aaf2

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

readme.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Requests-Scala 0.8.3
1+
# Requests-Scala 0.9.0-RC1
22

33
[![Join the chat at https://gitter.im/lihaoyi/requests-scala](https://badges.gitter.im/lihaoyi/requests-scala.svg)](https://gitter.im/lihaoyi/requests-scala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

@@ -65,9 +65,9 @@ For a hands-on introduction to this library, take a look at the following blog p
6565
Use the following import to get you started:
6666

6767
```scala
68-
ivy"com.lihaoyi::requests:0.8.3" // mill
69-
"com.lihaoyi" %% "requests" % "0.8.3" // sbt
70-
compile "com.lihaoyi:requests_2.12:0.8.3" //gradle
68+
ivy"com.lihaoyi::requests:0.9.0-RC1" // mill
69+
"com.lihaoyi" %% "requests" % "0.9.0-RC1" // sbt
70+
compile "com.lihaoyi:requests_2.12:0.9.0-RC1" //gradle
7171
```
7272

7373
## Making a Request
@@ -673,9 +673,15 @@ codebase or project!
673673

674674
## Changelog
675675

676+
### 0.9.0-RC1
677+
678+
- Use JDK 11 HttpClient ([#158](https://github.com/com-lihaoyi/requests-scala/pull/158)). Note
679+
that this means we are dropping compatibility with JDK 8, and will require JDK 11 and above
680+
going forward. People who need to use JDK 8 can continue using version 0.8.3
681+
676682
### 0.8.3
677683

678-
- Fix handling of HTTP 304 [159](https://github.com/com-lihaoyi/requests-scala/pull/159)
684+
- Fix handling of HTTP 304 ([#159](https://github.com/com-lihaoyi/requests-scala/pull/159))
679685

680686
### 0.8.2
681687

0 commit comments

Comments
 (0)