Skip to content

Commit eb4455b

Browse files
committed
Step: 3.9.0-next -> 3.10.0
1 parent 321e221 commit eb4455b

File tree

5 files changed

+21
-18
lines changed

5 files changed

+21
-18
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +0,0 @@
1-
- Add: option to change deprecate log setting in the REST management API
2-
- Fix: decimal rounding in some cases was generating wrong JSON in query responses and notifications (#4346)
3-
- Fix: pagination support in request query forwarding to Context Providers (#4149, #847, #1647)
4-
- Fix: count option not working when georel=near was in use (500 error was returned)
5-
- Fix: maxFailsLimit didn't work in some cases when update subscription is done just after cache refresh (only when csubs cache is enabled)
6-
- Fix: conditions.notifyOnMetadataChange false not working if condition.attrs is empty
7-
- Deprecate: `geo:json`, `geo:line`, `geo:box` and `geo:polygon` attribute types (use `geo:json` instead)
8-
- Remove: all NGSIv1 operations (deprecated in Orion 2.0.0) except the following ones
9-
- PUT /v1/contextEntities/{id}
10-
- DELETE /v1/contextEntities/{id}
11-
- GET /v1/contextEntities/{id}/attributes/{name}
12-
- POST /v1/updateContext
13-
- POST /NGSI10/updateContext
14-
- POST /v1/queryContext
15-
- POST /NGSI10/queryContext

Changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
3.10.0 (June 12th, 2023)
2+
3+
- Add: option to change deprecate log setting in the REST management API
4+
- Fix: decimal rounding in some cases was generating wrong JSON in query responses and notifications (#4346)
5+
- Fix: pagination support in request query forwarding to Context Providers (#4149, #847, #1647)
6+
- Fix: count option not working when georel=near was in use (500 error was returned)
7+
- Fix: maxFailsLimit didn't work in some cases when update subscription is done just after cache refresh (only when csubs cache is enabled)
8+
- Fix: conditions.notifyOnMetadataChange false not working if condition.attrs is empty
9+
- Deprecate: `geo:json`, `geo:line`, `geo:box` and `geo:polygon` attribute types (use `geo:json` instead)
10+
- Remove: all NGSIv1 operations (deprecated in Orion 2.0.0) except the following ones
11+
- PUT /v1/contextEntities/{id}
12+
- DELETE /v1/contextEntities/{id}
13+
- GET /v1/contextEntities/{id}/attributes/{name}
14+
- POST /v1/updateContext
15+
- POST /NGSI10/updateContext
16+
- POST /v1/queryContext
17+
- POST /NGSI10/queryContext
18+
119
3.9.0 (June 2th, 2023)
220

321
- Add: new simplifiedNormalized and simplifiedKeyvalues for attrsFormat (#4286)

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.svg)](https://fiware-orion.rtfd.io)
12+
[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion/3.10.0.svg)](https://fiware-orion.rtfd.io/en/3.10.0/)
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.9.0-next"
31+
#define ORION_VERSION "3.10.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.10.0/"
4545

4646
#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_

0 commit comments

Comments
 (0)