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.
- Add
RunParameters::data_network_ip
for ease of finding the IP within the data network assigned to the instance. See PR 22.
- Change
RunParameters::test_instance_params
fromString
toHashMap
which contains key-value pairs from parsing the parameter string. See PR 19.
- Add PubSub, Network Shaping & Metrics. See PR 6.
- Take ownership of
Client
when signaling success / failure. See PR 7.
- Make events payload compatible with the go-sdk. See PR 14
- Add
Client::publish_success
to signal instance success to daemon and sync service. See PR 5.
- Add initial scaffolding with basic synchronization client. See PR 1.