Skip to content

Commit 43ad208

Browse files
committed
Version 0.37.0
1 parent 99f090c commit 43ad208

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.37.0 2026-06-07
2+
3+
- Call `IO#clear` before closing server connection
4+
- syntropy new:
5+
- Remove socket mapping for backend in docker-compose.yml
6+
- Add caddy reverse proxy to template
7+
- Add overwrite confirmation, better file copying
8+
- Verify storage module `migrate!` method exists
9+
- Fix `set_schema_version` for usage in PG DB
10+
- Do not raise exception on missing config module
11+
- Do not convert class export value to class instance, allow exporting a
12+
class
13+
- Fix HTTP protocol error when pipelining post requests with empty body
14+
- Setup fiber scheduler when running server
15+
116
# 0.36.0 2026-06-04
217

318
- Rename `DB` to `Storage`

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.36.0'
4+
VERSION = '0.37.0'
55
end

0 commit comments

Comments
 (0)