We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54ab47 commit a762e4eCopy full SHA for a762e4e
CHANGELOG.md
@@ -1,5 +1,18 @@
1
## [Unreleased]
2
3
+## [1.19.0] - 2025-12-03
4
+
5
+### Added
6
7
+- Add ability to specify external loggers (#178).
8
+- Pass all of log data to deferred tasks (#173).
9
+- Add the `Request#route_uri_pattern` method (#175).
10
+- Support global log tags and context (#171, #177).
11
12
+### Fixed
13
14
+- Fix reloading in dev with user-level fibers (#170).
15
16
## [1.18.0] - 2025-10-29
17
18
### Added
lib/rage/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Rage
- VERSION = "1.18.0"
+ VERSION = "1.19.0"
end
0 commit comments