Skip to content

Commit b5faf0f

Browse files
committed
Add news entry
1 parent 435c6d6 commit b5faf0f

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Cake Issues v5.3.0 Released
3+
date: 2025-01-10
4+
categories:
5+
- Release Notes
6+
search:
7+
boost: 0.5
8+
---
9+
10+
Cake Issues version 5.3.0 has been released bringing improvements to Test Anything Protocol issue provider.
11+
12+
<!-- more -->
13+
14+
This post shows the highlights included in this release.
15+
For update instructions skip to [Updating from previous versions](#updating-from-previous-versions).
16+
17+
❤ Huge thanks to our community! This release would not have been possible without your support and contributions! ❤
18+
19+
People working on this release:
20+
21+
* [pascalberger](https://github.com/pascalberger){target="_blank"}
22+
23+
## Improvements for Test Anything Protocol issue provider
24+
25+
This version fixes an issue where TAP files created by [stylelint]{target="_blank"} containing
26+
absolute paths could not be read.
27+
28+
There are also cases where [stylelint]{target="_blank"} would write invalid YAML content into the TAP file.
29+
The parser now tries to handle the case where double quotes are not escaped in a YAML block,
30+
which is the case if a message from a [stylelint]{target="_blank"} rule contains double quotes.
31+
32+
Starting with this release the [stylelint]{target="_blank"} log format for the TAP issue provider
33+
will also skip issues with a path outside of the defined repository root path.
34+
35+
## Updating from previous versions
36+
37+
Cake.Issues 5.3.0 addins are compatible with any 5.x addins.
38+
To update to the new version bump the version of the specific addins.
39+
40+
For details see [release notes](https://github.com/cake-contrib/Cake.Issues/releases/tag/5.3.0){target="_blank"}
41+
42+
[stylelint]: https://stylelint.io/

0 commit comments

Comments
 (0)