File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,9 @@ All notable changes to this project will be documented in this file.
88- Added support for GHC 9.4
99- Changed ` text ` dependency upper bound: we now support ` text-2.0.X.X ` .
1010
11- ## Unreleased changes
11+ ## [ 1.2.0] - 2025-05-16
12+
13+ ### Changed
14+ - ` rollbarOnExceptionWith ` now takes a fork function of type ` IO () -> IO () ` .
15+ - All tests are now synchronous and no longer use ` threadDelay ` .
16+ - Updated ` rollbarOnException ` and all usages to match the new signature.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
55-- see: https://github.com/sol/hpack
66
77name : rollbar-wai
8- version : 1.1.1
8+ version : 1.2.0
99synopsis : Provides error reporting capabilities to WAI based applications through Rollbar API.
1010
1111description : Please see the README on GitHub at
You can’t perform that action at this time.
0 commit comments