Skip to content

Commit b9ce2c6

Browse files
committed
Step: 4.4.0 -> 4.4.0-dev
1 parent ad5a8cb commit b9ce2c6

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
4.4.0-dev (January 16th, 2026)
2+
3+
- Add: `jexlExpression` field to subscription conditions (`subject.condition`) (#4555)
4+
- Fix: kafkaCustom.headers support including the ability to override the default Fiware-Service and Fiware-ServicePath headers (#4726)
5+
- Hardening: upgrade microhttpd dependency from 1.0.1 to 1.0.2
6+
- Hardening: upgrade libmongoc dependency from 1.29.0 to 2.2.1
7+
- Hardening: upgrade libmosquitto dependency from 2.0.20 to 2.0.22
8+
- Upgrade Debian version from 12.10 to 13.3 in Dockerfile
9+
110
4.4.0 (January 16th, 2026)
211

312
- Add: `jexlExpression` field to subscription conditions (`subject.condition`) (#4555)

src/app/contextBroker/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929

3030

31-
#define ORION_VERSION "4.4.0"
31+
#define ORION_VERSION "4.4.0-dev"
3232

3333
#endif // SRC_APP_CONTEXTBROKER_VERSION_H_

src/lib/common/defaultValues.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
*
4242
* API Documentation - The link to the the GEri documentation, either in the gh-pages (.github.io/) inside the fiware organization in GitHub or ReadTheDocs manual.
4343
*/
44-
#define API_DOC "https://fiware-orion.rtfd.io/en/4.4.0/"
44+
#define API_DOC "https://fiware-orion.rtfd.io/en/4.4.0-dev/en/4.4.0/"
4545

4646
#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_

0 commit comments

Comments
 (0)