File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Syntropy
4- VERSION = '0.36 .0'
4+ VERSION = '0.37 .0'
55end
You can’t perform that action at this time.
0 commit comments