Skip to content

Releases: diamondburned/arikawa

v3.6.0

04 Sep 06:44
eabc1be

Choose a tag to compare

What's Changed

  • feat(api): add fields to LoginResponse by @ayn2op in #480
  • feat(gateway): add new fields to IdentifyProperties by @ayn2op in #481
  • gateway: change IdentifyProperties.ClientBuildNumber type to int by @ayn2op in #482
  • feat(gateway): add ability to set custom identify properties by @ayn2op in #483
  • system channel flags by @ayn2op in #484

Full Changelog: v3.5.0...v3.6.0

v3.5.0

03 May 09:23

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

08 Aug 02:39
acbed83

Choose a tag to compare

What's Changed

  • discord: fix MessageFlags failing unmarshaling
  • discord: add URL method to Channel by @samhza in #439
  • api: allow searching DMs by @samhza in #440
  • gateway: add missing Event suffix to GuildMemberListUpdateEvent by @samhza in #442
  • Add initial implementation for automoderator api by @hi117 in #444
  • Bump dependencies.

Full Changelog: v3.3.6...v3.4.0

v3.3.6

26 Apr 05:10
5aaffc3

Choose a tag to compare

What's Changed

  • api: Add GET Thread Member method by @twoscott in #420
  • fix unmarshal IntegerOption by @Rarkness in #421
  • fix cmdroute Autocompleter handling by @patyhank in #423
  • gateway: Add event op + type to unmarshal error
  • discord: Upgrade MemberFlags from u8 to u32

New Contributors

Full Changelog: v3.3.5...v3.3.6

v3.3.5

14 Feb 11:29
2703326

Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in #414
  • build(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 in /0-examples/voice by @dependabot in #415
  • discord: add AttachmentOption unmarshalling by @Benbebop in #416
  • api: add ID to CreateCommandData by @Benbebop in #417
  • handler: Add AllCallersForType for low-level control
  • discord: Add ThreadMetadata.CreateTimestamp field
  • gateway: Add undocumented ConversationSummaryUpdateEvent
  • discord: Add comment for CalcOverrides
  • discord: Add SortRolesByPosition helper function
  • state: Add MemberRoles and SortedRoles helpers
  • gateway: Run go generate for new event
  • state: Fix Messages() being wasteful on later calls
  • cmdroute: Implement Router.{With,Group}
  • state: Fix reaction.Me on MessageReactionAddEvent

New Contributors

Full Changelog: v3.3.4...v3.3.5

v3.3.4

13 Dec 21:56
3bc5ae3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.3...v3.3.4

v3.3.3

01 Sep 04:58
5e0d1cf

Choose a tag to compare

Simo Aleksandrov (1):
      api: Add missing query parameter to `SearchData` (#403)

diamondburned (3):
      cmdroute: Allow routing ComponentInteraction
      webhook: Add several abstracted constructors
      *: Move state example to root package

New Contributors

Full Changelog: v3.3.2...v3.3.3

v3.3.2

03 Aug 01:09
78e456d

Choose a tag to compare

What's Changed

  • Fix the calculation of a default user avatar index by @PlavorSeol in #398

New Contributors

Full Changelog: v3.3.1...v3.3.2

v3.3.1

08 Jul 22:27
4224b93

Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0

03 May 00:23

Choose a tag to compare

What's Changed

  • fix(discord): VoiceState#RequestToSpeakTimestamp field is nullable by @ayn2op in #367
  • Add missing fields to Application struct by @ayn2op in #365
  • Add Flags field to Member struct by @ayn2op in #369
  • Rename GuildBans intent & add GUILD_AUDIT_LOG_ENTRY_CREATE event by @ayn2op in #370
  • Add missing fields in Channel struct by @ayn2op in #366
  • Add GitHub Actions by @diamondburned in #371
  • feat: support for silent messages by @ayn2op in #374
  • discord: add missing fields to MessageType enum by @ayn2op in #376
  • discord: add the other select interaction data types by @starshine-sys in #377
  • build(deps): bump golang.org/x/sys from 0.0.0-20211001092434-39dca1131b70 to 0.1.0 by @dependabot in #378
  • build(deps): bump golang.org/x/sys from 0.0.0-20211001092434-39dca1131b70 to 0.1.0 in /0-examples/voice by @dependabot in #379
  • build(deps): bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 in /0-examples/voice by @dependabot in #381
  • build(deps): bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 by @dependabot in #380
  • Add clarification that description has a limit by @hi117 in #388
  • fix refernce to non-existant type by @hi117 in #387
  • Fix stringselectcomponent's description by @hi117 in #386
  • voice/udp: Reflect upstream changes from Discord by @cybre in #390
  • discord: add Channel field to InteractionEvent struct by @ayn2op in #391
  • discord: add AppFlagAutoModerationRuleCreateBadge to ApplicationFlags by @ayn2op in #392

New Contributors

Full Changelog: v3.2.0...v3.3.0