Skip to content

Commit

Permalink
bump to v1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
  • Loading branch information
Gsantomaggio committed Sep 11, 2023
1 parent 484176b commit 206284a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
11 changes: 11 additions & 0 deletions examples/tail/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Stream Tail
===

Arguments:

1. Stream URI
2. Stream name
3. Start position (first, last, next)
```
"rabbitmq-stream://guest:guest@localhost:5552/" my_stream first
```
2 changes: 1 addition & 1 deletion pkg/stream/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
const initBufferPublishSize = 2 + 2 + 1 + 4

const (
ClientVersion = "1.2.0"
ClientVersion = "1.2.1"

commandDeclarePublisher = 1
commandPublish = 2
Expand Down

0 comments on commit 206284a

Please sign in to comment.