CHANGELOG.md 1.29 KB
Newer Older
huteng.ht's avatar
huteng.ht committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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. 

<!-- generated by git-cliff -->