Skip to content

v0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 07:52
· 34 commits to main since this release
c56f93e

Changelog

  • c56f93e Merge pull request #17 from atelieryuxki/main
  • eb2fd2f Add an option to notify that a batch updated the cache store.
  • ee496a5 Merge pull request #16 from atelieryuxki/main
  • 95d0623 Use sync.RWMutex instead of sync.Mute.
  • e9e012a Merge pull request #15 from atelieryuxki/main
  • 89454a5 Fixed an error caused by incorrect usage of the shuffle option.
  • cd467fd Add race checks from a testing perspective and fixed test errors using Mutex.
  • 74fefb2 Merge pull request #14 from atelieryuxki/main
  • be01915 Handle error related to closing file.
  • 86efdcf Merge pull request #13 from atelieryuxki/main
  • 65f576f Merge branch 'main' of github.com:atelieryuxki/dyocsp into main
  • e8bef4b Use empty struct for set using map instead of interface{}.
  • 87f7dfc Merge pull request #12 from atelieryuxki/main
  • 88606b8 Remove inappropriate use of panic.
  • 77b60a4 Merge pull request #11 from atelieryuxki/main
  • 36c4b6f Merge branch 'main' of github.com:atelieryuxki/dyocsp into main
  • d0feb60 Change unnecessary copies within range to index-based references.
  • a109375 Merge pull request #10 from atelieryuxki/main
  • b44891a Merge branch 'yuxki:main' into main
  • 2f97a00 Unified code for checking nil slices or empty slices as len(n) != 0.
  • 64f619a Implement a fail-safe for negative time options.

What's Changed

  • Update code to be more safe. by @yuxki in #10
  • Change unnecessary copies within range to index-based references. by @yuxki in #11
  • Remove inappropriate use of panic. by @yuxki in #12
  • Use empty struct for set using map instead of interface{}. by @yuxki in #13
  • Handle error related to closing file. by @yuxki in #14
  • Add race and shuffle testing perspectives. by @yuxki in #15
  • Use sync.RWMutex instead of sync.Mute. by @yuxki in #16
  • Add an option to notify that a batch updated the cache store. by @yuxki in #17

Full Changelog: v0.1.2...v0.1.3