|
1 |
| -# Requests-Scala 0.7.0 |
| 1 | +# Requests-Scala 0.7.1 |
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,20 +26,38 @@ For a hands-on introduction to this library, take a look at the following blog p
|
26 | 26 |
|
27 | 27 | ## Contents
|
28 | 28 |
|
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) |
30 | 33 | - [Passing in Parameters](#passing-in-parameters)
|
31 | 34 | - [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) |
35 | 39 | - [Custom Headers](#custom-headers)
|
36 | 40 | - [Timeouts](#timeouts)
|
37 | 41 | - [Compression](#compression)
|
38 | 42 | - [Cookies](#cookies)
|
39 | 43 | - [Redirects](#redirects)
|
40 | 44 | - [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) |
43 | 61 |
|
44 | 62 | ## Getting Started
|
45 | 63 |
|
@@ -656,6 +674,10 @@ codebase or project!
|
656 | 674 |
|
657 | 675 | ## Changelog
|
658 | 676 |
|
| 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 | + |
659 | 681 | ### 0.7.0
|
660 | 682 |
|
661 | 683 | - Allow `requests.send(method)(...)` to dynamically choose a HTTP method [#94](https://github.com/com-lihaoyi/requests-scala/pull/94)
|
|
0 commit comments