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

dev: bump the safe group with 5 updates #6942

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps the safe group with 5 updates:

Package From To
github.com/aws/aws-sdk-go 1.50.16 1.50.21
github.com/nats-io/nats-server/v2 2.10.10 2.10.11
github.com/nats-io/nats.go 1.32.0 1.33.0
github.com/redis/go-redis/v9 9.4.0 9.5.0
google.golang.org/grpc 1.61.0 1.61.1

Updates github.com/aws/aws-sdk-go from 1.50.16 to 1.50.21

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.50.21 (2024-02-19)

Service Client Updates

  • service/amplify: Updates service API and documentation
  • service/chatbot: Updates service API, documentation, paginators, and examples
  • service/config: Updates service documentation
  • service/ivs: Updates service documentation
  • service/keyspaces: Updates service documentation
  • service/mediatailor: Updates service API

Release v1.50.20 (2024-02-16)

Service Client Updates

  • service/connectparticipant: Updates service documentation
  • service/elasticmapreduce: Updates service API and documentation
    • adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce
  • service/firehose: Updates service API and documentation
    • This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations.
  • service/lambda: Updates service documentation
    • Documentation-only updates for Lambda to clarify a number of existing actions and properties.
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Doc only update for a valid option in DB parameter group
  • service/sns: Updates service API and documentation
    • This release marks phone numbers as sensitive inputs.

Release v1.50.19 (2024-02-15)

Service Client Updates

  • service/artifact: Updates service API, documentation, paginators, and examples
  • service/codepipeline: Updates service API and documentation
    • Add ability to override timeout on action level.
  • service/detective: Updates service documentation
  • service/guardduty: Updates service API and documentation
    • Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
  • service/healthlake: Updates service API and documentation
  • service/opensearch: Updates service API and documentation
  • service/polly: Updates service API
    • Amazon Polly adds 1 new voice - Burcu (tr-TR)
  • service/sagemaker: Updates service API and documentation
    • This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
  • service/secretsmanager: Updates service documentation
    • Doc only update for Secrets Manager

Release v1.50.18 (2024-02-14)

Service Client Updates

... (truncated)

Commits

Updates github.com/nats-io/nats-server/v2 from 2.10.10 to 2.10.11

Release notes

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

Release v2.10.11

Changelog

Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.

Go Version

  • 1.21.7

Dependencies

  • github.com/nats-io/nats.go v1.33.0

Improved

JetStream

  • Optimize replaying messages when they are at the end of the stream (#5083) Thanks to @​david-wakeo for the report!
  • Optimize replaying messages with start sequence by time when there are large gaps between the time sequence and first sequence (#5088) Thanks again to @​david-wakeo for the report!
  • Reduce possible contention for NRG step-down (#4990)
  • Reduce log-level to debug for non-actionable reallocations warnings (#5085)
  • Improved placement of streams in larger clusters when created in rapid succession (#5079) Thanks to @​kohlisid for the report!
  • Improved filtered consumer retrieval time for large subject space streams with wildcards (#5089)

Fixed

JetStream

  • Fixed a bug that could cause consumers to not match filtered subjects with wildcards correctly (#5080)
  • Fixed a bug that could not allow keys/subjects to be found after restarts after extended downtime (#5054)
  • Fixed a bug that would not properly update all consumer state when a filtered purge of the parent stream was narrower then the consumer’s filtered subject space (#5075)

MQTT

  • Fixed an issue with retained messages not working properly if the server name had a ‘.’ (#5048)

Complete Changes

nats-io/nats-server@v2.10.10...v2.10.11

Commits
  • 5fc6051 Release v2.10.11 (#5095)
  • 045b848 Fixed incorrect mqtt-test reference (mqttex tests failure)
  • 66b3722 Bump version to 2.10.11-RC.4 [ci skip]
  • 54eafdf Cherry picks for v2.10.11 release (#5090)
  • 835840b When doing firstMatching we were picking wrong on linearScans. Also did not o...
  • 7887557 When a filtered consumer starts by time, there could be a large gap between t...
  • cf1b8e4 Bump version to 2.10.11-RC.3 [ci skip]
  • 11f5808 Cherry picks for Release v2.10.11 (#5084)
  • 82ea395 Update go client to 1.33.0
  • b9763c1 Move reallocation warnings on psim to debug.
  • Additional commits viewable in compare view

Updates github.com/nats-io/nats.go from 1.32.0 to 1.33.0

Release notes

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

Release v1.33.0

Changelog

Overview

This release introduces significant documentation improvements across jetstream package components (JetStream, Object Store, and KeyValue).

Added

  • JetStream:
    • TermWithReason method on JetStream message (#1539)
    • Timestamp fields on stream and consumer infos (#1540)
    • FetchHeartbeat option for Fetch and FetchBytes (#1548)
  • Object Store:
    • Compression option for object store. Thanks to @​johbar for the contribution (#1544)
    • UpdateObjectStore and CreateOrUpdateObjectStore methods (#1550)
  • KeyValue:
    • UpdateKeyValue and CreateOrUpdateKeyValue methods (#1549)

Fixed

  • JetStream:
    • Fixed Drain() infinite loop and add test for concurrent Next() calls. Thanks to @​mdawar for the contribution (#1525)
    • Fixed race condition when resetting ordered consumer (#1526)
  • Object Store:
    • Fixed hardcoded read deadline when reading an object (#1531)

Improved

  • Refactored and improved documentation across jetstream package (JetStream, KeyValue and ObjectStore) (#1532, #1537, #1551, #1553, #1555)
  • Change "unsafe" comment on nats.Secure connect option. Thanks to @​thorntonmc for the contribution (#1529)
  • Fixed documentation typos across the codebase. Thanks to @​fancycode for the contribution (#1547)

Complete Changes

nats-io/nats.go@v1.32.0...v1.33.0

Commits
  • a91a735 Release v1.33.0 (#1556)
  • 4b3ba71 [IMPROVED] AddConsumer documentation (#1555)
  • 373f09c [IMPROVED] Export nested ConsumerManager interface (#1543)
  • 62a6489 [IMPROVED] ObjectStore documentation (#1551)
  • 3fd6eb5 [ADDED] UpdateObjectStore and CreateOrUpdateObjectStore methods (#1550)
  • d6a64d3 [IMPROVED] Add legacy api warnings on old JetStream API (#1553)
  • 2ec933c [ADDED] FetchHeartbeat option for Fetch and FetchBytes (#1548)
  • 1c24aa7 [ADDED] Compression option for object store buckets (#1544)
  • 547cafa [ADDED] UpdateKeyValue and CreateOrUpdateKeyValue methods (#1549)
  • d7fda7d [IMPROVED] Fix typos in comments. (#1547)
  • Additional commits viewable in compare view

Updates github.com/redis/go-redis/v9 from 9.4.0 to 9.5.0

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.5.0

Changes

🚀 New Features

  • Add object fraq command (#2844)
  • Speed up connections by sending SetInfo via a pipeline (#2880)
  • Add helpers to set libinfo without panic (#2724)

🧰 Maintenance

  • Remove unnecessary Node project definition file (#2863)
  • Add support for specifying bitcount unit as byte or bit, byte default (#2887)
  • fix ConnPool race in newConn (#2885)

📚 Documentation & Testing

  • Docs: update features (#2846)
  • Docs: add bytes in scan struct example (#2836)
  • Tests: add ut for util_test (#2840)

⚙️ Dependencies & Infrastructure

  • chore: update OpenTelemetry and Uptrace to the latest version (#2864)
  • chore(deps): bump release-drafter/release-drafter from 5 to 6 (#2883)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 (#2889)
  • chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#2890)
  • Change RE image to 7.2.4-108 (#2884)
  • Add CredentialsProvider to ClusterOptions (#2791)

Contributors

We'd like to thank all the contributors who worked on this release!

@​OlegStotsky, @​abusizhishen, @​dependabot, @​dependabot[bot], @​johnduhart, @​limotley, @​ofekshenawa, @​peczenyj, @​rfyiamcool, and @​vmihailenco

Commits

Updates google.golang.org/grpc from 1.61.0 to 1.61.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.61.1

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the safe group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.50.16` | `1.50.21` |
| [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) | `2.10.10` | `2.10.11` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.32.0` | `1.33.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.4.0` | `9.5.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.61.0` | `1.61.1` |


Updates `github.com/aws/aws-sdk-go` from 1.50.16 to 1.50.21
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.50.16...v1.50.21)

Updates `github.com/nats-io/nats-server/v2` from 2.10.10 to 2.10.11
- [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.10.10...v2.10.11)

Updates `github.com/nats-io/nats.go` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.32.0...v1.33.0)

Updates `github.com/redis/go-redis/v9` from 9.4.0 to 9.5.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](redis/go-redis@v9.4.0...v9.5.0)

Updates `google.golang.org/grpc` from 1.61.0 to 1.61.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.61.0...v1.61.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 19, 2024 22:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 19, 2024
@adriansmares adriansmares self-assigned this Feb 20, 2024
@adriansmares adriansmares added this to the v3.29.1 milestone Feb 20, 2024
@adriansmares
Copy link
Contributor

References redis/go-redis#2880

Currently the go-redis is not compatible with Redis versions under 7.2.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 22, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/safe-6942daf204 branch February 22, 2024 10:53
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

1 participant