Skip to content

Latest commit

 

History

History
158 lines (89 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

158 lines (89 loc) · 3.03 KB

Change Log

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.

v1.4.0

(2024-06-13)

  • Add auth. header to /os/v1/config requests [Anton Belodedenko]

v1.3.0

(2023-11-23)

  • Migrate existing functionality to new os-config schema [Christina Ying Wang]

v1.2.23

(2023-08-11)

  • Add unit tests for public functions in config_json.rs [Christina Ying Wang]

v1.2.22

(2023-05-22)

  • Bump clap to v4 [Zahari Petkov]

v1.2.21

(2023-05-22)

  • Switch env_logger to v0.10 [Zahari Petkov]

v1.2.20

(2023-05-22)

  • Timeout for tests and test-server port check [Zahari Petkov]

v1.2.19

(2023-05-16)

  • Switch from tempdir to tempfile for dev dependencies [Zahari Petkov]

v1.2.18

(2023-05-16)

  • Switch to zbus D-Bus library [Zahari Petkov]

v1.2.17

(2023-05-04)

  • Upgrade reqwest to v0.11 [Zahari Petkov]

v1.2.16

(2023-05-03)

  • Bump anyhow to v1.0.71 [Zahari Petkov]

v1.2.15

(2023-05-03)

  • Upgrade actix-web to 4.2 and fatrw to latest [Zahari Petkov]

v1.2.14

(2023-05-03)

  • Remove redundant imports [Zahari Petkov]

v1.2.13

(2023-05-01)

  • Fix clippy warnings introduced in Rust 1.67 [Zahari Petkov]

v1.2.12

(2023-04-28)

  • Drop dependency of systemd when running tests [Zahari Petkov]

v1.2.11 - 2022-08-08

  • Cargo: update dependencies to v1.62 [Alex Gonzalez]

v1.2.10 - 2022-08-01

  • Pin fatrw to rev instead of tag as it is better supported by yocto [Zahari Petkov]

v1.2.9 - 2022-06-29

  • Pin fatrw to v0.1.10 [Zahari Petkov]

v1.2.8 - 2022-06-28

  • Pin fatrw to rev instead of tag as yocto build rejects that [Zahari Petkov]

v1.2.7 - 2022-06-28

  • Pin fatrw to specific release [Zahari Petkov]

v1.2.6 - 2022-06-21

  • Remote LTO optimization [Zahari Petkov]

v1.2.5 - 2022-06-20

  • Remove panic="abort" as it breaks meta-rust [Zahari Petkov]

v1.2.4 - 2022-06-13

  • Optimize binary size in release builds [Zahari Petkov]

v1.2.3 - 2022-05-30

  • Incorporating fatrw for safe fat fs operations [Zahari Petkov]

v1.2.2 - 2021-12-22

  • Fix misnamed variable [dfunckt]

v1.2.1 - 2021-05-04

  • Os-config: rename resin-supervisor to balena-supervisor [Kyle Harding]

v1.2.0 - 2021-02-23

  • Os-config: rename flasher flag path [Kyle Harding]

v1.1.4 - 2020-05-13

  • Versionbot: Add changelog yml file [Alex Gonzalez]

v1.1.3 - 2020-03-24

  • Reorder module dependencies [Zahari Petkov]
  • Pin serde version to v1.0.94 [Zahari Petkov]

v1.1.2 - 2020-02-03

  • Block on random until success [Zahari Petkov]

v1.1.1 - 2019-05-28

  • Cargo.lock: Update to fix mdns in reqwest [Andrei Gherzan]

v1.1.0 - 2019-01-09

  • Rust 1.31.1 compatibility [Zahari Petkov]

v1.0.0 - 2018-12-04

  • Officially release v1.0.0 [Zahari Petkov]

v0.0.2 - 2018-12-04

  • Struct definitions for the JSON configs [majorz]
  • Mock test server based on hyper [majorz]
  • VersionBot integration [majorz]

v0.0.1 - 2018-02-26

  • Initialize Rust project [majorz]