Skip to content

Releases: yuxki/cannect

v0.2.0

10 Oct 11:48
bf9dfc8
Compare
Choose a tag to compare

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

v0.1.1

22 Sep 23:42
44d7808
Compare
Choose a tag to compare

Changelog

  • 44d7808 Merge pull request #2 from atelieryuxki/main
  • dc13b13 Merge branch 'main' of github.com:atelieryuxki/cannect into main
  • da7209e Update CA asset checking errors to display URIs.
  • 52aec54 Merge pull request #1 from atelieryuxki/main
  • 6196b59 Add description about GITHUB_TOKEN.

v0.1.0

22 Sep 12:40
Compare
Choose a tag to compare

Changelog