Skip to content
This repository was archived by the owner on Aug 2, 2026. It is now read-only.

MotorTownMods v0.6.6

Choose a tag to compare

@github-actions github-actions released this 08 Jul 07:13
· 132 commits to main since this release
d5a5b3f

Refactor webhook execution and flow

Major changes

  • Webhook call has drastically improved over v0.5, which no longer causes hitches whenever MOD_WEBHOOK_URL is set. It also runs on a separate thread, further improving responsiveness.
  • More robust module loading and error handling. The new modules included with this release have reportedly been faster than previously static libraries.
  • Improved webserver throughput. The updated modules no longer have the 40-byte restriction.
  • Fix #3 by adding webhook HTTPS endpoint support.

Breaking changes

  • Those who still use the old modules may have to enable MOD_SERVER_SEND_PARTIAL to continue using the webserver.
  • Webhook request is now using webclient.CreateEventWebhook, deprecating webclient.CreateWebhookRequest