Skip to content

Commit e071545

Browse files
committed
0.9.1
1 parent c5bccf4 commit e071545

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

readme.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Requests-Scala 0.9.0
1+
# Requests-Scala 0.9.1
22

33
Requests-Scala is a Scala port of the popular Python
44
[Requests](http://docs.python-requests.org/) HTTP client. Requests-Scala aims to
@@ -43,6 +43,7 @@ For a hands-on introduction to this library, take a look at the following blog p
4343
- [Sessions](#sessions)
4444
- [Why Requests-Scala?](#why-requests-scala)
4545
- [Changelog](#changelog)
46+
- [0.9.1](#091)
4647
- [0.9.0](#090)
4748
- [0.8.0](#080)
4849
- [0.7.1](#071)
@@ -64,9 +65,9 @@ For a hands-on introduction to this library, take a look at the following blog p
6465
Use the following import to get you started:
6566

6667
```scala
67-
ivy"com.lihaoyi::requests:0.9.0" // mill
68-
"com.lihaoyi" %% "requests" % "0.9.0" // sbt
69-
compile "com.lihaoyi:requests_2.12:0.9.0" //gradle
68+
ivy"com.lihaoyi::requests:0.9.1" // mill
69+
"com.lihaoyi" %% "requests" % "0.9.1" // sbt
70+
compile "com.lihaoyi:requests_2.12:0.9.1" //gradle
7071
```
7172

7273
## Making a Request
@@ -680,6 +681,11 @@ codebase or project!
680681

681682
## Changelog
682683

684+
### 0.9.1
685+
686+
- Fix thread leak for `requests.get` due to usage of `java.net.HttpClient`
687+
[#215](https://github.com/com-lihaoyi/requests-scala/pull/215)
688+
683689
### 0.9.0
684690

685691
- Use JDK 11 HttpClient ([#158](https://github.com/com-lihaoyi/requests-scala/pull/158)). Note

0 commit comments

Comments
 (0)