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
+9-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Requests-Scala 0.8.2
1
+
# Requests-Scala 0.8.3
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.8.2](#requests-scala-081)
29
+
-[Requests-Scala 0.8.3](#requests-scala-081)
30
30
-[Contents](#contents)
31
31
-[Getting Started](#getting-started)
32
32
-[Making a Request](#making-a-request)
@@ -65,9 +65,9 @@ For a hands-on introduction to this library, take a look at the following blog p
65
65
Use the following import to get you started:
66
66
67
67
```scala
68
-
ivy"com.lihaoyi::requests:0.8.2"// mill
69
-
"com.lihaoyi"%%"requests"%"0.8.2"// sbt
70
-
compile "com.lihaoyi:requests_2.12:0.8.2"//gradle
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
71
71
```
72
72
73
73
## Making a Request
@@ -675,6 +675,10 @@ codebase or project!
675
675
676
676
## Changelog
677
677
678
+
### 0.8.3
679
+
680
+
- Fix handling of HTTP 304 [159](https://github.com/com-lihaoyi/requests-scala/pull/159)
681
+
678
682
### 0.8.2
679
683
680
684
- fix: content type header not present in multipart item ([#154](https://github.com/com-lihaoyi/requests-scala/pull/154))
0 commit comments