Skip to content

Commit 7ebe97f

Browse files
committed
Step: 3.11.0-next -> 3.12.0
1 parent 6310bb2 commit 7ebe97f

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- Fix: service path levels with 0 length should not be allowed (#4495)
2-
- Fix: changed the default value of `-dbTimeout` to 0 to resolve conflict with `-dbURI` (#4496)
3-
- Fix: wrong INFO startup log showing ORION_MONGO_TIMEOUT, ORION_IN_REQ_PAYLOAD_MAX_SIZE and ORION_OUT_REQ_MSG_MAX_SIZE env var values (#4496)
4-
- Fix: return 400 Bad Request when subject.entities exists but it is an empty array (#4499)
5-
- Deprecate: `-dbhost`, `-rplSet`, `-dbTimeout`, `-dbuser`, `-dbAuthMech`, `-dbAuthDb`, `-dbSSL` and `-dbDisableRetryWrites` CLI parameters along with associated env vars (use `-dbURI` instead`)

Changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.12.0 (February 29th, 2024)
2+
3+
- Fix: service path levels with 0 length should not be allowed (#4495)
4+
- Fix: changed the default value of `-dbTimeout` to 0 to resolve conflict with `-dbURI` (#4496)
5+
- Fix: wrong INFO startup log showing ORION_MONGO_TIMEOUT, ORION_IN_REQ_PAYLOAD_MAX_SIZE and ORION_OUT_REQ_MSG_MAX_SIZE env var values (#4496)
6+
- Fix: return 400 Bad Request when subject.entities exists but it is an empty array (#4499)
7+
- Deprecate: `-dbhost`, `-rplSet`, `-dbTimeout`, `-dbuser`, `-dbAuthMech`, `-dbAuthDb`, `-dbSSL` and `-dbDisableRetryWrites` CLI parameters along with associated env vars (use `-dbURI` instead`)
18
3.11.0 (January 29th, 2024)
29

310
- Add: notification.mqtt.retain and notification.mqttCustom.retain flag for MQTT retain in notifications (#4388)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Support badge](https://img.shields.io/badge/tag-fiware--orion-orange.svg?logo=stackoverflow)](http://stackoverflow.com/questions/tagged/fiware-orion)
1111
[![NGSI v2](https://img.shields.io/badge/NGSI-V2-red.svg)](doc/manuals/orion-api.md)
1212
<br>
13-
[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion.svg)](https://fiware-orion.rtfd.io)
13+
[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion/3.12.0.svg)](https://fiware-orion.rtfd.io/en/3.12.0/)
1414
![Compliance Tests](https://github.com/telefonicaid/fiware-orion/workflows/Compliance%20Tests/badge.svg)
1515
![Unit Tests](https://github.com/telefonicaid/fiware-orion/workflows/Unit%20Tests/badge.svg)
1616
![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.11.0-next"
31+
#define ORION_VERSION "3.12.0"
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/"
44+
#define API_DOC "https://fiware-orion.rtfd.io/en/3.12.0/"
4545

4646
#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_

0 commit comments

Comments
 (0)