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.1 in /backend #415

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps graphql-ws-client from 0.5.0 to 0.8.1.

Release notes

Sourced from graphql-ws-client's releases.

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

  • async-tungstenite is no longer automatically enabled when adding any of the client feature flags.

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

... (truncated)

Changelog

Sourced from graphql-ws-client's changelog.

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

  • async-tungstenite is no longer automatically enabled when adding any of the client feature flags.

Changes

  • graphql-ws-client now depends only on tungstenite and not directly on async-tungstenite (or tokio-tungstenite) This should allow it to work

... (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)

Bumps [graphql-ws-client](https://github.com/obmarg/graphql-ws-client) from 0.5.0 to 0.8.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

Superseded by #426.

@dependabot dependabot bot closed this Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/cargo/backend/graphql-ws-client-0.8.1 branch April 15, 2024 19:55
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