Skip to content

Releases: warlof/seat-discord-connector

v5.1.1

02 Feb 20:10
781f766
Compare
Choose a tag to compare

Fix

  • ensure installed version is properly returned

v5.1.0

26 Jan 18:10
8eede36
Compare
Choose a tag to compare

Enhancements

  • remove email scope requirement, use username+discriminator instead by @xcrf in #63
  • show a shinny error on duplicated account by @warlof in #66
  • allow clearing Discord Connector oAuth Fields by @tehraven in #67

New Contributors

Full Changelog: 5.0.0...5.1.0

v5.0.0

16 Aug 18:45
6a9b13d
Compare
Choose a tag to compare
build(core): version bump

v3.3.2

09 Jul 06:49
b5d2ef5
Compare
Choose a tag to compare
build(core): v3.3.2

Jobs fix and api

01 Jul 16:18
Compare
Choose a tag to compare

This version is addressing few major bugs related to Discord API usage and overflowed request.

  • Throttling orchestrator job with 20 jobs per 10 seconds
  • Restricting queued and running dispatcher and sync role jobs to 1 a time

Those fixes are supposed to solve following issues :

  • warlof/seat-discord-connector#4
  • warlof/seat-discord-connector#10
  • warlof/seat-discord-connector#11

It also introduce an api endpoint which is providing mapping between Discord and SeAT character relationship.
Documentation is available into standard SeAT documentation (You can retrieve it from SeAT API menu) using OpenAPI standard.
Special thanks to thankbusta who provide it.