Skip to content

Commit 6552eeb

Browse files
committed
Version 0.31.0
1 parent 13c6f6c commit 6552eeb

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 0.31.0 2026-05-29
2+
3+
- Add message kwarg to `Request#validate`
4+
- Reraise internal server error in test mode
5+
- Use strings rather than symbols for query keys
6+
- Add content type validation
7+
- Add syntropy CLI commands: serve, test, help
8+
- Rename `#auto_refresh_watch!` to `#auto_refresh!`
9+
- Use `zed` instead of `vscode` scheme for editor links (in HTML-rendered error
10+
backtraces)
11+
- Implement basic `HTTP::Client` API
12+
- Rename `#json_response` to `#respond_json`, `#html_response` to
13+
`#respond_html`
14+
- Rename `HTTP::Connection` to `HTTP::ServerConnection`
15+
- Refactor HTTP protocol into UM::IO extensions
16+
- Fix routing for files/dirs starting with . (e.g. /.well-known/*)
17+
118
# 0.30.0 2026-05-10
219

320
- Refactor HTTP modules

lib/syntropy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Syntropy
4-
VERSION = '0.30.0'
4+
VERSION = '0.31.0'
55
end

0 commit comments

Comments
 (0)