# Changelog All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. --- ## [0.1.2] - 2024-01-25 ### Bug Fixes - **(saver)** add return to remove repetitive writing - **(security)** socket path and ut bug - MANIFEST does not contain all fastcrypto lib files ### Documentation - update readme ### Features - **(security)** fetch key and iv - **(security)** get and refresh sfcs aksk from datapipe - **(security)** get namenode ip from datapipe and fix write xml bug - **(sfcs)** decide load use sfcs sdk from environ ## [0.1.1] - 2023-11-17 ### Bug Fixes - **(sfcs)** keep in consistent with reading when open for writing - **(ut)** delete potential residual test file before testing - fix ci release and update readme for pip install ### Documentation - use index-url as default install method ### Features - **(ci)** add import format tool in ci - **(saver)** introduce saver class to aggregate save operations - **(security)** add cipher in sfcs sdk - **(sfcs)** load and save pt - load pt file in parallel from sfcs ### Miscellaneous Chores - bump version to v0.1.0 - bump version to v0.1.1 ### Performance - make the read usage with good alignment.