You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+10-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Requests-Scala 0.7.1
1
+
# Requests-Scala 0.8.0
2
2
3
3
[](https://gitter.im/lihaoyi/requests-scala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
@@ -26,7 +26,7 @@ For a hands-on introduction to this library, take a look at the following blog p
26
26
27
27
## Contents
28
28
29
-
-[Requests-Scala 0.7.1](#requests-scala-071)
29
+
-[Requests-Scala 0.8.0](#requests-scala-080)
30
30
-[Contents](#contents)
31
31
-[Getting Started](#getting-started)
32
32
-[Making a Request](#making-a-request)
@@ -45,6 +45,7 @@ For a hands-on introduction to this library, take a look at the following blog p
45
45
-[Sessions](#sessions)
46
46
-[Why Requests-Scala?](#why-requests-scala)
47
47
-[Changelog](#changelog)
48
+
-[0.8.0](#080)
48
49
-[0.7.1](#071)
49
50
-[0.7.0](#070)
50
51
-[0.6.7](#067)
@@ -64,9 +65,9 @@ For a hands-on introduction to this library, take a look at the following blog p
64
65
Use the following import to get you started:
65
66
66
67
```scala
67
-
ivy"com.lihaoyi::requests:0.7.0"// mill
68
-
"com.lihaoyi"%%"requests"%"0.7.0"// sbt
69
-
compile "com.lihaoyi:requests_2.12:0.7.0"//gradle
68
+
ivy"com.lihaoyi::requests:0.8.0"// mill
69
+
"com.lihaoyi"%%"requests"%"0.8.0"// sbt
70
+
compile "com.lihaoyi:requests_2.12:0.8.0"//gradle
70
71
```
71
72
72
73
## Making a Request
@@ -674,6 +675,10 @@ codebase or project!
674
675
675
676
## Changelog
676
677
678
+
### 0.8.0
679
+
680
+
- Update Geny to 1.0.0 [#120](https://github.com/com-lihaoyi/requests-scala/pull/120)
681
+
677
682
### 0.7.1
678
683
679
684
- Fix issue with data buffers not being flushed when compression is enabled [#108](https://github.com/com-lihaoyi/requests-scala/pull/108)
0 commit comments