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

build(deps): Bump github.com/nats-io/nats.go from 1.22.1 to 1.23.0 #399

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2023

Bumps github.com/nats-io/nats.go from 1.22.1 to 1.23.0.

Release notes

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

Release v1.23.0

Changelog

Overview

This release focuses on improvements in micro package, most notably adding a possibility to create a service with multiple endpoints.

Added

  • Service API (micro):
    • Support for multi-endpoint services (#1180)
    • type field in monitoring handlers responses (#1173)

Changed

  • JetStream:
    • Optimize AddConsumer() performance by not sending JS request if consumer config has not changed (#1185)
  • Service API (micro):
    • Use interface instead of struct for micro.Request (#1174)
    • Use time.Time instead of string for Started field in STATS response (#1175)
    • Service schemas are now defined per-endpoint.

Improved

  • Check whether credentials in nats.Connect() are missing before using them (#1181)
  • Reduce the size of the bufio.Reader for message header parsing. Thanks to @​thomas-long-f3 for the contribution (#1187)
  • Update go version in go.mod to 1.18 and update go version used by Travis (#1182)
  • Start adopting error wrapping syntax (%w) in various errors (#1182)
  • Added note on disabling reconnect buffer on nats.ReconnectBufSize() (#1169)
  • Fix typos in comments in micro package. Thanks to @​chenjpu for the contribution (#1171)

Fixed

  • JetStream
    • Pass opts to ConsumerInfo call in AddConsumer() (#1176)
    • Use custom inbox prefix in async reply. Thanks to @​guyguy333 for the contribution (#1190)

Complete Changes

nats-io/nats.go@v1.22.1...v1.23.0

Commits
  • 966ad0d Release v1.23.0 (#1192)
  • 5677b93 js: use custom inbox prefix in async reply (#1190)
  • dfc537e Update service schemas, fix STATS response (#1188)
  • 44509e6 [ADDED] Support for multi-endpoint services (#1180)
  • bbde3f3 [IMPROVED] Reduce the size of the bufio.Reader for message header parsing (#1...
  • eada5ec [IMPROVE] Don't re-define the consumer if there's no change in the consumer c...
  • ba8a129 Go updates (#1182)
  • d5a4d04 Merge pull request #1181 from nats-io/check-creds-missing
  • ec1a55d Check whether credentials are missing before using them
  • d50c137 [FIXED] Pass opts to ConsumerInfo call in AddConsumer (#1176)
  • Additional commits viewable in compare view

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.go](https://github.com/nats-io/nats.go) from 1.22.1 to 1.23.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.22.1...v1.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 18, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3952483713

  • 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.798%

Files with Coverage Reduction New Missed Lines %
grpc_client.go 2 79.06%
geoip.go 93 22.29%
Totals Coverage Status
Change from base Build 3940099508: -0.7%
Covered Lines: 6610
Relevant Lines: 12761

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 3952483713

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at ?%

Totals Coverage Status
Change from base Build 3940099508: 0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls

@fancycode fancycode merged commit fdfd627 into master Jan 19, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/nats-io/nats.go-1.23.0 branch January 19, 2023 11:00
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 <[email protected]>
Co-committed-by: renovate-bot <[email protected]>
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.

2 participants