Releases: golang-queue/redisdb-stream
Releases · golang-queue/redisdb-stream
v0.3.0
Changelog
Enhancements
- cbbac46: chore: refactor dependencies and upgrade queue library (@appleboy)
- 9318169: chore: refactor message handling and update dependencies (@appleboy)
- eb139b9: chore: refactor tests and update dependencies for improved stability (@appleboy)
- 3ae8ceb: chore: update dependencies and improve GitHub actions scheduling (@appleboy)
- bbc4d1b: chore: update dependencies and improve test configurations (@appleboy)
- 17a9b6d: chore: update task message handling and dependencies (@appleboy)
Refactor
v0.2.0
Changelog
Enhancements
- 0acb5a6: chore(deps): bump supercharge/redis-github-action from 1.5.0 to 1.8.0 (#23) (@dependabot[bot])
- 2f62c01: chore(oprs): remove the default address (@appleboy)
- 75c0cd8: chore: remove unused dependencies and update logging implementation (@appleboy)
- 0bbb67e: chore: switch logging to
zerolog
and update dependencies (#25) (@appleboy) - c262110: chore: update Go version and dependencies (@appleboy)
- a365dbd: chore: update dependencies and Go version to improve compatibility (@appleboy)
Refactor
Build process updates
Documentation updates
v0.1.0
v0.0.4
Changelog
Enhancements
- 5832ddb chore(deps): upgrade go module
- 57842b7 chore(deps): upgrade goreleaser
- 554b879 chore(queue): refactor queue package (#18)
- bed12d6 chore: refactor codebase and update configurations for improved performance
- 4ec920b chore: update changelog configuration and improve test robustness
- b0c903e chore: update dependencies to latest versions
Build process updates
- edc9893 build: refactor and optimize codebase for improved performance
- 1fd2b75 build: update Go version and refactor byte conversion functions
- af10a72 ci: refine CI workflows and test tolerances
- 3f9a54c ci: refine Go version handling in CI workflows
- d677500 ci: remove support for older Go versions in workflows and
go.mod
- 8974680 ci: update GitHub Actions workflows and dependencies
- c052fc7 ci: update GitHub actions and test matrix for Go versions
v0.0.3
Changelog
Enhancements
- cb6d034 chore(CI): Add go1.19
- f3ffe24 chore(CI): update golangci to v1.50.1
- fc6cc45 chore(CI): upgrade golangci-lint verison
- 7efa5f3 chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#12)
- c2c2084 chore(deps): upgrade go module
- ea795f4 chore(redis): add max length in redis xadd
- 603fcac chore(redis): support block time in XReadGroup
- d694635 chore: upgrade redis to v9
Others
v0.0.2
Changelog
Features
- bc48e0c feat(consumer): start consumer once automatically. (#1)
- 8ccc078 feat(redis): init stream package
- 9b9c869 feat(worker): re-queue the task before shutdown the worker (#3)
- f40b42c feat(worker): support XReadGroup read data
Enhancements
- 5203213 chore(actions): upgrade package
- 134376e chore(deps): bump codecov/codecov-action from 2 to 3 (#6)
- dd491b9 chore(deps): bump goreleaser/goreleaser-action from 2 to 3 (#9)
- 72440f5 chore(stream): check return value after delete message
- d262894 chore: upgrade queue to stable version (#11)
Others
- 7a3ff0d Initial commit
- bd92af7 chore(CI/CD): add dependabot
- 96e00d8 chore(CI/CD): update redis package.
- c06f813 chore(CI/CD): update redis port
- 058a855 feat(CI/CD): enable GitHub Actions
- ef16676 fix(CI/CD): go mod dependency
- 7d7f99f fix(CI/CD): redis cluster
- a58b8d0 test: skip testing in redis cluster
v0.0.1
Changelog
Features
- bc48e0c feat(consumer): start consumer once automatically. (#1)
- 8ccc078 feat(redis): init stream package
- 9b9c869 feat(worker): re-queue the task before shutdown the worker (#3)
- f40b42c feat(worker): support XReadGroup read data
Enhancements
- 5203213 chore(actions): upgrade package
- 134376e chore(deps): bump codecov/codecov-action from 2 to 3 (#6)
- 72440f5 chore(stream): check return value after delete message
- d031c4d chore: upgrade queue to stable version
Others
- 7a3ff0d Initial commit
- bd92af7 chore(CI/CD): add dependabot
- 96e00d8 chore(CI/CD): update redis package.
- c06f813 chore(CI/CD): update redis port
- 058a855 feat(CI/CD): enable GitHub Actions
- ef16676 fix(CI/CD): go mod dependency
- 7d7f99f fix(CI/CD): redis cluster
- a58b8d0 test: skip testing in redis cluster