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

Update gomod dependencies (non-major) - autoclosed #13

Closed
wants to merge 1 commit into from

Conversation

kuzaxak
Copy link
Contributor

@kuzaxak kuzaxak commented Mar 14, 2021

This PR contains the following updates:

Package Type Update Change
github.com/andygrunwald/go-jira require minor v1.14.0 -> v1.16.0
github.com/astreter/amqpwrapper/v2 require minor v2.0.2 -> v2.1.3
github.com/go-pg/pg/extra/pgotel/v10 require minor v10.10.6 -> v10.11.1
github.com/go-pg/pg/v10 require minor v10.10.6 -> v10.11.1
github.com/rabbitmq/amqp091-go require minor v1.3.0 -> v1.8.1
github.com/sirupsen/logrus require minor v1.8.1 -> v1.9.3
github.com/spf13/cobra require minor v1.0.0 -> v1.7.0
github.com/spf13/viper require minor v1.4.0 -> v1.16.0
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin require minor v0.28.0 -> v0.43.0
go.opentelemetry.io/otel require minor v1.3.0 -> v1.17.0
go.opentelemetry.io/otel/trace require minor v1.3.0 -> v1.17.0

Release Notes

andygrunwald/go-jira (github.com/andygrunwald/go-jira)

v1.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: andygrunwald/go-jira@v1.15.1...v1.16.0

v1.15.1

Compare Source

What's Changed

New Contributors

Full Changelog: andygrunwald/go-jira@v1.15.0...v1.15.1

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: andygrunwald/go-jira@v1.14.0...v1.15.0

astreter/amqpwrapper (github.com/astreter/amqpwrapper/v2)

v2.1.3

Compare Source

v2.1.2

Compare Source

v2.1.1

Compare Source

  • update rabbitmq/amqp091-go to v1.3.4
  • update README.md

v2.1.0

Compare Source

go-pg/pg (github.com/go-pg/pg/extra/pgotel/v10)

v10.11.1

Compare Source

  • Fixed bug with how cancelled contexts are handled in SingleConnPool connections (#​1981)

Thank you @​xin-tsla!

v10.11.0

Compare Source

  • Updated dependency mellium.im/sasl from 0.2.1 to 0.3.1. (#​1969)

v10.10.7

Compare Source

  • Fixed race condition in notify listener.
  • Add shortcut WhereInOr.
  • Fixed bug in sending cancel request to terminate long running query.
rabbitmq/amqp091-go (github.com/rabbitmq/amqp091-go)

v1.8.1

Compare Source

Full Changelog

Fixed bugs:

Merged pull requests:

v1.8.0

Compare Source

Full Changelog

Closed issues:

  • memory leak #​179
  • the publishWithContext interface will not return when it times out #​178

Merged pull requests:

v1.7.0

Compare Source

Full Changelog

Closed issues:

Merged pull requests:

v1.6.1

Compare Source

Full Changelog

Merged pull requests:

v1.6.0

Compare Source

Full Changelog

Implemented enhancements:

Closed issues:

  • README not up to date #​154
  • Allow re-using default connection config (custom properties) #​152
  • Rename package name to amqp in V2 #​151
  • Helper types to declare quorum queues #​144
  • Inefficient use of buffers reduces potential throughput for basicPublish with small messages. #​141
  • bug, close cause panic #​130
  • Publishing Headers are unable to store Table with slice values #​125
  • Example client can deadlock in Close due to unconsumed confirmations #​122
  • SAC not working properly #​106

Merged pull requests:

v1.5.0

Compare Source

Full Changelog

Implemented enhancements:

  • Provide a friendly way to set connection name #​105

Closed issues:

  • Support connection.update-secret #​107
  • Example Client: Implementation of a Consumer with reconnection support #​40

Merged pull requests:

v1.4.0

Compare Source

Full Changelog

Closed issues:

  • target machine actively refused connection #​99
  • 504 channel/connection is not open error occurred in multiple connection with same rabbitmq service #​97
  • Add possible cancel of DeferredConfirmation #​92
  • Documentation #​89
  • Channel Close gets stuck after closing a connection (via management UI) #​88
  • this library has same issue #​83
  • Provide a logging interface #​81
  • 1.4.0 release checklist #​77
  • Data race in the client example #​72
  • reader go routine hangs and leaks when Connection.Close() is called multiple times #​69
  • Support auto-reconnect and cluster #​65
  • Connection/Channel Deadlock #​32
  • Closing connection and/or channel hangs NotifyPublish is used #​21
  • Consumer channel isn't closed in the event of unexpected disconnection #​18

Merged pull requests:

v1.3.4

Compare Source

Full Changelog

Merged pull requests:

v1.3.3

Compare Source

Full Changelog

Closed issues:

  • Add Client Version #​49
  • OpenTelemetry Propagation #​22

Merged pull requests:

v1.3.2

Compare Source

Full Changelog

Closed issues:

  • Potential race condition in Connection module #​31

Merged pull requests:

v1.3.1

Compare Source

Full Changelog

Closed issues:

  • Possible deadlock on DeferredConfirmation.Wait() #​46
  • Call to Delivery.Ack blocks indefinitely in case of disconnection #​19
  • Unexpacted behavor of channel.IsClosed() #​14
  • A possible dead lock in connection close notification Go channel #​11

Merged pull requests:

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.3

Compare Source

Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3

v1.9.2

Compare Source

Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2

v1.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1

v1.9.0

Compare Source

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.1...v1.8.2

spf13/cobra (github.com/spf13/cobra)

v1.7.0

Compare Source

✨ Features
🐛 Bug fixes
🧪 Testing & CI/CD
🔧 Maintenance
✏️ Documentation

This release contains several long running fixes, improvements to powershell completions, and further optimizations for completions.

Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you! 🐍

Full changelog: spf13/cobra@v1.6.1...v1.7.0

v1.6.1

Compare Source

Bug fixes 🐛
  • Fixes a panic when AddGroup isn't called before AddCommand(my-sub-command) is executed. This can happen within more complex cobra file structures that have many different inits to be executed. Now, the check for groups has been moved to ExecuteC and provides more flexibility when working with grouped commands - @​marckhouzam (and shout out to @​aawsome, @​andig and @​KINGSABRI for a deep investigation into this! 👏🏼)

v1.6.0

Compare Source

Summer 2022 Release

Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding --help and --version automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the OnFinalize method to cleanup things when all "work" is done. Checkout the full changelog below:


Features 🌠
Deprecation 👎🏼
  • ExactValidArgs is deprecated (but not being removed entirely). This is abit nuanced, so checkout #​1643 for further information and the updated user_guide.md on how this may affect you (and how you can take advantage of the correct behavior in the validators): @​umarcor #​1643
Bug fixes 🐛
Dependencies 🗳️
Testing 🤔
Docs ✏️
Misc 💭

Note: Per #​1804, we will be moving away from "seasonal" releases and doing more generic point release targets. Continue to track the milestones and issues in the spf13/cobra GitHub repository for more information!

Great work everyone! Cobra would never be possible without your contributions! 🐍

Full Changelog: spf13/cobra@v1.5.0...v1.6.0

v1.5.0

Compare Source

Spring 2022 Release 🌥️

Hello everyone! Welcome to another release of cobra. Completions continue to get better and better. This release adds a few really cool new features. We also continue to patch versions of our dependencies as they become available via dependabot. Happy coding!

Active help 👐🏼

Shout out to @​marckhouzam for a big value add: Active Help https://github.com/spf13/cobra/pull/1482. With active help, a program can provide some inline warnings or hints for users as they hit tab. Now, your CLIs can be even more intuitive to use!

Currently active help is only supported for bash V2 and zsh. Marc wrote a whole guide on how to do this, so make sure to give it a good read to learn how you can add this to your cobra code! https://github.com/spf13/cobra/blob/master/active_help.md

Group flags 🧑🏼‍🤝‍🧑🏼

Cobra now has the ability to mark flags as required or exclusive as a group. Shout out to our newest maintainer @​johnSchnake for this! https://github.com/spf13/cobra/pull/1654 Let's say you have a username flag that MUST be partnered with a password flag. Well, now, you can enforce those as being required together:

rootCmd.Flags().StringVarP(&u, "username", "u", "", "Username (required if password is set)")
rootCmd.Flags().StringVarP(&pw, "password", "p", "", "Password (required if username is set)")
rootCmd.MarkFlagsRequiredTogether("username", "password")

Flags may also be marked as "mutally exclusive" with the MarkFlagsMutuallyExclusive(string, string ... ) command API. Refer to our user guide documentation for further info!

Completions 👀

Documentation 📝


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@kuzaxak kuzaxak requested a review from astreter March 14, 2021 12:42
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 2 times, most recently from feadd66 to 149a5dd Compare March 27, 2021 01:00
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 2 times, most recently from 4843706 to 59ddf99 Compare April 21, 2021 01:00
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 2 times, most recently from 1123654 to 1b36b4b Compare May 23, 2021 01:00
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 3 times, most recently from c03aed3 to f730f1c Compare June 7, 2021 01:00
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 4 times, most recently from d002fc7 to 4080fbd Compare July 3, 2021 01:00
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 3 times, most recently from 0c6eb1f to 3244964 Compare July 13, 2021 01:00
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 2 times, most recently from 86c4b28 to b0c2b28 Compare July 24, 2021 01:00
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 2 times, most recently from 886b8ea to 3faccdc Compare August 4, 2021 01:01
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 2 times, most recently from 774c085 to cdc81e6 Compare September 24, 2021 01:03
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 2 times, most recently from c053d45 to cf30276 Compare January 21, 2023 01:01
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 2 times, most recently from 5f32687 to d2fa6b1 Compare February 3, 2023 01:04
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 2 times, most recently from a164a3c to aee34b7 Compare February 10, 2023 01:01
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 2 times, most recently from 7c2c069 to 42261c9 Compare February 28, 2023 01:01
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 3 times, most recently from d4bdec7 to 31dae08 Compare May 5, 2023 01:03
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 3 times, most recently from e17666f to 0b495d3 Compare May 23, 2023 01:01
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 3 times, most recently from 84b652a to 6129576 Compare June 4, 2023 01:01
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 2 times, most recently from c283d13 to 2941061 Compare August 8, 2023 02:26
@kuzaxak kuzaxak force-pushed the renovate/gomod-non-major branch 2 times, most recently from 011fc2d to fae9c90 Compare August 31, 2023 01:01
@kuzaxak kuzaxak changed the title Update gomod dependencies (non-major) Update gomod dependencies (non-major) - autoclosed Sep 3, 2023
@kuzaxak kuzaxak closed this Sep 3, 2023
@kuzaxak kuzaxak deleted the renovate/gomod-non-major branch September 3, 2023 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant