File: changelog.md

package info (click to toggle)
haskell-openssl-streams 1.2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: haskell: 186; makefile: 4
file content (41 lines) | stat: -rwxr-xr-x 982 bytes parent folder | download | duplicates (2)
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
# openssl-streams changelog #

## 1.2.3.0

  - Remove `AI_ADDRCONFIG` from default socket hints in `connect`.

## 1.2.2.0

  - Allow `network` 3.0.

## 1.2.1.3
  - Bugfix: test target didn't allow `io-streams` 1.5.

## 1.2.1.2
  - Allow `io-streams` 1.5.

## 1.2.1.1
  - Allow `io-streams` 1.4.

## 1.2.1.0
  - Bump upper bound of the `io-streams` dependency for the bytestring-builder
    migration.

## 1.2.0.0
  - Added `withConnection`, a convenience function for initiating an SSL
    connection to a given `(host, port)` pair. The socket and SSL connection
    are closed after the user handler runs.
  - Moved changelog from cabal file to changelog.md
  - Updated the dependency list to allow latest `io-streams` and `network`.

## 1.1.0.2
Fixed a bug in the `connect` routine uncovered by the recent network upgrade.

## 1.1.0.1
Widened @network@ dependency to include 2.5.

## 1.1.0.0
Updated `openssl-streams` to work with `io-streams` 1.1.0.0.

## 1.0.0.0
First release.