File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 44# Copyright, 2009-2025, by Samuel Williams.
55
66module Utopia
7- VERSION = "2.30.2 "
7+ VERSION = "2.31.0 "
88end
Original file line number Diff line number Diff line change @@ -31,6 +31,13 @@ Please see the [project documentation](https://socketry.github.io/utopia/) for m
3131
3232Please see the [ project releases] ( https://socketry.github.io/utopia/releases/index ) for all releases.
3333
34+ ### v2.31.0
35+
36+ - Add agent context.
37+ - Better simplification of relative paths, e.g. ` ../../foo ` is not modified to ` foo ` .
38+ - Move top level classes into ` class Middleware ` in their respective namespaces.
39+ - Move ` Utopia::Responder ` into ` Utopia::Controller ` layer.
40+
3441### v2.30.1
3542
3643 - Minor compatibility fixes.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v2.31.0
44
55 - Add agent context.
66 - Better simplification of relative paths, e.g. ` ../../foo ` is not modified to ` foo ` .
You can’t perform that action at this time.
0 commit comments