File: ChangeLog.md

package info (click to toggle)
haskell-http-conduit 2.3.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 216 kB
  • sloc: haskell: 1,609; makefile: 3
file content (155 lines) | stat: -rw-r--r-- 3,700 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# ChangeLog for http-conduit

## 2.3.9.1

* data-default-class -> data-default [#546](https://github.com/snoyberg/http-client/pull/546/files)

## 2.3.9

* Fix space leaks when closing responses [#539](https://github.com/snoyberg/http-client/pull/539)

## 2.3.8.3

* aeson 2.2 support [#512](https://github.com/snoyberg/http-client/pull/512)

## 2.3.8.2

* Add missing `crypton-connection` dependency

## 2.3.8.1

* Drop `connection` dependency

## 2.3.8

* Adds `setRequestBearerAuth` convenience function. Note that this is only available for `http-client` versions 0.7.6 or greater. [#457](https://github.com/snoyberg/http-client/pull/457/files)
* Adds a convenience function to set a request's response timeout [#456](https://github.com/snoyberg/http-client/pull/456)

## 2.3.7.4

* Introduces the `aeson` cabal file [#448](https://github.com/snoyberg/http-client/issues/448)

## 2.3.7.3

* Relax test suite version bounds

## 2.3.7.2

* Add the `network3` flag

## 2.3.7.1

* Properly skip whitespace after JSON body [#401](https://github.com/snoyberg/http-client/issues/401)

## 2.3.7

* Ensure entire JSON response body is consumed [#395](https://github.com/snoyberg/http-client/issues/395)

## 2.3.6.1

* Add back compatibility with older http-client version [#393](https://github.com/snoyberg/http-client/pull/393)

## 2.3.6

* Add `httpSource` to `Network.HTTP.Client.Conduit` [#390](https://github.com/snoyberg/http-client/pull/390).

## 2.3.5

* Adds `addToRequestQueryString` helper function

## 2.3.4

* Reexport RequestHeaders from Network.HTTP.Types (what was intended in last version)
* Fix mistake in ChangeLog

## 2.3.3

* Reexport Header, QueryItem and ResponseHeaders from Network.HTTP.Types
* Rewrite a type signature of setRequestHeaders with RequestHeaders

## 2.3.2

* Adds `parseRequestThrow`, `parseRequestThrow_`, and
  `setRequestCheckStatus` to `Network.HTTP.Simple`.
  See [#304](https://github.com/snoyberg/http-client/issues/304)

## 2.3.1

* Reexport Query from Network.HTTP.Types
* Rewrite a type signatures of getRequestQueryString and setRequestQueryString with Query

## 2.3.0

* conduit 1.3 support
    * NOTE: Even for older versions of conduit, this includes dropping
      support for finalizers
* `http` returns a `Source` instead of a `ResumableSource` (due to lack of
  finalizers)
* Drop monad-control for unliftio
* Removed some deprecated functions: `withManager`, `withManagerSettings`,
  `conduitManagerSettings`

## 2.2.4

* Add `httpBS` to `Network.HTTP.Simple`

## 2.2.3.2

* Add proper headers for `httpJSON` and `httpJSONEither` [#284](https://github.com/snoyberg/http-client/issues/284)

## 2.2.3.1

* Minor README improvement

## 2.2.3

* Add `withResponse` to `Network.HTTP.Simple`

## 2.2.2.1

* setRequestBodyJSON works with aeson's toEncoding function (>= 0.11)
  [#230](https://github.com/snoyberg/http-client/pull/230)

## 2.2.2

* Add `httpNoBody` to `Network.HTTP.Simple`

## 2.2.1

* Add `httpSource` to `Network.HTTP.Simple`

## 2.2.0.1

* Doc fixes

## 2.2.0

* Upgrade to http-client 0.5

## 2.1.11

* Switch to non-throwing behavior in `Network.HTTP.Simple` [#193](https://github.com/snoyberg/http-client/issues/193)

## 2.1.10.1

* Fix mistaken `@since` comments

## 2.1.10

* Add the `Network.HTTP.Simple` module

## 2.1.9

* cabal file cleanup

## 2.1.8

* Move HasHttpManager from http-conduit to http-client [#147](https://github.com/snoyberg/http-client/pull/147)

## 2.1.7

* Deprecate `conduitManagerSettings`, re-export `tlsManagerSettings` [#136](https://github.com/snoyberg/http-client/issues/136) [#137](https://github.com/snoyberg/http-client/issues/137)

## 2.1.6

* Deprecate `withManager` and `withManagerSettings`