-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangelog
More file actions
38 lines (30 loc) · 2.26 KB
/
Changelog
File metadata and controls
38 lines (30 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
1.3.0 (April 30th, 2026)
- Upgrade http connector version for version0.9.0_basicv2 to version0.9.0_basicv3 (#47)
1.2.0 (April 14th, 2026)
- Fix: HeaderRouter now correctly falls back to the sink-configured datamodel when the fiware-datamodel header is missing or empty (#38)
- Upgrade postgresql from 42.7.8 to 42.7.9
- Upgrade kafka-connect-jdbc for postgis from 10.8.4 to 10.9.2
- Upgrade Dockerfile for use kafka 4.2.0
- Upgrade mongo connect dep from 2.0.1 to 2.1.0
- Upgrade kafka connect api and transport dependencies form 3.6.1 to 4.2.0
- Upgrade http connector version for version0.9.0_basic to version0.9.0_basicv2
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)
- Feature: MongoDB sink with metadata enrichment (recvTime) (kafnus#104, kafnus#99)
- Feature: HTTP Sink supporting GraphQL mutations and custom payloads (kafnus#90, kafnus#102, kafnus#97)
- Feature: DLQ support for HTTP sink (kafnus#93)
- Feature: environment variables can now be used in sink configurations (kafnus#131, kafnus#133)
- Fix: JDBC patch and PostGIS type support (kafnus#50, kafnus#84, kafnus#87)
- Upgrade postgresql from 42.7.1 to 42.7.8 due to CVE-2025-49146 (kafnus#122)
- Change: exposed Kafka configuration through Kafnus environment variables (kafnus#107)
- Change: switched Kafka broker image from Confluent to Apache (Kafka Connect still using Confluent image) (kafnus#109)
- Change: Kafnus Connect Docker image now uses OpenJDK 17 + Apache Kafka base instead of Confluent image (kafnus#118)