diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 770317a..8b13789 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -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) + diff --git a/Changelog b/Changelog index 7677d75..a1bc375 100644 --- a/Changelog +++ b/Changelog @@ -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)