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.
8
8
- Added support for GHC 9.4
9
9
- Changed ` text ` dependency upper bound: we now support ` text-2.0.X.X ` .
10
10
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
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : rollbar-wai
8
- version : 1.1.1
8
+ version : 1.2.0
9
9
synopsis : Provides error reporting capabilities to WAI based applications through Rollbar API.
10
10
11
11
description : Please see the README on GitHub at
You can’t perform that action at this time.
0 commit comments