Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Version and Update dependencies for Jetstream Support #60

Merged
merged 2 commits into from
Dec 15, 2021

Commits on Dec 15, 2021

  1. Bump version for Jetstream support

    Signed-off-by: Ben Werthmann <ben@synadia.com>
    bwerthmann committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    bcff579 View commit details
    Browse the repository at this point in the history
  2. Update dependencies for Jetstream Support

    Pull all dependencies with 'go get -u'.
    
    nats-server v2.3.0 added new fields to 'server.ServerStats'
    
        ActiveServers    int            `json:"active_servers,omitempty"`
        JetStream        *JetStreamVarz `json:"jetstream,omitempty"`
    
    Related PRs:
    
    * JetStream: nats-io/nats-server#2269
    * ActiveServers: nats-io/nats-server#2276
    
    Signed-off-by: Ben Werthmann <ben@synadia.com>
    bwerthmann committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    437cad5 View commit details
    Browse the repository at this point in the history