Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

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

Release notes

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

v1.4.1

What's Changed

  • Fixed bug that caused panic when using auto complete command handler for a subcommand (gateway client only, caused because of incorrectly unwrapping nested cmd data).
  • Reduced total amount of spawned goroutines when handling interactions (gateway client only).
  • Deleted PublicKey field from GatewayClientOptions (it was never used).

Full Changelog: amatsagu/tempest@v1.4.0...v1.4.1

v1.4.0

[!WARNING] With introduction of new client type, existing Discord Applications/Bots that rely on Tempest will be required to specify which client they want to use. Check example bot code for details on how to use either HTTPClient or GatewayClient. Bot code should be fully backward compatible.

What's Changed

  • Added omitempty flag to TextInputComponent's label by @​SirzBenjie in amatsagu/tempest#46.
  • Added basic tracing system (enable trace flag in settings of either client) - they are still far from ideal but should be helpful when dealing with weird library behavior.
  • Removed support for HTTP event webhooks. This feature won't be supported anymore.
  • Improved handler code for modal interactions.
  • Added experimental, optional support of gateway session. Tempest is still library dealing exclusively with interactions. That being said, some highly active bots may find it beneficial to use gateway in order to have lower latency. Developers can set their own intents and handle any other, custom events on their own as needed. Current implementation should be backward compatible with existing Tempest Apps/Bots code.
  • Split shared logic into BaseClient. HTTP & Gateway Clients use Base Client for shared functions. Base version remains public for potential modding needs.
  • Added multiple gateway related structs to define activity, opcodes & events.

Full Changelog: amatsagu/tempest@v1.3.5...v1.4.0

v1.3.5

What's Changed

  • Added Guild struct + various small element definitions used in combination with Guild objects. This struct has purposefully some legacy or totally useless fields skipped to make json parsing slightly faster.
  • Added support for webhook events available in Discord Developer Portal - in your app/bot settings in "Webhook" section. Webhook events require dedicated endpoint to work - check Client.DiscordWebhookEventHandler().

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

Commits
  • dbc3d89 docs: Update README to reflect changes in Tempest v1.4
  • c1aef5a feat: merge gateway client logic + various fixes
  • d8151e0 fix (experimental): properly unwrap subcommand options + reduce amount of nee...
  • cdea5f1 debug
  • f8c364f feat: merge pull request #47 from amatsagu/v2
  • fb8b377 style: update readme
  • 2adbfd1 style: update readme
  • dd30b00 style: update readme
  • 4a3ccf9 style: update some comments
  • 8d37f47 feat: add helper method to easily change bot/app status
  • Additional commits viewable 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.4 to 1.4.1.
- [Release notes](https://github.com/amatsagu/tempest/releases)
- [Commits](amatsagu/tempest@v1.3.4...v1.4.1)

---
updated-dependencies:
- dependency-name: github.com/amatsagu/tempest
  dependency-version: 1.4.1
  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 Dec 15, 2025
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.

1 participant