Skip to content

Commit ab6c74a

Browse files
authored
Merge pull request #212 from telefonicaid/task/prepare_1.2.0
step 1.1.0 -> 1.2.0
2 parents 4fd4653 + 2012ae2 commit ab6c74a

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +0,0 @@
1-
- Fix compose grafo with service: prefix + service + suffix without separators (could be included into prefix o suffix)
2-
- Add fiware-datamodel header propagation (#190)
3-
- Add staging flag to graphql mutations (#208)
4-
- Upgrade dep @confluentinc/kafka-javascript from 1.5.0 to 1.8.0
5-
- Upgrade dep ajv from 1.17.1 to 1.18.0 due to CVE-2025-69873
6-
- Fix shutdown procedure
7-
- Fix handle of QUEUE_FULL and pause queue when full (#199)
8-
- Change from fixed mongo prefix to new custom SMT prefix: move MongoDB namespace prefix handling from Kafnus NGSI to Kafka Connect MongoNamespacePrefix SMT (#185)
9-
- Adapt producers and sinks for the new Header Router (send headers without building target_table) (#182)
10-
- Add KAFNUS_NGSI_GRAPHQL_OUTPUT_TOPIC_BY_SERVICE option (false by default) to compose topic for http sink connector (#180)
11-
- Add KAFNUS_NGSI_GRAPHQL_GRAFO_SUFFIX option (empty by default) to compose grafo for http sink connector
12-
- Remove encoding of special characters and add env var KAFNUS_NGSI_MONGO_PREFIX as a configurable MongoDB prefix global parameter (#178)

Changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
1.2.0 (February 25th, 2026)
2+
3+
- Add: KAFNUS_NGSI_GRAPHQL_OUTPUT_TOPIC_BY_SERVICE option (false by default) to compose topic for http sink connector (#180)
4+
- Add: KAFNUS_NGSI_GRAPHQL_GRAFO_SUFFIX option (empty by default) to compose grafo for http sink connector
5+
- Add: fiware-datamodel header propagation (#190)
6+
- Add: staging flag to graphql mutations (#208)
7+
- Fix: change from fixed mongo prefix to new custom SMT prefix: move MongoDB namespace prefix handling from Kafnus NGSI to Kafka Connect MongoNamespacePrefix SMT (#185)
8+
- Fix: adapt producers and sinks for the new Header Router (send headers without building target_table) (#182)
9+
- Fix: remove encoding of special characters and add env var KAFNUS_NGSI_MONGO_PREFIX as a configurable MongoDB prefix global parameter (#178)
10+
- Fix: compose grafo with service: prefix + service + suffix without separators (could be included into prefix o suffix)
11+
- Fix: shutdown procedure
12+
- Fix: handle of QUEUE_FULL and pause queue when full (#199)
13+
- Upgrade dep @confluentinc/kafka-javascript from 1.5.0 to 1.8.0
14+
- Upgrade dep ajv from 1.17.1 to 1.18.0 due to CVE-2025-69873
15+
116
1.1.0 (January 9th, 2026)
217

318
- Add: backpressure handling (#159)

kafnus-ngsi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kafnus-ngsi",
33
"license": "AGPL-3.0-only",
4-
"version": "1.1.0-next",
4+
"version": "1.2.0",
55
"description": "kafnus-ngsi based on @confluentinc/kafka-javascript",
66
"homepage": "https://github.com/telefonicaid/kafnus",
77
"main": "index.js",

0 commit comments

Comments
 (0)