All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to Semantic Versioning.
- Add auth. header to /os/v1/config requests [Anton Belodedenko]
- Migrate existing functionality to new os-config schema [Christina Ying Wang]
- Add unit tests for public functions in config_json.rs [Christina Ying Wang]
- Bump clap to v4 [Zahari Petkov]
- Switch env_logger to v0.10 [Zahari Petkov]
- Timeout for tests and test-server port check [Zahari Petkov]
- Switch from
tempdir
totempfile
for dev dependencies [Zahari Petkov]
- Switch to zbus D-Bus library [Zahari Petkov]
- Upgrade reqwest to v0.11 [Zahari Petkov]
- Bump anyhow to v1.0.71 [Zahari Petkov]
- Upgrade actix-web to 4.2 and fatrw to latest [Zahari Petkov]
- Remove redundant imports [Zahari Petkov]
- Fix clippy warnings introduced in Rust 1.67 [Zahari Petkov]
- Drop dependency of systemd when running tests [Zahari Petkov]
- Cargo: update dependencies to v1.62 [Alex Gonzalez]
- Pin fatrw to rev instead of tag as it is better supported by yocto [Zahari Petkov]
- Pin fatrw to v0.1.10 [Zahari Petkov]
- Pin fatrw to rev instead of tag as yocto build rejects that [Zahari Petkov]
- Pin fatrw to specific release [Zahari Petkov]
- Remote LTO optimization [Zahari Petkov]
- Remove panic="abort" as it breaks meta-rust [Zahari Petkov]
- Optimize binary size in release builds [Zahari Petkov]
- Incorporating fatrw for safe fat fs operations [Zahari Petkov]
- Fix misnamed variable [dfunckt]
- Os-config: rename resin-supervisor to balena-supervisor [Kyle Harding]
- Os-config: rename flasher flag path [Kyle Harding]
- Versionbot: Add changelog yml file [Alex Gonzalez]
- Reorder module dependencies [Zahari Petkov]
- Pin serde version to v1.0.94 [Zahari Petkov]
- Block on random until success [Zahari Petkov]
- Cargo.lock: Update to fix mdns in reqwest [Andrei Gherzan]
- Rust 1.31.1 compatibility [Zahari Petkov]
- Officially release v1.0.0 [Zahari Petkov]
- Struct definitions for the JSON configs [majorz]
- Mock test server based on
hyper
[majorz] - VersionBot integration [majorz]
- Initialize Rust project [majorz]