chore(deps): bump github.com/nats-io/nats.go from 1.13.1-0.20220308171302-2f2f6968e98d to 1.23.0 #92

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/nats-io/nats.go-1.23.0 into v3
dependabot[bot] commented 2023-02-24 12:58:34 +03:00 (Migrated from github.com)

Bumps github.com/nats-io/nats.go from 1.13.1-0.20220308171302-2f2f6968e98d 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

https://github.com/nats-io/nats.go/compare/v1.22.1...v1.23.0

Release v1.22.1

Changelog

Changed

  • Service API:
    • Monitoring subjects for a service are no longer uppercase (#1166)
    • Changed RequestHandler signature to no longer return an error (#1166)

... (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.go](https://github.com/nats-io/nats.go) from 1.13.1-0.20220308171302-2f2f6968e98d to 1.23.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nats-io/nats.go/releases">github.com/nats-io/nats.go's releases</a>.</em></p> <blockquote> <h2>Release v1.23.0</h2> <h2>Changelog</h2> <h3>Overview</h3> <p>This release focuses on improvements in <code>micro</code> package, most notably adding a possibility to create a service with multiple endpoints.</p> <h3>Added</h3> <ul> <li>Service API (<code>micro</code>): <ul> <li>Support for multi-endpoint services (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1180">#1180</a>)</li> <li><code>type</code> field in monitoring handlers responses (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1173">#1173</a>)</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>JetStream: <ul> <li>Optimize <code>AddConsumer()</code> performance by not sending JS request if consumer config has not changed (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1185">#1185</a>)</li> </ul> </li> <li>Service API (<code>micro</code>): <ul> <li>Use interface instead of struct for <code>micro.Request</code> (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1174">#1174</a>)</li> <li>Use <code>time.Time</code> instead of <code>string</code> for <code>Started</code> field in <code>STATS</code> response (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1175">#1175</a>)</li> <li>Service schemas are now defined per-endpoint.</li> </ul> </li> </ul> <h3>Improved</h3> <ul> <li>Check whether credentials in <code>nats.Connect()</code> are missing before using them (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1181">#1181</a>)</li> <li>Reduce the size of the bufio.Reader for message header parsing. Thanks to <a href="https://github.com/thomas-long-f3"><code>@​thomas-long-f3</code></a> for the contribution (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1187">#1187</a>)</li> <li>Update go version in <code>go.mod</code> to 1.18 and update go version used by Travis (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1182">#1182</a>)</li> <li>Start adopting error wrapping syntax (<code>%w</code>) in various errors (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1182">#1182</a>)</li> <li>Added note on disabling reconnect buffer on <code>nats.ReconnectBufSize()</code> (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1169">#1169</a>)</li> <li>Fix typos in comments in <code>micro</code> package. Thanks to <a href="https://github.com/chenjpu"><code>@​chenjpu</code></a> for the contribution (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1171">#1171</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>JetStream <ul> <li>Pass opts to <code>ConsumerInfo</code> call in <code>AddConsumer()</code> (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1176">#1176</a>)</li> <li>Use custom inbox prefix in async reply. Thanks to <a href="https://github.com/guyguy333"><code>@​guyguy333</code></a> for the contribution (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1190">#1190</a>)</li> </ul> </li> </ul> <h3>Complete Changes</h3> <p><a href="https://github.com/nats-io/nats.go/compare/v1.22.1...v1.23.0">https://github.com/nats-io/nats.go/compare/v1.22.1...v1.23.0</a></p> <h2>Release v1.22.1</h2> <h2>Changelog</h2> <h3>Changed</h3> <ul> <li>Service API: <ul> <li>Monitoring subjects for a service are no longer uppercase (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1166">#1166</a>)</li> <li>Changed <code>RequestHandler</code> signature to no longer return an error (<a href="https://github-redirect.dependabot.com/nats-io/nats.go/issues/1166">#1166</a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nats-io/nats.go/commits/v1.23.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/nats-io/nats.go&package-manager=go_modules&previous-version=1.13.1-0.20220308171302-2f2f6968e98d&new-version=1.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
github-actions[bot] (Migrated from github.com) approved these changes 2023-02-24 12:58:46 +03:00
dependabot[bot] commented 2023-02-27 12:59:58 +03:00 (Migrated from github.com)

Superseded by #93.

Superseded by #93.

Pull request closed

Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-broker-nats#92
No description provided.