Skip to content

Commit

Permalink
release 0.0.17
Browse files Browse the repository at this point in the history
- added cache control headers to requests
- return ErrSystemNotReady for Connection refused and 502, also always
  reset the client's compatibility error property when versionCheck is called
  so that it always queries the backend.
- bumped semver to 3.2.1
  • Loading branch information
rschmied committed Apr 25, 2023
1 parent 877d99f commit 971c13d
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 43 deletions.
3 changes: 0 additions & 3 deletions vendor/github.com/Masterminds/semver/v3/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 5 additions & 12 deletions vendor/github.com/Masterminds/semver/v3/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 18 additions & 4 deletions vendor/github.com/Masterminds/semver/v3/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions vendor/github.com/Masterminds/semver/v3/SECURITY.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/Masterminds/semver/v3/constraints.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions vendor/github.com/Masterminds/semver/v3/fuzz.go

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/Masterminds/semver/v3 v3.2.0
# github.com/Masterminds/semver/v3 v3.2.1
## explicit; go 1.18
github.com/Masterminds/semver/v3
# github.com/davecgh/go-spew v1.1.1
Expand Down

0 comments on commit 971c13d

Please sign in to comment.