File ghc-warp-tls.changes of Package ghc-warp-tls
-------------------------------------------------------------------
Mon Mar 17 01:18:25 UTC 2025 - Peter Simons <[email protected]>
- Update warp-tls to version 3.4.13.
## 3.4.13
* Introduced new smart constructor `tlsSettingsSni` to make it more convenient
to dynamically change certificates. Deprecates `tlsSettingsRef` and
`tlsSettingsChainRef`.
[#1025](https://github.com/yesodweb/wai/pull/1025)
-------------------------------------------------------------------
Tue Nov 19 21:07:10 UTC 2024 - Peter Simons <[email protected]>
- Update warp-tls to version 3.4.12.
## 3.4.12
* Rethrowing asynchronous exceptions
[#1013](https://github.com/yesodweb/wai/pull/1013)
-------------------------------------------------------------------
Thu Nov 7 01:55:24 UTC 2024 - Peter Simons <[email protected]>
- Update warp-tls to version 3.4.11.
## 3.4.11
* Removing `unliftio`.
## 3.4.10
* Removed `data-default` dependency entirely. Does now require `>= tls-2.1.3`.
[#1011](https://github.com/yesodweb/wai/pull/1011)
## 3.4.9
* Using `timeout` for `handshake` to prevent thread leaks.
## 3.4.8
* Substituted `data-default-class` for `data-default` [#1010](https://github.com/yesodweb/wai/pull/1010)
-------------------------------------------------------------------
Wed Sep 25 02:47:49 UTC 2024 - Peter Simons <[email protected]>
- Update warp-tls to version 3.4.7.
## 3.4.7
* Expose `attachConn` to use post-handshake TLS connection.
[#1007](https://github.com/yesodweb/wai/pull/1007)
-------------------------------------------------------------------
Tue Jun 25 05:02:09 UTC 2024 - Peter Simons <[email protected]>
- Update warp-tls to version 3.4.6.
## 3.4.6
* Preparing for tls v2.1
-------------------------------------------------------------------
Fri Apr 19 10:46:05 UTC 2024 - Peter Simons <[email protected]>
- Update warp-tls to version 3.4.5.
## 3.4.5
* Making mkConn of WarpTLS interruptible
[#984](https://github.com/yesodweb/wai/pull/984)
-------------------------------------------------------------------
Sat Feb 3 07:37:49 UTC 2024 - Peter Simons <[email protected]>
- Update warp-tls to version 3.4.4.
## 3.4.4
* Allow warp v3.4.
-------------------------------------------------------------------
Wed Oct 4 00:09:06 UTC 2023 - Peter Simons <[email protected]>
- Update warp-tls to version 3.4.3.
## 3.4.3
* Install shutdown handlers passed via `Settings` to `run...` functions
## 3.4.2
* Requiring warp v3.3.29.
## 3.4.1
* Supporting `tls` v1.8.0.
## 3.4.0
* Major version up to deprecate v3.3.7 due to the incompatibility
against cryptonite.
## 3.3.7
* Using crypton instead of cryptonite.
[#931](https://github.com/yesodweb/wai/pull/931)
-------------------------------------------------------------------
Mon Jul 24 18:36:03 UTC 2023 - Peter Simons <[email protected]>
- Update warp-tls to version 3.3.6 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Mar 30 17:09:01 UTC 2023 - Peter Simons <[email protected]>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
-------------------------------------------------------------------
Thu Mar 23 07:25:34 UTC 2023 - Peter Simons <[email protected]>
- Update warp-tls to version 3.3.6.
## 3.3.6
* Setting FD_CLOEXEC on the listening socket.
[#923](https://github.com/yesodweb/wai/pull/923)
-------------------------------------------------------------------
Wed Feb 8 05:38:09 UTC 2023 - Peter Simons <[email protected]>
- Update warp-tls to version 3.3.5.
## 3.3.5
* Switching the version of the "recv" package from 0.0.x to 0.1.x.
-------------------------------------------------------------------
Wed Sep 28 00:41:23 UTC 2022 - Peter Simons <[email protected]>
- Update warp-tls to version 3.3.4.
## 3.3.4
* Integrated customizable `accept` hook from `Network.Wai.Handler.Warp.Settings` (cf. `setAccept`)
[#912](https://github.com/yesodweb/wai/pull/912)
* Adjusted `httpOverTls` because of the factoring out of `Network.Wai.Handler.Warp.Recv` to its own package `recv` in the `warp` package.
[#899](https://github.com/yesodweb/wai/pull/899)
-------------------------------------------------------------------
Wed Aug 10 00:24:49 UTC 2022 - Peter Simons <[email protected]>
- Update warp-tls to version 3.3.3.
# ChangeLog
## 3.3.3
* Creating a bigger buffer when the current one is too small to fit the Builder
[#895](https://github.com/yesodweb/wai/pull/895)
* Expose TLS.supportedHashSignatures via TLSSettings
[#872](https://github.com/yesodweb/wai/pull/872)
-------------------------------------------------------------------
Wed Sep 29 07:15:05 UTC 2021 - [email protected]
- Update warp-tls to version 3.3.2.
## 3.3.2
* Providing the Internal module.
[#841](https://github.com/yesodweb/wai/issues/841)
-------------------------------------------------------------------
Thu May 27 17:16:28 UTC 2021 - [email protected]
- Update warp-tls to version 3.3.1.
## 3.3.1
* Move exception handling over to `unliftio` for better async exception support [#845](https://github.com/yesodweb/wai/issues/845)
* Cleanly close connection when client closes connection prematurely [#844](https://github.com/yesodweb/wai/issues/844)
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <[email protected]>
- disable %{ix86} build
-------------------------------------------------------------------
Tue Aug 18 10:46:37 UTC 2020 - Peter Simons <[email protected]>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Fri Jun 26 02:00:24 UTC 2020 - [email protected]
- Update warp-tls to version 3.3.0.
## 3.3.0
* Breaking changes: certFile and keyFile are not exported anymore.
* Allow TLS credentials to be retrieved from an IORef.
[#806](https://github.com/yesodweb/wai/pull/806)
-------------------------------------------------------------------
Tue Jun 9 09:26:14 UTC 2020 - [email protected]
- Add warp-tls at version 3.2.12.