Skip to content

v2.0.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@netwolfuk netwolfuk released this 03 Apr 10:41
· 2 commits to jersey2-upgrade-tc since this release

Bugfix release for TeamCity 2024.03 - NOT COMPATIBLE with older TeamCity Versions

Addresses #236. If you're upgrading from v1.2.5, please also read the release notes for previous 2.0.0-rc versions.

Compatibility

  • tcWebHook plugin is expected to work with TeamCity 2019 and newer because there are no changes since v2.0.0-rc3.
  • tcWebHooks-REST plugin is not expected to work with TeamCity version 2023.x or older. It's only compatible with 2024.03 and newer.

Notes

  • The team at Jetbrains recently updated the version of Jersey (the REST API framework) on which the TeamCity REST API is built. This update was released with TeamCity 2024.03
  • tcWebhooks REST API extends the TeamCity REST API to enable REST Configuration of webhooks, parameters and templates.

The recent changes to Jersey also rely on a recent TeamCity version. Therefore the work done in 2023 for tcWebHooks 2.0.0 was the base on which to build the updated tcWebHooks REST version. No attempt has been made to back-port the Jersey changes to tcWebHooks 1.2.x

Known bugs:

  • The endpoint for previewing and testing a template is not fixed yet. However, editing Templates and WebHooks works correctly from the testing I have done.
  • All automated unit and integration tests for the REST plugin have been disabled because they don't work with Jersey2