Skip to content

Tags: gin-contrib/cache

Tags

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
fix(test): replace WriteString+Sprintf with fmt.Fprintf

- Use fmt.Fprintf instead of WriteString(fmt.Sprintf(...)) in benchmark helper

v1.4.3

Toggle v1.4.3's commit message
Release v1.4.3

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
docs: correct example link to reference proper directory

- Update the example link to reference the correct _example directory

Signed-off-by: appleboy <[email protected]>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
docs: clarify project title and improve documentation navigation

- Update project title to "Cache middleware" for clarity
- Add a detailed table of contents to improve navigation

Signed-off-by: appleboy <[email protected]>

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
fix: improve error handling and update Go linting and workflow

- Update golangci-lint action to version `v7` in the GitHub workflow file
- Remove trailing periods from error messages in `cache_store.go`
- Update method calls in `memcached_binary.go` to use local methods instead of `s.Client`
- Check for errors on closing connections and log them in `memcached_test.go`
- Import `fmt` package in `redis.go`
- Check for errors on closing connections and log them in `redis.go`
- Wrap connection close operations inside a defer func to handle errors in `redis.go`
- Handle errors when closing connections and flushing cache in `redis_test.go`

Signed-off-by: appleboy <[email protected]>

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
test: add comprehensive tests for serialization and deserialization f…

…unctions

- Add test file `serialzer_test.go` for serialization and deserialization functions
- Implement tests for `Serialize` function with various data types
- Implement tests for `Deserialize` function with various data types
- Add tests for gob encoding and decoding with a custom struct

Signed-off-by: appleboy <[email protected]>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
build: refactor build and release configurations

- Update the `go-version` to be read from `go.mod`
- Change the release arguments to `release --clean`
- Add a new file `.goreleaser.yaml` with configuration settings for builds and changelog categories

Signed-off-by: Bo-Yi Wu <[email protected]>

v1.2.0

Toggle v1.2.0's commit message
remove .travis.yml

v1.1.0

Toggle v1.1.0's commit message
add go module testing

Signed-off-by: Bo-Yi Wu <[email protected]>