-
Notifications
You must be signed in to change notification settings - Fork 7
changelog: add v0.4.0 release notes #1050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| ## [v0.4.0](https://github.com/malbeclabs/doublezero/compare/client/v0.3.0...client/v0.4.0) – 2025-08-04 | ||
|
|
||
| This release adds contributor ownership, reference counting, and improved CLI outputs for devices and links. It introduces internet latency telemetry, with support for collection, Prometheus metrics, and writing samples to the ledger. Device telemetry now uses ledger epochs for network-wide consistency. | ||
|
|
||
| - **Serviceability Model Improvements** | ||
| - Contributor creation includes an `owner` field; device/link registration enforces contributor consistency | ||
| - Contributor field shown in CLI `list` and `get` commands for devices and links | ||
| - `reference_count` added to contributors, devices, locations, and exchanges | ||
| - New fields added to `Device` and `Link`, including an `interfaces` array for `Device` | ||
| - Go SDK updated to support new DZD metadata account layouts | ||
| - **CLI & UX Improvements** | ||
| - Provisioning (`connect`, `decommission`) UX improved: clearer feedback, better spinners, and more accurate status messages | ||
| - `doublezero latency` output includes device code alongside pubkey | ||
| - `doublezero device` and `doublezero link` commands updated to show new metadata fields | ||
| - Added `doublezero device interface` subcommands for managing interfaces | ||
| - `keygen` command now supports `--outfile` (`-o`) flag to generate keys directly to a file | ||
| - **Device Latency Telemetry** | ||
| - Agent now uses ledger epoch instead of wallclock-based epoching | ||
| - Account layout updated to move `epoch` after discriminator for efficient filtering | ||
| - **Internet Latency Telemetry** | ||
| - Internet latency collectors write samples to the ledger using epoch-based partitioning | ||
| - Telemetry program supports ingesting external control-plane latency samples | ||
| - Prometheus metrics expose collector operation, failure rates, and credit balances | ||
| - Go SDK support for initializing and submitting latency samples | ||
| - **End-to-End Tooling** | ||
| - Multicast monitor utility added for provisioning validation | ||
| - Multi-client e2e tests cover IBRL with and without IP allocation | ||
|
|
||
| ## [v0.3.0](https://github.com/malbeclabs/doublezero/compare/client/v0.2.2...client/v0.3.0) - 2025-07-28 | ||
|
|
||
| This release introduces network contributor registration, device interface management, and the initial telemetry system for link latency. Prometheus metrics were added to the activator and client for observability. Provisioning flows now enforce contributor presence and IP uniqueness per user. | ||
|
|
||
| - **Contributor Support** | ||
| - Added CLI support for contributor management via `doublezero contributor` | ||
| - Used to register network contributors in the DoubleZero system | ||
| - **Device Interface Management** | ||
| - Added device interface CRUD commands for managing interfaces on a device | ||
| - Interface metadata will be used by the controller to generate device configuration | ||
| - **Link Telemetry System** | ||
| - Introduced TWAMP-based telemetry agent and onchain program for measuring RTT and packet loss between devices | ||
| - Lays the foundation for performance-based rewards for bandwidth contributors | ||
| - **Prometheus Metrics** | ||
| - Activator and client now export Prometheus metrics (build info, BGP session status) | ||
| - **Provisioning & Decommissioning** | ||
| - Enforced one tunnel per user per IP address | ||
| - Contributor field now required when creating devices and links | ||
| - **Activator** | ||
| - Improved metrics and error handling | ||
| - Added graceful shutdown and signal handling | ||
| - **Client** | ||
| - Added `-json` output flag for `status` and `latency` commands | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.