Skip to content

Releases: disgoorg/disgo

v0.8.0

26 Mar 18:51
59f8a24
Compare
Choose a tag to compare

THIS RELEASE IS 100% BREAKING AND REQUIRES GO 1.18

What's Changed

  • the core package was full removed. all entities live in the discord package now and do not offer high level methods anymore
  • the bot package partially replace the core package now. It offers the Client interface(replacement for core.Bot)
  • the rest package is now the standard to make requests to discord
  • caches are now implemented with generics(go 1.18 feature) and and live in the cache package
  • bot.New is now replaced with disgo.New
  • info package contests are moved to disgo package
  • json package now has a generic NewPtr(t T) *T function and Optional[T] type to help with optional & nullable json fields

PRs

  • implement application command localization by @TopiSenpai in #130
  • unify gateway commands and messages, rename events for consistency by @TopiSenpai in #131
  • remove core package and refactor by @TopiSenpai in #129

Full Changelog: v0.7.4...v0.8.0

v0.7.4

19 Mar 12:31
Compare
Choose a tag to compare

What's Changed

  • update to discords v10 api by @TopiSenpai in #127
  • Fixed unused values on channelServiceImpl.GetMessages by @Thunder33345 in #128
  • fix command options being omitted when not provided

New Contributors

Full Changelog: v0.7.3...v0.7.4

v0.7.3

18 Mar 23:23
Compare
Choose a tag to compare

What's Changed

  • add support for attachment responses with http interactions by @TopiSenpai in #122
  • introduce InputComponent interface and CustomID=>InputComponent mapping by @TopiSenpai in #124
  • Fix reconnecting failing by @TopiSenpai in #126
  • Fix Edit Application Command Permissions endpoint
  • Fix not working default_permissions

Full Changelog: v0.7.2...v0.7.3

v0.7.2

11 Feb 14:20
6b07b5f
Compare
Choose a tag to compare

What's Changed

  • better handling of ws closes by in #84
  • modals by in #108

Full Changelog: v0.7.1...v0.7.2

v0.7.1

10 Feb 22:53
80dc9ee
Compare
Choose a tag to compare

What's Changed

  • add attachment option type by @TopiSenpai in #118

Full Changelog: v0.7.0...v0.7.1

v0.7.0

24 Jan 02:39
e001654
Compare
Choose a tag to compare

What's Changed

  • move snowflake type into new repo by @TopiSenpai in #116

Full Changelog: v0.6.12...v0.7.0

v0.6.12

11 Jan 02:42
05af231
Compare
Choose a tag to compare

What's Changed

  • add interaction locales by @TopiSenpai in #113

Full Changelog: v0.6.11...v0.6.12

v0.6.11

10 Jan 19:55
Compare
Choose a tag to compare
  • nothing to see here

Full Changelog: v0.6.10...v0.6.11

v0.6.10

10 Jan 19:51
Compare
Choose a tag to compare
  • fix 'Ambiguous Reference Member' in interactions

Full Changelog: v0.6.9...v0.6.10

v0.6.9

10 Jan 19:31
07549dd
Compare
Choose a tag to compare

What's Changed

  • refactor discord interactions by @TopiSenpai in #112

Full Changelog: v0.6.8...v0.6.9