Skip to content

Bump github.com/amatsagu/tempest from 1.7.2 to 1.8.0#11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/amatsagu/tempest-1.8.0
Open

Bump github.com/amatsagu/tempest from 1.7.2 to 1.8.0#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/amatsagu/tempest-1.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps github.com/amatsagu/tempest from 1.7.2 to 1.8.0.

Release notes

Sourced from github.com/amatsagu/tempest's releases.

v1.8.0

What's Changed

  • Added optional support for zlib-stream compression for GatewayClient (works only for incoming payloads over ws conn to gateway). It can reduce size of incoming requests by up to ~70% at cost of slightly higher CPU usage.
  • Fixed potential race condition in Shard/Socket logic where (at least in theory) Shard logic could crash when trying to close and read/write from different goroutines in nearly the same time (max ~4ns time window).
  • Added missing status fields from presence update event payload. It now allows Tempest powered Discord Applicattions to display custom status.

Full Changelog: amatsagu/tempest@v1.7.2...v1.8.0

Commits
  • 58b6f62 feat: update list of features to include gateway related elements
  • 869f2fa fix: add missing fields to allow bot to have custom status
  • 006b414 fix: check for availability of decoder before using it
  • d57d6ae feat: add optional zlib-stream compression for gateway
  • See full diff in compare view

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 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 [github.com/amatsagu/tempest](https://github.com/amatsagu/tempest) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/amatsagu/tempest/releases)
- [Commits](amatsagu/tempest@v1.7.2...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/amatsagu/tempest
  dependency-version: 1.8.0
  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 go Pull requests that update go code labels May 11, 2026
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.

0 participants