Releases: golang-queue/nats
Releases · golang-queue/nats
v0.2.0
Changelog
Enhancements
- f1214fa: chore: refactor producer-consumer example and update dependencies (@appleboy)
- ae3fd65: chore: switch to containerized NATS setup for tests (@appleboy)
- ad78b30: chore: update Go version and dependencies for improved stability (@appleboy)
- 2f40631: chore: update Go version and dependencies, refactor test for timeout (@appleboy)
- 10e9d9a: chore: update dependencies and improve test configurations (@appleboy)
- 39532de: chore: update dependencies and improve test configurations (@appleboy)
- 210c4c2: chore: update dependencies and refactor message handling (@appleboy)
Refactor
Build process updates
Others
v0.1.0
Changelog
Features
- 9d74edb: feat: update nats_test.go and README.md files for nats-slave container and queue configuration (@appleboy)
Bug fixes
Enhancements
- a532a5e: chore(CI): Add go1.19 (@appleboy)
- 9bfc57c: chore(CI): remove specific golang-lint version (@appleboy)
- 06ec1de: chore(CI): upgrade to go1.20 (@appleboy)
- 54c5c5f: chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#23) (@dependabot[bot])
- 4ba8c29: chore(deps): bump github/codeql-action from 2 to 3 (#45) (@dependabot[bot])
- da75368: chore(deps): upgrade (@appleboy)
- f50489c: chore(deps): upgrade go module (@appleboy)
- df9ad16: chore(deps): upgrade go module (@appleboy)
- 4dce24a: chore(queue): refactor queue package (#34) (@appleboy)
- 4f4fe83: chore: remove
depguard
linter from.golangci.yml
file (@appleboy) - a3c11d4: chore: update GitHub Actions configuration (@appleboy)
- a2e3322: chore: update Go version and dependencies (@appleboy)
- 05406e7: chore: update changelog configuration and improve test reliability (@appleboy)
- 19e0377: chore: update dependencies for improved stability (@appleboy)
- 6d22889: chore: update dependencies to latest versions (@appleboy)
- e89f098: chore: update dependency versions in test suite (@appleboy)
- e055a76: chore: update error message format. (@appleboy)
- 808f40b: chore: update go-version and release command arguments (@appleboy)
Build process updates
- 520f642: build: refine CI and Bump Go Version Requirement (@appleboy)
- a1476be: ci: improve CI configuration and API integration (@appleboy)
- 3138b12: ci: refine CI workflows and test tolerances (@appleboy)
- d6205e8: ci: update CI configuration and dependencies for Go projects (@appleboy)
- 9b0c284: ci: update GitHub Actions and dependencies (@appleboy)
Documentation updates
Others
v0.0.8
v0.0.7
Changelog
Features
- 0e51823 feat(queue): Re-Queue Task Before Shutdown worker (#11)
- 8b586d6 feat(worker): add request method (#9)
- 6de9f4c feat(worker): support disable consumer (#12)
- b4e8cbd feat: use unbuffered channel to handle new task
Bug fixes
- e0db124 fix: unsubscribe channel if start the consumer
Enhancements
- 70de91f chore(deps): bump actions/cache from 2 to 3 (#15)
- 4c79dfb chore(deps): bump codecov/codecov-action from 2 to 3 (#16)
- 6166b8d chore(deps): bump github/codeql-action from 1 to 2 (#14)
- 476fc66 chore(github): upgrade some action package
- b86014a chore(go): upgrade go module to go1.18 version
- 8700f0e chore(go): upgrade go module to go1.18 version
- 14fc9e6 chore(queue): upgrade to latest version
- 281bcb2 chore(worker): remove before and after method
- 0cbfbd1 chore(worker): remove disable consumer flag (#13)
- dd33b55 chore(worker): remove metrics and add new method (#7)
- 1bc4445 chore(worker): remove unused method
- 3a415cf chore: actions/checkout from 2 to 3
- 55dd269 chore: upgrade queue to stable version
Others
v0.0.6
v0.0.5: chore(module): upgrade nats version
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
v0.0.4: chore(metric): Add metric interface
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
v0.0.3: chore: upgrade queue to v0.0.8
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
v0.0.2: chore: update example
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
v0.0.1: docs: update badge
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>