Skip to content

Commit 3abb0d5

Browse files
committed
Version 1.10.0
1 parent 3b27499 commit 3abb0d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog of RorVsWild
22

3-
## Unreleased
3+
## 1.10.0 (2025-10-10)
44

55
* Add plugin RailsError to subscribre to ActiveSupport::ErrorReporter
66

@@ -10,8 +10,8 @@
1010

1111
* Normalize MongoDB by removing any variables
1212
* Fix MongoDB monitoring
13-
* Add root section to Sidekiq tn ensure not missing any timings
14-
* Save local requests, jobs and errors in NSJSON instead of JSON
13+
* Add root section to Sidekiq to ensure not missing any timings
14+
* Save local requests, jobs and errors in NDJSON instead of JSON
1515
* Remove ASCII and Server-Timing header
1616
* Skip measuring empty collection renderings
1717
* Instrument Rails.cache via ActiveSupport notifications

lib/rorvswild/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RorVsWild
2-
VERSION = "1.9.1".freeze
2+
VERSION = "1.10.0".freeze
33
end

0 commit comments

Comments
 (0)