Releases: alt-research/subway
Releases · alt-research/subway
v0.1.6
🚀 Features
- feat: support
max_request_body_size
/max_response_body_size
config for server (#69) @yjhmelody
v0.1.5
v0.1.4
v0.1.3
v0.1.2
🚀 Features
- feat: add global rate limit config (#58) @yjhmelody
🐛 Fixes
- fix: custom service name (#54) @Revolution1
💬 Miscellaneous
- chore: change cache metrics exporting (#55) @Revolution1
- chore: release v0.1.2 (#59) @koushiro
🔧 Refactoring
v0.1.1
🚀 Features
- feat: add default metric prefix and metric description (#44) @koushiro
- feat: add metrics for finalized/unfinalized block rpc requests (#41) @koushiro
- feat: make eth_call
from
be optional (#47) @yjhmelody - feat: add block cache middleware (#49) @koushiro
💬 Miscellaneous
- chore: minor improve (#42) @yjhmelody
- chore: remove any (#45) @Revolution1
- chore: update cache configs about eth fee APIs (#48) @koushiro
- chore: release v0.1.1 (#50) @koushiro
0.1.0
🚀 Features
- feat: add remote ip/path and client endpoint tracing attrs (#35) @koushiro
- feat: add glob pattern for whitelist/blacklist (#36) @yjhmelody
- feat: add default metric prefix and metric description (#44) @koushiro
- feat: add metrics for finalized/unfinalized block rpc requests (#41) @koushiro
🐛 Fixes
💬 Miscellaneous
- chore: monitoring fixies (#40) @Revolution1
- chore: minor improve (#42) @yjhmelody
📦 Dependencies
- Bump phonenumber from 0.3.4+8.13.34 to 0.3.6+8.13.36 (#34) @dependabot[bot]
v0.1.0-alpha4
v0.1.0-alpha3
v0.1.0-alpha2
🚀 Features
- feat: add pre check for rate limit (#19) @yjhmelody
🐛 Fixes
- fix: telemetry otlp fixes (#25) @Revolution1
🧪 CI
- ci: use workflow_dispatch (#20) @Revolution1