Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Bump graphql-ws-client from 0.5.0 to 0.8.2 in /backend #426

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps graphql-ws-client from 0.5.0 to 0.8.2.

Release notes

Sourced from graphql-ws-client's releases.

v0.8.2

Changes

  • Client::subscribe now takes &self instead of &mut self, to make sharing a Client among threads easier (#88)
  • Client is now clone, again to make sharing among threads easier (#88)

v0.8.1

Fixes

  • Hopefully fixed the docs.rs build

v0.8.0

Breaking Changes

  • async_tungstenite is no longer a default feautre, you should explicitly enable it if you need it.
  • Updated to tungstenite 0.21
  • MSRV is now 1.69 (there was no official MSRV before)
  • Subscription IDs sent to the server are now just monotonic numbers rather than uuids.

Deprecations

These will be removed in a future version, probably in v0.9.0

  • AsyncWebsocketClient and all its supporting traits and structs are now deprecated.
  • The async-tungstenite feature flag is deprecated and will be removed in favour of tungstenite eventually.

New Features

  • Added an entirely new client API as a replacement for the old API.
  • Added a subscribe function to next::ClientBuilder to make creating a single subscription on a given connection easier.

Changes

  • graphql-ws-client now depends only on tungstenite and not directly on async-tungstenite (or tokio-tungstenite). This should allow it to work with more versions of the async libraries (provided they support the same tungstenite version).

v0.8.0-rc.2

Breaking Changes

... (truncated)

Changelog

Sourced from graphql-ws-client's changelog.

0.8.2 - 2024-04-09

Changes

  • Client::subscribe now takes &self instead of &mut self, to make sharing a Client among threads easier (#88)
  • Client is now clone, again to make sharing among threads easier (#88)

v0.8.1 - 2024-03-21

Fixes

  • Hopefully fixed the docs.rs build

v0.8.0 - 2024-03-17

Breaking Changes

  • async_tungstenite is no longer a default feautre, you should explicitly enable it if you need it.
  • Updated to tungstenite 0.21
  • MSRV is now 1.69 (there was no official MSRV before)
  • Subscription IDs sent to the server are now just monotonic numbers rather than uuids.

Deprecations

These will be removed in a future version, probably in v0.9.0

  • AsyncWebsocketClient and all its supporting traits and structs are now deprecated.
  • The async-tungstenite feature flag is deprecated and will be removed in favour of tungstenite eventually.

New Features

  • Added an entirely new client API as a replacement for the old API.
  • Added a subscribe function to next::ClientBuilder to make creating a single subscription on a given connection easier.

Changes

  • graphql-ws-client now depends only on tungstenite and not directly on async-tungstenite (or tokio-tungstenite). This should allow it to work with more versions of the async libraries (provided they support the same tungstenite version).

v0.8.0-rc.2 - 2024-02-13

Breaking Changes

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 15, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/backend/graphql-ws-client-0.8.2 branch from 168ae6a to 67702ef Compare April 16, 2024 07:55
Bumps [graphql-ws-client](https://github.com/obmarg/graphql-ws-client) from 0.5.0 to 0.8.2.
- [Release notes](https://github.com/obmarg/graphql-ws-client/releases)
- [Changelog](https://github.com/obmarg/graphql-ws-client/blob/main/CHANGELOG.md)
- [Commits](obmarg/graphql-ws-client@v0.5.0...v0.8.2)

---
updated-dependencies:
- dependency-name: graphql-ws-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/backend/graphql-ws-client-0.8.2 branch from 67702ef to 356407f Compare April 30, 2024 08:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants