Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps github.com/amatsagu/tempest from 1.3.3 to 1.3.4.

Release notes

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

v1.3.4

What's Changed

  • File uploads using rest controller are no longer streamed - files now must be loaded fully into memory which will increase memory usage, especially when dealing with many larger files but it was done to fix bug that Go http / Discord itself bug out when uploading hundreds of files every minute on larger bots.
  • Fixed signature of CommandInteraction#DeleteFollowUp method.
  • Added UnavailableGuild Discord struct which is not used by Tempest itself but is required by Qord which is an addon for Tempest - it allows discord applications based on this library to also use gateway if latency ever becomes a problem without having to modify code by much.

Full Changelog: amatsagu/tempest@v1.3.3...v1.3.4

Commits
  • 33ec4a2 fix: another attempt to fix mass file uploads by loading them all into memory...
  • c75e9e6 fix: solve rare bug with rare I/O closed stream pipe when uploading files
  • 137270f feat: bump example bot/app Go version
  • 68e72c7 Fix: Remove content requirement from delete follow up request
  • 6ea167d feat: create basic Guild struct for Qord integration
  • 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 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 [github.com/amatsagu/tempest](https://github.com/amatsagu/tempest) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/amatsagu/tempest/releases)
- [Commits](amatsagu/tempest@v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: github.com/amatsagu/tempest
  dependency-version: 1.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Oct 20, 2025
@dhrdlicka dhrdlicka merged commit 8bc3250 into main Oct 20, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/amatsagu/tempest-1.3.4 branch October 20, 2025 21:09
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.

2 participants