This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 7b71941bd8 docs: Added the PlcBrowseRequestInterceptor change to the
incompatible changes in the RELEASE_NOTE:
7b71941bd8 is described below
commit 7b71941bd8fc9be69757be6f40a7298db847b43a
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Oct 11 12:55:18 2025 +0200
docs: Added the PlcBrowseRequestInterceptor change to the incompatible
changes in the RELEASE_NOTE:
---
RELEASE_NOTES | 2 ++
1 file changed, 2 insertions(+)
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 0bc18f4996..b6a5ff915a 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -13,6 +13,8 @@ Incompatible changes
- Dropped support for Java 11, new baseline Java version is
Java 21.
+- Updated the signature of the PlcBrowseRequestInterceptor to
+ also accept a tag and item instead of just an item.
Bug Fixes
---------