Skip to content

Releases: yuxki/dyocsp

v0.2.8

15 May 10:21
5eb5f50
Compare
Choose a tag to compare

Changelog

  • 5eb5f50 Merge pull request #43 from yuxki/renovate/golang.org-x-crypto-0.x
  • 325fc1a Update module golang.org/x/crypto to v0.23.0
  • f63a2b1 Merge pull request #31 from yuxki/renovate/github.com-google-go-cmp-0.x
  • d2bebde Merge pull request #32 from yuxki/renovate/github.com-rs-zerolog-1.x
  • 71edb9c Update module github.com/rs/zerolog to v1.32.0
  • 1b2c4d9 Merge pull request #33 from yuxki/renovate/golang.org-x-crypto-0.x
  • 9cbd293 Update module golang.org/x/crypto to v0.22.0
  • addd19c Update module github.com/google/go-cmp to v0.6.0
  • 47cd162 Merge pull request #28 from yuxki/renovate/aws-sdk-go-v2-monorepo
  • b634008 Update aws-sdk-go-v2 monorepo
  • e0670a3 Merge pull request #27 from yuxki/renovate/configure
  • 83d5333 Add renovate.json
  • c4e387a Merge pull request #26 from yuxki/dependabot/go_modules/golang.org/x/crypto-0.17.0
  • 8faf9d1 Bump golang.org/x/crypto from 0.1.0 to 0.17.0

v0.2.7

17 Oct 02:24
cf1457d
Compare
Choose a tag to compare

Changelog

  • cf1457d Merge pull request #25 from atelieryuxki/main
  • b10b245 Merge branch 'yuxki:main' into main
  • b3f3ecb Update docker version.

What's Changed

  • Update docker version in README. by @yuxki in #25

Full Changelog: v0.2.6...v0.2.7

v0.2.6

17 Oct 00:59
a993799
Compare
Choose a tag to compare

Changelog

  • 153d5ec Merge pull request #23 from atelieryuxki/main
  • f93e4f7 Trim "/" prefix when base of path contain "/" at head of string.

What's Changed

  • Fix bugs that trims collect "/" in base64 string. by @yuxki in #24

Full Changelog: v0.2.5...v0.2.6

v0.2.5

17 Oct 00:35
153d5ec
Compare
Choose a tag to compare

Changelog

  • 153d5ec Merge pull request #23 from atelieryuxki/main
  • f93e4f7 Trim "/" prefix when base of path contain "/" at head of string.

What's Changed

  • Trim "/" prefix when base of path contain "/" at head of string. by @yuxki in #23

Full Changelog: v0.2.4...v0.2.5

v0.2.4

16 Oct 23:59
3c7ccc6
Compare
Choose a tag to compare

Changelog

  • 3c7ccc6 Merge pull request #22 from atelieryuxki/main
  • b95bea1 Debug OCSP request path.

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

16 Oct 23:37
3790817
Compare
Choose a tag to compare

Changelog

  • 3790817 Merge pull request #21 from atelieryuxki/main
  • 584aa8a Debug ocsp-request bytes when parsing failed.

What's Changed

  • Debug ocsp-request bytes when parsing failed. by @yuxki in #21

Full Changelog: v0.2.2...v0.2.3

v0.2.2

16 Oct 23:26
3d38ca2
Compare
Choose a tag to compare

Changelog

  • 3d38ca2 Merge pull request #20 from atelieryuxki/main
  • 1d77ea5 Debug ParseRequest failed reason.

What's Changed

  • Debug ParseRequest failed reason. by @yuxki in #20

Full Changelog: v0.2.1...v0.2.2

v0.2.1

16 Oct 11:25
5dc70b6
Compare
Choose a tag to compare

Changelog

  • 5dc70b6 Merge pull request #19 from atelieryuxki/main
  • 7050753 Merge branch 'yuxki:main' into main
  • 0b9e212 Log error for reading ocsp request body block.

What's Changed

  • Log error for reading ocsp request body block. by @yuxki in #19

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Oct 09:49
5b302c7
Compare
Choose a tag to compare

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

  • Support Get Method OCSP Request. by @yuxki in #18

Full Changelog: v0.1.3...v0.2.0

v0.1.3

07 Oct 07:52
c56f93e
Compare
Choose a tag to compare

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