tcWebHooksPlugin 1.1-alpha18.241.356
Pre-releaseBugfix release to address changes in TeamCity 2018.1.2.
A change in the TeamCity REST API (removal of a class) caused the tcWebHooks REST API plugin to interfere with the TeamCity REST API plugin.
In recent versions of TeamCity, Jetbrains have started to use the REST API for many of the reqests made to build the UI. Therefore, degradation of the TeamCity REST API actually causes the whole UI to run slowly, and throw errors in the log.
This release contains a fix which re-instates the missing class locally within the plugin. It is a workaround until I can find a better fix for the issue.
If you have updated to TeamCity 2018.1.2, and are using the tcWebHook REST API plugin, I would strongly recommend updating to this release.
More details on TeamCity bug tracker issue TW-56626 and issue #112 raised against tcWebHooks.