-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: Updates shotgun version to 1.1.0 release #139
feat: Updates shotgun version to 1.1.0 release #139
Conversation
Hello @supersimple, Thank you for the contribution. Is there anything specific you are hoping to get from this update, or any specific motivator for the update? Thank you, |
Sorry, just updated the description |
Thank you @supersimple, Ok, So you have upgraded your gun dependency and now gun is sending gun_down in some condition it didn't before? Because the I want to make sure that what you are seeing isn't just a bug in the new version of shotgun, and upgrading shotgun will result in other users of this library also experiencing that bug. For smaller dependencies I audit what changes, the main change to shotgun has been adding a reopen function (which sets some state data used to trigger a re-connect on a gun_down). It did already handle Thank you, |
The trace from my app is:
It looks like this is the change that applies: https://diff.hex.pm/diff/shotgun/1.0.1..1.1.0#87063449--393 |
Yeah, this is what I was referencing here.
It isn't as unexpected as the comments imply apparently. Thank you, |
🤖 I have created a release *beep* *boop* --- ## [3.5.0](v3.4.0...v3.5.0) (2024-11-07) ### Features * Updates shotgun version to 1.1.0 release ([#139](#139)) ([52dafc3](52dafc3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Requirements
Related issues
Provide links to any issues in this repository or elsewhere relating to this pull request.
None found.
Describe the solution you've provided
There was a new version of shotgun released on Oct 24 that has an additional callback for a down message. Upgrading the dependency will support that.
Describe alternatives you've considered
The alternative would be not to update the dependencies
Additional context
The applications I am using this in are getting those messages sent now and ending up in undefined function errors in our error tracking tool. It is not a great consequence, but upgrading the dependency seems like a good practice anyway.