File: ChangeLog.md

package info (click to toggle)
haskell-http-client-tls 0.3.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 92 kB
  • sloc: haskell: 411; makefile: 2
file content (98 lines) | stat: -rw-r--r-- 1,970 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
# Changelog for http-client-tls

## 0.3.6.4

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

## 0.3.6.3

* catching up to tls 1.8.0 [#515](https://github.com/snoyberg/http-client/pull/515)

## 0.3.6.2

* Migrate to `crypton`

## 0.3.6.1

* [#482](https://github.com/snoyberg/http-client/issues/482):
  Raise lower bound on `http-client` to fix build.

## 0.3.6

* Allow making requests to raw IPv6 hosts [#477](https://github.com/snoyberg/http-client/pull/477)

## 0.3.5.3

* Fix `newTlsManager` [#325](https://github.com/snoyberg/http-client/issues/325)

## 0.3.5.2

* [#289](https://github.com/snoyberg/http-client/issues/289):
  Keep original `TLSSettings` when creating a `Manager` using `newTlsManagerWith`.

## 0.3.5.1

* Also catch TLSError exceptions [#273](https://github.com/snoyberg/http-client/pull/273)

## 0.3.5

* Add `newTlsManagerWith`
  [#278](https://github.com/snoyberg/http-client/issues/278), which
  provides a variant of `newTlsManager` that takes a `ManagerSettings`
  to base its settings off of.

## 0.3.4.2

* Never throw exceptions on 401 status in `applyDigestAuth`

## 0.3.4.1

* Better exception cleanup behavior

## 0.3.4

* Add 'newTlsManager'
  [#263](https://github.com/snoyberg/http-client/issues/263), which adds
  support for respecting `socks5://` and `socks5h://` `http_proxy` and
  `https_proxy` environment variables.

## 0.3.3.2

* Better handling of internal exceptions

## 0.3.3.1

* Better exception safety via `bracketOnError`

## 0.3.3

* Add `DigestAuthException` and generalize `applyDigestAuth`
* Global manager uses a shared TLS context (faster init)

## 0.3.2

* Add `mkManagerSettingsContext` [#228](https://github.com/snoyberg/http-client/issues/228)

## 0.3.1.1

* Minor doc updates

## 0.3.1

* Add `applyDigestAuth`

## 0.3.0

* Support http-client 0.5

## 0.2.4.1

* Cabal description fix

## 0.2.4

* Global manager

## 0.2.3

* Exception catching cleanup