Releases: yuxki/dyocsp
Releases · yuxki/dyocsp
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Changelog
- 5b302c7 Merge pull request #18 from atelieryuxki/main
- f93169f Modify Document to follow supporting GET Method.
- 9d8f0bb Use different port for TestCacheHandler_ServeHTTP_GET_ResponseSuccess from POST one.
- 39bfbd3 Support Get Method OCSP Request.
What's Changed
Full Changelog: v0.1.3...v0.2.0
v0.1.3
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
v0.1.2
Changelog
- a90e0dd Add CacheHandlerOption instead of CacheHandlerSpec.
- 4d343e5 Fix test bugs.
- f55fd74 Fix error from golangci-lint, and disable exhaustive.
- 05cc403 Add CacheBatchOption instead of CacheBatchSpec.
- ad4225f Enable "ireturn" linter.
- 6caa0fc Redefined CADBClient as the DBClient interface required by CacheBatch.
- a8be571 Rename the Getter to a commonly used one in Go.
- 50e925a Update time.Now().UTC() to date.GMT() in the custom package and made now retrieval injectable.
- b6cb373 The test certificates had expired, so they were replaced with certificates valid for 100 years.
v0.1.1
Changelog
- 7fc550a Merge pull request #3 from atelieryuxki/main
- 9e03c7a Merge branch 'main' of github.com:atelieryuxki/dyocsp into main
- 3666bdf Use
apk add
with--no-cache
. - 4761999 Merge pull request #2 from atelieryuxki/main
- 0d1d212 Merge branch 'main' of github.com:atelieryuxki/dyocsp into main
- 6d85b4b Add information about the Docker image.
- 99f4f00 Merge pull request #1 from atelieryuxki/main
- 182d656 Enable draft.
- a732442 Add initial docker.yml.
- 0ea4fbd Add "Go Report Card".
- 083f1b9 Add the codecov badge.
- 7e6442a Updated the test command to obtain coverage.
- b9fb72b Add codecov-action.