Skip to content

Commit 0f84d36

Browse files
authored
Merge pull request #756 from authorjapps/notice_pr
PR - Document deprecation of 'ignoreHeader' in README
2 parents 43ad02a + 3001b70 commit 0f84d36

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ Next, install the [Steply](https://github.com/QABEES/steply?tab=readme-ov-file#s
88
[![Performance Testing](https://img.shields.io/badge/performance-testing-8A2BE2)](https://github.com/authorjapps/zerocode/wiki/Load-or-Performance-Testing-(IDE-based))
99
[![Kafka Testing](https://img.shields.io/badge/kafka-testing-blue)](https://zerocode-tdd.tddfy.com/kafka/Kafka-Testing-Introduction)
1010

11+
---
12+
13+
> [!WARNING]
14+
> **v1.4.0 — `ignoreHeader` is deprecated, replaced by `withHeaders`. Removed in v1.4.1.**
15+
>
16+
> | Remove | Replace with |
17+
> |---|---|
18+
> | `"ignoreHeader": false` | `"withHeaders": true` |
19+
> | `"ignoreHeader": true` | `"withHeaders": false` |
20+
>
21+
> 📖 See the [Migration Guide](https://github.com/authorjapps/zerocode/wiki/Migration%E2%80%90Guide%E2%80%90ignoreHeader%E2%80%90to%E2%80%90withHeaders%E2%80%90notice) for full steps and named parameter usage.
22+
23+
---
1124

1225
**Latest release:🏹** [![Maven](https://maven-badges.herokuapp.com/maven-central/org.jsmart/zerocode-tdd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jsmart/zerocode-tdd/) <br/>
1326
**CI Testing:** ![example workflow](https://github.com/authorjapps/zerocode/actions/workflows/main.yml/badge.svg)

0 commit comments

Comments
 (0)