Skip to content

Releases: jwendel/smcache

Update deps for HTTP/2 rapid reset

30 Oct 14:23
Compare
Choose a tag to compare

Go mod update (1.18)

23 Jul 22:39
Compare
Choose a tag to compare

Update to go 1.18, and update all deps.

Go mod update

24 Feb 04:22
Compare
Choose a tag to compare

go mod update again. Also minor logging text update.

Go mod update (1.17)

23 Dec 14:39
Compare
Choose a tag to compare

Updated deps and moved to go 1.17. No code changes.

Go mod update

22 Mar 02:51
Compare
Choose a tag to compare

update go version to 1.16, and updated deps.

Underlying API update

10 May 22:37
Compare
Choose a tag to compare
  • It looks like Google released a stable API version for the Secret Manager API, though there were no changes that impacted this library. I went ahead and moved to it. This moves from the v1beta1 API to the v1 api for Secret Manager.
  • Google updated the docs to say secret names are limited to 255 chars, which I've documented and now trim secret names to that length.
  • Did some minor lint cleanup.

Readme updates

10 May 04:48
Compare
Choose a tag to compare

smcache should be ready for use by others. It has been the backing store for one of my website for ~5 months, and has gone through 1 cert rotation without issue. Readme's are now up-to-date and should give a good starting place for others that want to use this library.

I'll likely promote this to the 1.0.0 release once doing one more review of the code.

Tests complete

26 Feb 05:42
Compare
Choose a tag to compare
  • Near 100% test coverage now.
  • Cleaned up some lint warnings, nothing major.
  • Included a couple examples in the repo, which gives nice sanity checks on 'go build', plus shows how to use it.