Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 598 Bytes

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 598 Bytes

Go Sync Changelog

All notable changes to Go Sync will be documented in this file. For changes related to a specific adapter, please look in the relevant folder within this repo.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.0.0

Removed

  • New functions are no longer recommended to instantiate adapters, and have been replaced with InitFn.

Changed

  • InitFn signature has been updated to allow adapters to take an arbitrary number of ConfigFn.