Skip to content

Commit 0af1acf

Browse files
authored
Version 0.7.1
1 parent 7e18f64 commit 0af1acf

File tree

1 file changed

+29
-7
lines changed

1 file changed

+29
-7
lines changed

readme.md

+29-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Requests-Scala 0.7.0
1+
# Requests-Scala 0.7.1
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

@@ -26,20 +26,38 @@ For a hands-on introduction to this library, take a look at the following blog p
2626

2727
## Contents
2828

29-
- [Making a Request](#making-a-request)
29+
- [Requests-Scala 0.7.1](#requests-scala-071)
30+
- [Contents](#contents)
31+
- [Getting Started](#getting-started)
32+
- [Making a Request](#making-a-request)
3033
- [Passing in Parameters](#passing-in-parameters)
3134
- [Response Content](#response-content)
32-
- [Streaming Requests](#streaming-requests)
33-
- [Multipart Uploads](#multipart-uploads)
34-
- [Misc Configuration](#misc-configuration)
35+
- [Streaming Requests](#streaming-requests)
36+
- [Handling JSON](#handling-json)
37+
- [Multipart Uploads](#multipart-uploads)
38+
- [Misc Configuration](#misc-configuration)
3539
- [Custom Headers](#custom-headers)
3640
- [Timeouts](#timeouts)
3741
- [Compression](#compression)
3842
- [Cookies](#cookies)
3943
- [Redirects](#redirects)
4044
- [Client Side Certificates](#client-side-certificates)
41-
- [Sessions](#sessions)
42-
- [Why Requests-Scala?](#why-requests-scala)
45+
- [Sessions](#sessions)
46+
- [Why Requests-Scala?](#why-requests-scala)
47+
- [Changelog](#changelog)
48+
- [0.7.1](#071)
49+
- [0.7.0](#070)
50+
- [0.6.7](#067)
51+
- [0.6.5](#065)
52+
- [0.5.1](#051)
53+
- [0.4.7](#047)
54+
- [0.3.0](#030)
55+
- [0.2.0](#020)
56+
- [0.1.9](#019)
57+
- [0.1.8](#018)
58+
- [0.1.7](#017)
59+
- [0.1.6](#016)
60+
- [0.1.5](#015)
4361

4462
## Getting Started
4563

@@ -656,6 +674,10 @@ codebase or project!
656674

657675
## Changelog
658676

677+
### 0.7.1
678+
679+
- Fix issue with data buffers not being flushed when compression is enabled [#108](https://github.com/com-lihaoyi/requests-scala/pull/108)
680+
659681
### 0.7.0
660682

661683
- Allow `requests.send(method)(...)` to dynamically choose a HTTP method [#94](https://github.com/com-lihaoyi/requests-scala/pull/94)

0 commit comments

Comments
 (0)