Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

42 lines (29 loc) · 1.39 KB

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.

[0.3.0]

Added

  • Add RunParameters::data_network_ip for ease of finding the IP within the data network assigned to the instance. See PR 22.

Change

  • Change RunParameters::test_instance_params from String to HashMap which contains key-value pairs from parsing the parameter string. See PR 19.

[0.2.0]

Added

  • Add PubSub, Network Shaping & Metrics. See PR 6.

Change

  • Take ownership of Client when signaling success / failure. See PR 7.

Fixed

  • Make events payload compatible with the go-sdk. See PR 14

[0.1.1]

Added

  • Add Client::publish_success to signal instance success to daemon and sync service. See PR 5.

[0.1.0] - 2022-01-24

Added

  • Add initial scaffolding with basic synchronization client. See PR 1.