Skip to content

v3.11.3

Latest
Compare
Choose a tag to compare
@p12tic p12tic released this 20 May 17:09
· 855 commits to master since this release
v3.11.3
dd82723

Bug fixes

  • Fixed a bug that caused GitPoller running with git configured with fetch.prune=true parameter to fail.
  • Fixed a bug that caused GitPoller to miss changes when buildbot is reconfigured
  • Reduced length of directory names produced by GitPoller internally. Long directory names could potentially break GitPoller on filesystems with low path and name length limits.
  • Removed credentials from repourl used in the tracker branch name.

Deprecations and Removals

  • The pollinterval (note the small i) argument of various change sources has been deprecated with a warning in favor of pollInterval.

Features

  • Added MessageFormatterFunctionRaw which allows complete customization of messages to be emitted. This feature has been available since 3.11.0 and only the announcement has been missed.