All Versions
13
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.1.1 Changes
- ๐ Fix stackage#4312: Relax version bound for
network
.
- ๐ Fix stackage#4312: Relax version bound for
-
v1.0.1.0 Changes
- โก๏ธ Update test cert(the old one just expired).
- โก๏ธ Update built-in mozilla CA list(2017/06/07).
-
v1.0.0.0 Changes
Major rewrite using new
Connection
interface.- Introduce
Connection
inData.Connection
to leaverage vectorized IO. - ๐ Now
connect
,accept
returnConnection
, removewithXXX
functions. - ๐ Change exception behavior to work better with
bracket
. bindAndListen
's type changed fromPortNumber -> Int -> IO Socket
toInt -> PortNumber -> IO Socket
.- โ Add
bindAndListenWith
for custom socket options. - โ Add unix domain socket support.
- โก๏ธ Update built-in mozilla CA list(2017/01/18).
- Introduce
-
v0.7.0.0 Changes
- โ Add built-in timeout support
- ๐ Change behavior using io-streams' convention:
- reading
InputStream
will throw exception, and the socket won't be closed. - writing to
OutputStream
will not cause a write until flush. - writing empty
ByteString
toOutputStream
will do a flush.
- reading
-
v0.6.0.0 Changes
- โก๏ธ Update built-in mozilla CA list(2016/11/02).
- ๐ฆ Split openssl part into [tcp-streams-openssl](hackage.haskell.org/package/tcp-streams-openssl)
-
v0.5.0.0 Changes
- โก๏ธ Update built-in mozilla CA list(2016/09/14).
- Export
Data.TLSSetting
fromSystem.IO.Streams.TLS
, andData.OpenSSLSetting
fromSystem.IO.Streams.OpenSSL
.
-
v0.4.0.0 Changes
- Auto add
withOpenSSL
. - โ Add
extra-libraries
to cabal file.
- Auto add
-
v0.3.0.0 Changes
- โ Add qualified notes, rename
closeTLS/closeSSL
toclose
. - ๐ Fix
Bad pipe
error in tls'sclose
- โ Add qualified notes, rename
-
v0.2.3.0 Changes
- โ Add
acceptWithBufferSize
,socketToStreamsWithBufferSize
, fix recv exception handler.
- โ Add
-
v0.2.2.0 Changes
- ๐ป Clean and document exception behavior.