Skip to content

Commit 6bb2d75

Browse files
committed
merged the read.me update on river queue matrix
1 parent 361d469 commit 6bb2d75

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,5 +326,6 @@ cfg = cfg.WithMetricsCallback(func(metrics config.JobMetrics) {
326326

327327
Upcoming features planned for GoQueue:
328328

329-
- **MySQL Driver**: Additional SQL backend option.
330-
.
329+
- **NATS Driver**: NATS as backend option.
330+
- **Event Bus**: For better metric collection.
331+
- **Transaction interface**.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package goqueue
22

33
// Version represents the current version of GoQueue
4-
const Version = "0.2.1"
4+
const Version = "0.2.2"

0 commit comments

Comments
 (0)