Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
1.2.0 - 2026-01-21
Added
- Support for arbitrary "paltform" names as device type in certificate verification.
1.0.1 - 2025-09-16
Added
- ExDoc configuration.
linksmetadata pointing to GitHub and the Changelog.
Changed
- Move Orchestrator API doc to
docs/orchestrator-api.md(fromdoc/).
1.0.0 - 2025-09-09
Added
auto_connectoption for connection behavior.
Changed
- Verification hardening: support a limited allowed-device list in TLS verify fun.
Fixed
- Typo fixes in
sys.config.
Security
- Rotated to a new CA for TLS.
Note: No breaking changes since 0.2.0; promoting the API to stable.
0.2.0 - 2025-02-14
Added
- Ping neighbours in loop to improve liveness signals.
Changed
- Replace
jiffywith native OTP JSON support. - Drop custom OTP image.
- Switch Docker base to official
erlang:27-*images. - Adjust TLS distribution options for OTP 27.
- Change braidnet API port.
- Updated rebar app template and developer guidance.
- Update signing API and related crypto handling.
- Increase RPC timeout to 60_000.
- Remove
git_url_rewritesfromrebar3_dockerdefault settings.
Fixed
- Configuration typos and minor robustness improvements.
- Fix match in ping loop.
Security
- Use TLS for internal braidnode-braidnet connection.
- Set
fail_if_no_peer_cert = truefor server-side SSL dist. - Print a warning if
epmdis not started when attempting registration.
0.1.0 - 2023-07-01
Added
- Initial release.