Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 991 Bytes

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 991 Bytes

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.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.