Skip to content

Commit 4282d33

Browse files
committed
Update CHANGELOG
1 parent 73d7714 commit 4282d33

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

0 commit comments

Comments
 (0)