File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1- # Requests-Scala 0.9.0
1+ # Requests-Scala 0.9.1
22
33Requests-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
6465Use 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
You can’t perform that action at this time.
0 commit comments