File tree Expand file tree Collapse file tree 6 files changed +20
-14
lines changed Expand file tree Collapse file tree 6 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.4.0 (2025-10-17)
4+
5+ * Use Streamable HTTP transport
6+ * Allow logger middleware to be customizable
7+ * Use FastMCP ~ > 1.6.0
8+
39## v0.3.1 (2025-09-16)
410
511* Optimize ` get_logs `
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- tidewave (0.3.1 )
4+ tidewave (0.4.0 )
55 fast-mcp (~> 1.6.0 )
66 rack (>= 2.0 )
77 rails (>= 7.1.0 )
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- tidewave (0.3.1 )
5- fast-mcp (~> 1.5 .0)
4+ tidewave (0.4.0 )
5+ fast-mcp (~> 1.6 .0)
66 rack (>= 2.0)
77 rails (>= 7.1.0)
88
@@ -134,13 +134,13 @@ GEM
134134 dry-logic (~> 1.4)
135135 zeitwerk (~> 2.6)
136136 erubi (1.13.1)
137- fast-mcp (1.5 .0)
137+ fast-mcp (1.6 .0)
138138 addressable (~> 2.8)
139139 base64
140140 dry-schema (~> 1.14)
141141 json (~> 2.0)
142142 mime-types (~> 3.4)
143- rack (~> 3.1 )
143+ rack (>= 2.0, < 4.0 )
144144 globalid (1.2.1)
145145 activesupport (>= 6.1)
146146 i18n (1.14.7)
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- tidewave (0.3.1 )
5- fast-mcp (~> 1.5 .0)
4+ tidewave (0.4.0 )
5+ fast-mcp (~> 1.6 .0)
66 rack (>= 2.0)
77 rails (>= 7.1.0)
88
@@ -128,13 +128,13 @@ GEM
128128 dry-logic (~> 1.4)
129129 zeitwerk (~> 2.6)
130130 erubi (1.13.1)
131- fast-mcp (1.5 .0)
131+ fast-mcp (1.6 .0)
132132 addressable (~> 2.8)
133133 base64
134134 dry-schema (~> 1.14)
135135 json (~> 2.0)
136136 mime-types (~> 3.4)
137- rack (~> 3.1 )
137+ rack (>= 2.0, < 4.0 )
138138 globalid (1.2.1)
139139 activesupport (>= 6.1)
140140 i18n (1.14.7)
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- tidewave (0.3.1 )
5- fast-mcp (~> 1.5 .0)
4+ tidewave (0.4.0 )
5+ fast-mcp (~> 1.6 .0)
66 rack (>= 2.0)
77 rails (>= 7.1.0)
88
@@ -128,13 +128,13 @@ GEM
128128 dry-logic (~> 1.4)
129129 zeitwerk (~> 2.6)
130130 erubi (1.13.1)
131- fast-mcp (1.5 .0)
131+ fast-mcp (1.6 .0)
132132 addressable (~> 2.8)
133133 base64
134134 dry-schema (~> 1.14)
135135 json (~> 2.0)
136136 mime-types (~> 3.4)
137- rack (~> 3.1 )
137+ rack (>= 2.0, < 4.0 )
138138 globalid (1.2.1)
139139 activesupport (>= 6.1)
140140 i18n (1.14.7)
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Tidewave
4- VERSION = "0.3.1 "
4+ VERSION = "0.4.0 "
55end
You can’t perform that action at this time.
0 commit comments