Skip to content

Tags: golang-queue/nats

Tags

v0.2.0

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: refactor producer-consumer example and update dependencies

- Delete the README file for the producer-consumer example
- Change `QueuedMessage` to `TaskMessage` in consumer and worker main functions
- Update the method from `m.Bytes()` to `m.Payload()` in consumer and worker main functions
- Remove `nats.WithDisableConsumer()` from the producer main function
- Upgrade `github.com/golang-queue/queue` dependency from v0.2.1 to v0.3.0
- Remove indirect dependencies `github.com/vmihailenco/msgpack/v5` and `github.com/vmihailenco/tagparser/v2` from go.mod and go.sum files

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v0.1.0

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
ci: improve CI configuration and API integration

- Set `fetch-depth` to `0` in the `actions/checkout` step to fetch all history

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v0.0.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.5 (#22)

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.3 to 1.7.5.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.7.3...v1.7.5)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.0.7

chore: upgrade queue to stable version

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v0.0.6

chore(release): add goreleaser config

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>