Skip to content

v6.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Feb 11:11
6.2.1
c5e746d

Fixes

  • Fix "IllegalArgumentException: character to be escaped is missing" when sharing logs containing windows file paths

v6.2.0

Improvements

  • Filter usernames and session tokens in uploaded logs as defined by the instance filters
  • Fix some requests hanging when their body is being read
  • Trim beginning of logs before applying limits to avoid counting leading newlines and whitespace towards the limit

Deprecations

  • The pattern constants in Log are now deprecated and only serve as fallbacks when the filters endpoint is not available on the specified instance.
  • Log#getContent(Limits) is now deprecated. The new getContent(FilterList) method is internal and might change without notice.
  • LogReader#readContents(Limits) is now deprecated. The new readContents(FilterList) method is internal and might change without notice.