Skip to content

Commit

Permalink
Merge pull request #161 from ripienaar/0020
Browse files Browse the repository at this point in the history
Release 0.0.20
  • Loading branch information
ripienaar authored Dec 7, 2020
2 parents 95ad014 + 62d67de commit 832fe53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions api/server/advisory/client_disconnect.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ func init() {
err = event.RegisterTextExtendedTemplate("io.nats.server.advisory.v1.client_disconnect", `
[{{ .Time | ShortTime }}] [{{ .ID }}] Client Disconnection
{{ if .Reason }}
Reason: {{ .Reason }}
Reason: {{ .Reason }}
{{- end }}
Server: {{ .Server.Name }}
Server: {{ .Server.Name }}
{{- if .Server.Cluster }}
Cluster: {{ .Server.Cluster }}
Cluster: {{ .Server.Cluster }}
{{- end }}
Client:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/dustin/go-humanize v1.0.0
github.com/nats-io/nats-server/v2 v2.1.8-0.20201126001621-0e8e85c52f8b
github.com/nats-io/nats-server/v2 v2.1.8-0.20201204171240-e1b590db604e
github.com/nats-io/nats.go v1.10.1-0.20201111151633-9e1f4a0d80d8
google.golang.org/protobuf v1.24.0 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ github.com/nats-io/nats-server/v2 v2.1.8-0.20200601203034-f8d6dd992b71/go.mod h1
github.com/nats-io/nats-server/v2 v2.1.8-0.20200929001935-7f44d075f7ad/go.mod h1:TkHpUIDETmTI7mrHN40D1pzxfzHZuGmtMbtb83TGVQw=
github.com/nats-io/nats-server/v2 v2.1.8-0.20201103213111-0965a20b516d h1:zNXqQAfBphOwTdcjnd+6wM4dmMKpW5u3a9vyBhtcEIc=
github.com/nats-io/nats-server/v2 v2.1.8-0.20201103213111-0965a20b516d/go.mod h1:XD0zHR/jTXdZvWaQfS5mQgsXj6x12kMjKLyAk/cOGgY=
github.com/nats-io/nats-server/v2 v2.1.8-0.20201126001621-0e8e85c52f8b h1:lcVbx1mu56GIx7tSrJEamg5CI70RxCcG1OS+Rrn0TVo=
github.com/nats-io/nats-server/v2 v2.1.8-0.20201126001621-0e8e85c52f8b/go.mod h1:XD0zHR/jTXdZvWaQfS5mQgsXj6x12kMjKLyAk/cOGgY=
github.com/nats-io/nats-server/v2 v2.1.8-0.20201204171240-e1b590db604e h1:fnpbBmRJVwTKpHOK5mDVbEfTBaYTTZSbAx/HIfPhYo4=
github.com/nats-io/nats-server/v2 v2.1.8-0.20201204171240-e1b590db604e/go.mod h1:XD0zHR/jTXdZvWaQfS5mQgsXj6x12kMjKLyAk/cOGgY=
github.com/nats-io/nats.go v1.10.0 h1:L8qnKaofSfNFbXg0C5F71LdjPRnmQwSsA4ukmkt1TvY=
github.com/nats-io/nats.go v1.10.0/go.mod h1:AjGArbfyR50+afOUotNX2Xs5SYHf+CoOa5HH1eEl2HE=
github.com/nats-io/nats.go v1.10.1-0.20200531124210-96f2130e4d55 h1:AaYp5amXO8fkWw6ZUEjGFiWdj8FfjOGDquae7Ne5JOU=
Expand Down

0 comments on commit 832fe53

Please sign in to comment.