File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## Unreleased
9+
10+ ### Added
11+
12+ - ** HTTP support for State Query protocol** : New stateless HTTP API for one-off queries without maintaining persistent WebSocket connections.
13+ - New ` Xogmios.HTTP ` module as unified entry point for all stateless HTTP APIs
14+ - New ` Xogmios.StateQuery.HTTP ` module for direct HTTP state queries
15+ - Support for both ledger-state and network queries via HTTP
16+ - Automatic URL parsing and WebSocket-to-HTTP conversion (ws:// → http://, wss:// → https://)
17+ - Comprehensive test suite with mocks and error handling
18+ - HTTP client usage example (` examples/http_client.ex ` ) demonstrating stateless operations
19+
820## [ v0.7.1] ( https://github.com/wowica/xogmios/releases/tag/v0.7.1 ) (2025-07-16)
921
1022### Fixed
You can’t perform that action at this time.
0 commit comments