Releases: yuxki/cannect
Releases · yuxki/cannect
v0.2.0
Changelog
- bf9dfc8 Merge pull request #12 from atelieryuxki/main
- 10c84dd Start to support AWS S3 catalog.
- 052e4bc Merge pull request #11 from atelieryuxki/main
- 05db8a2 Split creating CannectJson process from main.
- 75e4601 Handle error related to closing file.
- 41d8207 Merge pull request #10 from atelieryuxki/main
- 2020df4 Use errgroup.Group instead of sync.WaitGroup to handle error.
- 9997b19 Merge pull request #9 from atelieryuxki/main
- faf80d1 Use empty struct for set using map instead of interface{}.
- de52353 Merge pull request #8 from atelieryuxki/main
- 85be71a Use sentinel errors instead of self-defined error for expecatble errors.
- b180a74 Merge pull request #7 from atelieryuxki/main
- a4e6e9c Remove inappropriate use of panic.
- f8bf74c Merge pull request #6 from atelieryuxki/main
- 4fd5199 Change unnecessary copies within range to index-based references.
- f582fcb Merge pull request #5 from atelieryuxki/main
- 635f36c Mitigate potential conflicts between variable names and package names.
- 9a68849 Merge pull request #4 from atelieryuxki/main
- 4f8c55b Separate interfaces from implementations for each package.
- 7987845 Remove unrequired functional arguments.
- 0f31fd2 Merge pull request #3 from atelieryuxki/main
- 5c713b1 Remove unnecessary methods.
What's Changed
- Remove unnecessary methods. by @yuxki in #3
- Separate interfaces from implementations for each package. by @yuxki in #4
- Mitigate potential conflicts between variable names and package names. by @yuxki in #5
- Change unnecessary copies within range to index-based references. by @yuxki in #6
- Remove inappropriate use of panic. by @yuxki in #7
- Use sentinel errors instead of self-defined error for expecatble errors. by @yuxki in #8
- Use empty struct for set using map instead of interface{}. by @yuxki in #9
- Use errgroup.Group instead of sync.WaitGroup to handle error. by @yuxki in #10
- Handle error related to closing file. by @yuxki in #11
- Start to support AWS S3 catalog. by @yuxki in #12
Full Changelog: v0.1.1...v0.2.0