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 github.com/nats-io/nats-server/v2 from 2.8.4 to 2.9.0 #330

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2022

Bumps github.com/nats-io/nats-server/v2 from 2.8.4 to 2.9.0.

Release notes

Sourced from github.com/nats-io/nats-server/v2's releases.

Release v2.9.0

Changelog

IMPORTANT NOTE: Leafnode connections will now be closed if the cluster name is detected to be the same on the "hub" and "spoke", and reconnect attempts will be delayed by 30 seconds. If you are unaware of this misconfiguration you may experience a split network for longer than expected during the upgrade process. See the CHANGED section below and more details in pull request #3232.

Go Version

  • 1.19.1: Both release executables and Docker images are built with this Go release.

Added

  • JetStream:
    • A new stream configuration field AllowDirect allows capable client libraries to have a new API that retrieves a message from any member of the group (leader or replicas). Note that this can lead to non-coherent reads after write since a replica may respond to the request although that replica does not yet have the latest write. The configuration field MirrorDirect allow the mirror to be part of the origin's group (#3158, #3221, #3238, #3247, #3252, #3325, #3329, #3358, #3380, #3392, #3441)
    • Support for InactiveThreshold for durable consumers. If the inactivity threshold is specified, a durable that is offline for more than this duration will be removed (#3190)
    • Ability for an operator to move streams, and support for tags reload (#3217, #3236, #3234, #3270, #3354, #3376, #3419)
    • Support for filter subject in a mirror configuration (#3227)
    • Support for consumer replica change. Thanks to @​goku321 for the report (#3293)
    • Support for account purge operation by sending a request to $JS.API.ACCOUNT.PURGE.<account name>. Thanks to @​goku321 and @​sourabhaggrawal for the report (#3319, #3378)
    • Support for AES-GCM cipher encryption for FileStore (#3371)
    • Ability to override the default server limit for stream catchup. For instance jetstream: { max_outstanding_catchup: 32MB }. This limit is how many bytes in total may be inflight during streams catchup. This can help lower network bandwidth saturation (#3418)
    • Pagination for StreamInfo requests. Note that not all clients may have the ability to provide the offset at the time of the server release (#3454)
  • LeafNodes:
    • Support for a SignatureHandler in remote configurations. This is applicable to applications embedding the NATS Server. Thanks to @​kung-foo for the suggestion (#3335)
  • Monitoring:
    • Account specific in/out messages/bytes and slow consumers statistics in $SYS.ACCOUNT.%s.SERVER.CONNS message response (#3187)
    • New endpoint /accstatz to get specific account statistics (such as number of connections, messages/bytes in/out, etc...) (#3250, #3382)
    • The /healthz endpoint is now also available via the system account under the $SYS.REQ.SERVER.PING.HEALTHZ subject (#3250)
    • New options for the /healthz endpoint: /healthz?js-enabled=true to return an error if JetStream is disabled, and /healthz?js-server-only=true to skip the check of JetStream accounts, streams and consumers. Thanks to @​mfaizanse for the contribution (#3326)
    • The /connz?auth=1 endpoint now includes a tls_peer_certs array with subject, subject public key and raw certificate sha256. Thanks to @​RedShift1 for the suggestion (#3387)
    • The /jsz?accounts=true endpoint will now show non 0 values for reserved_memory and reserved_storage when applicable (#3435)
  • MQTT:
    • A new configuration option consumer_inactive_threshold allow new QoS1 consumers to be removed if they are offline for more than the specified duration (based on #3190) (#3193)
  • Use of a library that automatically sets GOMAXPROCS to match Linux container CPU quota. Thanks to @​1995parham for the contribution (#3218, #3224, #3237, #3406)
  • A new server configuration option DontListen that triggers the server to accept only "in memory" client connections. This is for embedded use-cases only and is paired with changes made in the client library nats.go. Thanks to @​neilalexander for the contribution (#2360, #3225)
  • Support for JWT account option DisallowBearer (#3127)
  • Stubs for WebAssembly. This allows NATS Server to be built under the js/wasm target. Thanks to @​neilalexander for the contribution (#2363)
  • Symlink for the deb/rpm packages. Since v2.7.4, the server is installed under /usr/bin instead of /usr/local/bin as it used to. We now have added symlink to /usr/local/sbin. Thanks to @​ismail0352 for the report (#3242)
  • Templates to scoped signing key user permissions (#3367, #3373, #3390)
  • New subject mapping functions: SplitFromLeft, SplitFromRight, SliceFromLeft, SliceFromRight and Split (#3305)
  • Building of executable, deb and rpm packages for the s390x architecture (#3458)

Changed

  • Gateway:
    • Phasing out of the "optimistic" mode whereby a server could send messages to the remote cluster without knowing if there was an interest or not. The remote cluster would reply with a "no interest" protocol. As of v2.9.0, servers that creates a gateway connection to a server of that version (and above) will no longer send messages in optimistic mode since it is assumed that all accounts will be switched to interest-only mode (where the subscription interest map is sent over) (#3383)
  • JetStream:
    • Stream's RePublish configuration field is now a new RePublish object (and SubjectMapping has been removed) that allows for a new boolean field called HeadersOnly. This could be useful for large messages and having republish just be a signaling mechanism (#3157)
    • When a pull request exceeds the maximum bytes, the error returned will be a "409" now instead of a "408" (#3172)
    • Make pull consumers FIFO per message, not per request (#3241)
    • Accept Nats-Expected-Last-Sequence with a 0 value. The server used to ignore if the sequence was 0, but now it will treat it as a requirement that the stream be empty if the header is present with a value of 0. Thanks to @​bruth for the suggestion (#3038)
    • A consumer "Maximum Deliveries" count can now be updated. Thanks to @​abegaj for the contribution (#3265)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.8.4 to 2.9.0.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](nats-io/nats-server@v2.8.4...v2.9.0)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 9, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3025070801

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 95 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.7%) to 51.791%

Files with Coverage Reduction New Missed Lines %
hub.go 2 72.22%
geoip.go 93 22.29%
Totals Coverage Status
Change from base Build 2956885440: -0.7%
Covered Lines: 6606
Relevant Lines: 12755

💛 - Coveralls

@fancycode fancycode merged commit af803cf into master Sep 15, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/nats-io/nats-server/v2-2.9.0 branch September 15, 2022 13:01
mwalbeck pushed a commit to mwalbeck/docker-nextcloud-spreed-signaling that referenced this pull request Feb 25, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [strukturag/nextcloud-spreed-signaling](https://github.com/strukturag/nextcloud-spreed-signaling) | minor | `v1.0.0` -> `v1.1.1` |

---

### Release Notes

<details>
<summary>strukturag/nextcloud-spreed-signaling</summary>

### [`v1.1.1`](https://github.com/strukturag/nextcloud-spreed-signaling/releases/tag/v1.1.1)

[Compare Source](strukturag/nextcloud-spreed-signaling@v1.1.0...v1.1.1)

Required to fix a build issue in the Docker images of 1.1.0. No other changes.

##### Fixed

-   Fix Docker images.  [#&#8203;425](strukturag/nextcloud-spreed-signaling#425)

### [`v1.1.0`](https://github.com/strukturag/nextcloud-spreed-signaling/releases/tag/v1.1.0)

[Compare Source](strukturag/nextcloud-spreed-signaling@v1.0.0...v1.1.0)

##### Added

-   Official docker images.  [#&#8203;314](strukturag/nextcloud-spreed-signaling#314)
-   Use proxy from environment for backend client requests.  [#&#8203;326](strukturag/nextcloud-spreed-signaling#326)
-   Add aarch64/arm64 docker build  [#&#8203;384](strukturag/nextcloud-spreed-signaling#384)
-   CI: Setup permissions for workflows.  [#&#8203;393](strukturag/nextcloud-spreed-signaling#393)
-   Implement "switchto" support  [#&#8203;409](strukturag/nextcloud-spreed-signaling#409)
-   Allow internal clients to set / change the "inCall" flags.  [#&#8203;421](strukturag/nextcloud-spreed-signaling#421)
-   Add support for Golang 1.20  [#&#8203;413](strukturag/nextcloud-spreed-signaling#413)

##### Changed

-   Switch to apt-get on CLI.  [#&#8203;312](strukturag/nextcloud-spreed-signaling#312)
-   vendor: Automatically vendor protobuf modules.  [#&#8203;313](strukturag/nextcloud-spreed-signaling#313)
-   Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0  [#&#8203;316](strukturag/nextcloud-spreed-signaling#316)
-   Bump github.com/oschwald/maxminddb-golang from 1.9.0 to 1.10.0  [#&#8203;317](strukturag/nextcloud-spreed-signaling#317)
-   Bump github.com/pion/sdp/v3 from 3.0.5 to 3.0.6  [#&#8203;320](strukturag/nextcloud-spreed-signaling#320)
-   Bump google.golang.org/grpc from 1.48.0 to 1.49.0  [#&#8203;324](strukturag/nextcloud-spreed-signaling#324)
-   Bump github.com/nats-io/nats-server/v2 from 2.8.4 to 2.9.0  [#&#8203;330](strukturag/nextcloud-spreed-signaling#330)
-   Bump sphinx from 5.1.1 to 5.2.2 in /docs  [#&#8203;339](strukturag/nextcloud-spreed-signaling#339)
-   Bump mkdocs from 1.3.1 to 1.4.0 in /docs  [#&#8203;340](strukturag/nextcloud-spreed-signaling#340)
-   Bump sphinx from 5.2.2 to 5.2.3 in /docs  [#&#8203;345](strukturag/nextcloud-spreed-signaling#345)
-   Bump github.com/nats-io/nats-server/v2 from 2.9.0 to 2.9.2  [#&#8203;344](strukturag/nextcloud-spreed-signaling#344)
-   Bump go.etcd.io/etcd/api/v3 from 3.5.4 to 3.5.5  [#&#8203;333](strukturag/nextcloud-spreed-signaling#333)
-   Bump go.etcd.io/etcd/server/v3 from 3.5.4 to 3.5.5  [#&#8203;334](strukturag/nextcloud-spreed-signaling#334)
-   Bump google.golang.org/grpc from 1.49.0 to 1.50.0  [#&#8203;346](strukturag/nextcloud-spreed-signaling#346)
-   Bump github.com/nats-io/nats-server/v2 from 2.9.2 to 2.9.3  [#&#8203;348](strukturag/nextcloud-spreed-signaling#348)
-   Bump github.com/nats-io/nats.go from 1.17.0 to 1.18.0  [#&#8203;349](strukturag/nextcloud-spreed-signaling#349)
-   Bump sphinx from 5.2.3 to 5.3.0 in /docs  [#&#8203;351](strukturag/nextcloud-spreed-signaling#351)
-   Bump mkdocs from 1.4.0 to 1.4.1 in /docs  [#&#8203;352](strukturag/nextcloud-spreed-signaling#352)
-   Bump google.golang.org/grpc from 1.50.0 to 1.50.1  [#&#8203;350](strukturag/nextcloud-spreed-signaling#350)
-   Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0  [#&#8203;353](strukturag/nextcloud-spreed-signaling#353)
-   Bump mkdocs from 1.4.1 to 1.4.2 in /docs  [#&#8203;358](strukturag/nextcloud-spreed-signaling#358)
-   Bump sphinx-rtd-theme from 1.0.0 to 1.1.0 in /docs  [#&#8203;357](strukturag/nextcloud-spreed-signaling#357)
-   Bump github.com/nats-io/nats.go from 1.18.0 to 1.19.0  [#&#8203;354](strukturag/nextcloud-spreed-signaling#354)
-   Bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1  [#&#8203;360](strukturag/nextcloud-spreed-signaling#360)
-   Bump github.com/nats-io/nats-server/v2 from 2.9.3 to 2.9.5  [#&#8203;359](strukturag/nextcloud-spreed-signaling#359)
-   build(deps): Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1  [#&#8203;365](strukturag/nextcloud-spreed-signaling#365)
-   build(deps): Bump sphinx-rtd-theme from 1.1.0 to 1.1.1 in /docs  [#&#8203;363](strukturag/nextcloud-spreed-signaling#363)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.5 to 2.9.6  [#&#8203;361](strukturag/nextcloud-spreed-signaling#361)
-   build(deps): Bump github.com/nats-io/nats.go from 1.19.0 to 1.20.0  [#&#8203;366](strukturag/nextcloud-spreed-signaling#366)
-   build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.51.0  [#&#8203;368](strukturag/nextcloud-spreed-signaling#368)
-   build(deps): Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0  [#&#8203;364](strukturag/nextcloud-spreed-signaling#364)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.6 to 2.9.7  [#&#8203;367](strukturag/nextcloud-spreed-signaling#367)
-   build(deps): Bump go.etcd.io/etcd/server/v3 from 3.5.5 to 3.5.6  [#&#8203;372](strukturag/nextcloud-spreed-signaling#372)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.7 to 2.9.8  [#&#8203;371](strukturag/nextcloud-spreed-signaling#371)
-   build(deps): Bump github.com/nats-io/nats.go from 1.20.0 to 1.21.0  [#&#8203;375](strukturag/nextcloud-spreed-signaling#375)
-   build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.4.3  [#&#8203;374](strukturag/nextcloud-spreed-signaling#374)
-   build(deps): Bump cirrus-actions/rebase from 1.7 to 1.8  [#&#8203;379](strukturag/nextcloud-spreed-signaling#379)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.8 to 2.9.9  [#&#8203;377](strukturag/nextcloud-spreed-signaling#377)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.9 to 2.9.10  [#&#8203;382](strukturag/nextcloud-spreed-signaling#382)
-   build(deps): Bump github.com/nats-io/nats.go from 1.21.0 to 1.22.1  [#&#8203;383](strukturag/nextcloud-spreed-signaling#383)
-   build(deps): Bump google.golang.org/grpc from 1.51.0 to 1.52.0  [#&#8203;391](strukturag/nextcloud-spreed-signaling#391)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.10 to 2.9.11  [#&#8203;387](strukturag/nextcloud-spreed-signaling#387)
-   Stop using WaitGroup to detect finished message processing.  [#&#8203;394](strukturag/nextcloud-spreed-signaling#394)
-   Improve handling of throttled responses from Nextcloud.  [#&#8203;395](strukturag/nextcloud-spreed-signaling#395)
-   Test: add timeout while waiting for etcd event.  [#&#8203;397](strukturag/nextcloud-spreed-signaling#397)
-   build(deps): Bump github.com/nats-io/nats.go from 1.22.1 to 1.23.0  [#&#8203;399](strukturag/nextcloud-spreed-signaling#399)
-   build(deps): Bump go.etcd.io/etcd/api/v3 from 3.5.6 to 3.5.7  [#&#8203;402](strukturag/nextcloud-spreed-signaling#402)
-   build(deps): Bump go.etcd.io/etcd/client/v3 from 3.5.6 to 3.5.7  [#&#8203;403](strukturag/nextcloud-spreed-signaling#403)
-   build(deps): Bump go.etcd.io/etcd/server/v3 from 3.5.6 to 3.5.7  [#&#8203;404](strukturag/nextcloud-spreed-signaling#404)
-   build(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0  [#&#8203;405](strukturag/nextcloud-spreed-signaling#405)
-   build(deps): Bump readthedocs-sphinx-search from 0.1.2 to 0.2.0 in /docs  [#&#8203;407](strukturag/nextcloud-spreed-signaling#407)
-   build(deps): Bump google.golang.org/grpc from 1.52.0 to 1.52.1  [#&#8203;406](strukturag/nextcloud-spreed-signaling#406)
-   build(deps): Bump docker/build-push-action from 3 to 4  [#&#8203;412](strukturag/nextcloud-spreed-signaling#412)
-   build(deps): Bump google.golang.org/grpc from 1.52.1 to 1.52.3  [#&#8203;410](strukturag/nextcloud-spreed-signaling#410)
-   Explicitly use type "sysConn".  [#&#8203;416](strukturag/nextcloud-spreed-signaling#416)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.11 to 2.9.14  [#&#8203;415](strukturag/nextcloud-spreed-signaling#415)
-   build(deps): Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 in /docs  [#&#8203;418](strukturag/nextcloud-spreed-signaling#418)
-   build(deps): Bump google.golang.org/grpc from 1.52.3 to 1.53.0  [#&#8203;417](strukturag/nextcloud-spreed-signaling#417)
-   build(deps): Bump golang.org/x/net from 0.5.0 to 0.7.0  [#&#8203;422](strukturag/nextcloud-spreed-signaling#422)
-   build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0  [#&#8203;423](strukturag/nextcloud-spreed-signaling#423)
-   build(deps): Bump sphinx from 5.3.0 to 6.1.3 in /docs  [#&#8203;390](strukturag/nextcloud-spreed-signaling#390)
-   Various refactorings to simplify code  [#&#8203;400](strukturag/nextcloud-spreed-signaling#400)

##### Fixed

-   Remove [@&#8203;resources](https://github.com/resources) from SystemCallFilter  [#&#8203;322](strukturag/nextcloud-spreed-signaling#322)
-   Fix deadlock for proxy connection issues  [#&#8203;327](strukturag/nextcloud-spreed-signaling#327)
-   Fix goroutines leak check.  [#&#8203;396](strukturag/nextcloud-spreed-signaling#396)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4xIn0=-->

Reviewed-on: https://git.walbeck.it/walbeck-it/docker-nextcloud-spreed-signaling/pulls/285
Co-authored-by: renovate-bot <bot@walbeck.it>
Co-committed-by: renovate-bot <bot@walbeck.it>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants