This repository was archived by the owner on Oct 22, 2021. It is now read-only.
File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
7
7
8
+ ## [ v3.4.0] - 2021-08-19
9
+
10
+ ### Added
11
+
12
+ - feat: Implement CreateLink and setup linker test in go-service-fs (#63 )
13
+ - feat: Add EvalSymlinks to fix link related tests (#64 )
14
+
15
+ ### Changed
16
+
17
+ - ci: Allow every one run integration tests (#61 )
18
+ - ci: Fix pull_request not triggered tests
19
+
20
+ ### Fixed
21
+
22
+ - Fix writeAppend will truncate data if file exists (#60 )
23
+ - fix: Fixed workDir not matching when workDir is a symbolic link (#66 )
24
+ - fix: List could return duplicated files on unix platform (#69 )
25
+
8
26
## [ v3.3.0] - 2021-07-21
9
27
10
28
### Added
@@ -77,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
95
78
96
- Implement fs services.
79
97
98
+ [ v3.4.0 ] : https://github.com/beyondstorage/go-service-fs/compare/v3.3.0...v3.4.0
80
99
[ v3.3.0 ] : https://github.com/beyondstorage/go-service-fs/compare/v3.2.0...v3.3.0
81
100
[ v3.2.0 ] : https://github.com/beyondstorage/go-service-fs/compare/v3.1.0...v3.2.0
82
101
[ v3.1.0 ] : https://github.com/beyondstorage/go-service-fs/compare/v3.0.0...v3.1.0
You can’t perform that action at this time.
0 commit comments