tcWebHooksPlugin 1.1.249.382
·
424 commits
to master
since this release
Official Release for tcWebHooks 1.1
After a long wait, it has finally arrived. For those upgrading from 0.9.x.x, see the list of major features on the 0.9.x.x to 1.1.x.x wiki page. Note: There was no "1.0" release.
Since 1.1 RC2, the following changes have been completed:
- Fix for null pointer exception (edge case) if AuthType is not defined when editing webhook
This is probably only an issue that could occur if you're manually hacking around in theplugin-settings.xml
file. - Don't show URL of webhooks against the current build if not admin.
If you're a user without PROJECT_EDIT permission, it was possible to see the full URL in a webhook configuration on the WebHook tab of a build page if the webhook was configured for that specific build. This is now hidden as well as the other URLs for webhooks in the project.
What is the crazy version numbering?
- 1.1 is the major and minor version numbers.
- 249 is the build number (roughly this many builds since the project moved to github).
- 382 is the number of commits on master. This made more sense when it was SVN, but for GIT the hash is more useful. If you want to see the commit hash, it is listed in the plugins page in teamcity.
From version 1.2.x releases will switch to semantic versioning.