File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5+
6+ ## [ Unreleased]
7+
8+ ## [ 1.0.0] - 2025-08-29
9+
10+ ### Initial Release
11+
12+ This is the first stable release of cardano-nix. Prior to this version, the project did not follow semantic versioning or maintain a proper changelog.
13+
14+ ### Features
15+
16+ This release provides NixOS modules and packages for the Cardano blockchain ecosystem:
17+
18+ ** Core Services:**
19+
20+ - ** cardano-node** - Cardano blockchain node service
21+ - ** ogmios** - WebSocket API for Cardano integration
22+ - ** kupo** - UTxO indexing service
23+ - ** cardano-db-sync** - Database synchronization service
24+ - ** blockfrost** - API service integration
25+ - ** oura** - Event streaming service
26+
27+ ** Infrastructure:**
28+
29+ - ** HTTP proxy** with load balancing capabilities
30+ - ** Monitoring stack** with Prometheus and Grafana
31+ - ** Private testnet** support for development
32+
33+ ** Developer Tools:**
34+
35+ - Comprehensive documentation with auto-generated API reference
36+ - Flake templates for common deployment scenarios
37+ - Pre-commit hooks and development environment
38+ - Binary cache integration via Hercules CI
39+
40+ ### Package Versions
41+
42+ - cardano-node: 10.3.1
43+ - ogmios: 6.8.0
44+ - kupo: 2.11.0
45+ - blockfrost: 3.1.0
46+ - oura: 1.9.1
47+
48+ ### Notes
49+
50+ - Conway era compatible
51+ - All services include NixOS modules with full configuration options
52+ - Documentation available at GitHub Pages
53+ - Licensed under Apache 2.0
54+
55+ ---
56+
57+ _ Starting from v1.0.0, this project follows semantic versioning and maintains a proper changelog for all releases._
58+
59+ <!-- generated by git-cliff -->
You can’t perform that action at this time.
0 commit comments