Skip to content

Commit 30622ca

Browse files
authored
Merge pull request #4283 from telefonicaid/task/prepare_3.8.1
Step: 3.8.0 -> 3.8.1
2 parents ea25163 + 183bff5 commit 30622ca

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
- Add: -mqttTimeout (env var ORION_MQTT_TIMEOUT) for MQTT broker connection timeout
2-
- Fix: queue workers deadlock when MQTT broker was not responding to connection attemp
3-
- Fix: Ngsiv2-AttrsFormat header set to "normalized" in NGSI patching custom notification

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.8.1 (February 17th, 2023)
2+
3+
- Add: -mqttTimeout (env var ORION_MQTT_TIMEOUT) for MQTT broker connection timeout
4+
- Fix: queue workers deadlock when MQTT broker was not responding to connection attemp
5+
- Fix: Ngsiv2-AttrsFormat header set to "normalized" in NGSI patching custom notification
6+
17
3.8.0 (January 12th, 2023)
28

39
- Add: json field in httpCustom and mqttCustom subscriptions to implement JSON-based payloads in notifications (#2560)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Support badge](https://img.shields.io/badge/tag-fiware--orion-orange.svg?logo=stackoverflow)](http://stackoverflow.com/questions/tagged/fiware-orion)
1010
[![NGSI v2](https://img.shields.io/badge/NGSI-V2-red.svg)](doc/manuals/orion-api.md)
1111
<br>
12-
[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion/3.8.0.svg)](https://fiware-orion.rtfd.io/en/3.8.0/)
12+
[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion/3.8.1.svg)](https://fiware-orion.rtfd.io/en/3.8.1/)
1313
![Compliance Tests](https://github.com/telefonicaid/fiware-orion/workflows/Compliance%20Tests/badge.svg)
1414
![Unit Tests](https://github.com/telefonicaid/fiware-orion/workflows/Unit%20Tests/badge.svg)
1515
![Functional Tests](https://github.com/telefonicaid/fiware-orion/workflows/Functional%20Tests/badge.svg)

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 "3.8.0"
31+
#define ORION_VERSION "3.8.1"
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/3.8.0/"
44+
#define API_DOC "https://fiware-orion.rtfd.io/en/3.8.1/"
4545

4646
#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_

0 commit comments

Comments
 (0)