Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
- Release and use kafnus-connect-smt-1.1.0 version
- Fix: allow empty fiware-servicepath in DM_BY_ENTITY_TYPE_DATABASE datamodel (#27)
- Fix Openjdk (minor) version to 17.0.1 in Dockerfile (#12)
- Fix: use version 0.9.0 with basic auth for http connector (#17)
- Refactor: HeaderRouter SMT now supports dynamic datamodel resolution via `fiware-datamodel` header with NGSI headers and optional suffix support (#31)
- Refactor HeaderRouter SMT to use datamodel-based dynamic schema/table routing with NGSI headers and optional suffix support (#13)
- Add support for secure Kafka SASL protocols (#28)
- Add MongoNamespacePrefix SMT for configurable MongoDB database and collection name prefixing (#15)

11 changes: 11 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.1.0 (February 25th, 2026)

- Add: support for secure Kafka SASL protocols (#28)
- Add: MongoNamespacePrefix SMT for configurable MongoDB database and collection name prefixing (#15)
- Fix: allow empty fiware-servicepath in DM_BY_ENTITY_TYPE_DATABASE datamodel (#27)
- Fix: Openjdk (minor) version to 17.0.1 in Dockerfile (#12)
- Fix: use version 0.9.0 with basic auth for http connector (#17)
- Release and use kafnus-connect-smt-1.1.0 version
- Refactor: HeaderRouter SMT now supports dynamic datamodel resolution via `fiware-datamodel` header with NGSI headers and optional suffix support (#31)
- Refactor: HeaderRouter SMT to use datamodel-based dynamic schema/table routing with NGSI headers and optional suffix support (#13)

1.0.0 (October 14th, 2025)

- Feature: PostGIS JDBC connector with WKB geometry support and custom SMT HeaderRouter (kafnus#50, kafnus#89)
Expand Down