Skip to content

v0.1.17

Compare
Choose a tag to compare
@hanneshayashi hanneshayashi released this 06 Dec 12:04
· 211 commits to main since this release

This release adds a bunch of new sub commands that allow you to apply a command to all users in one or more organizational unit(s) and / or group(s). For details see: https://gsm.hayashi-ke.online/recursive_commands/#recursive-user-commands
More improvements:

  • You can now configure a delay that GSM will wait after every API call, in order to avoid quota / rate limiting errors. This is in addition to the already existing exponential backoff (courtesy of https://github.com/eapache/go-resiliency/retrier). The default when creating a new config is 200ms.
  • The thread settings now apply to recursive commands as well
  • Bug fixes and performance improvements!