Skip to content

Commit

Permalink
Step: 3.6.0-next -> 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed May 26, 2022
1 parent 60f8f35 commit 8b19705
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
12 changes: 0 additions & 12 deletions CHANGES_NEXT_RELEASE
@@ -1,12 +0,0 @@
- Add: Docker healthcheck based on context broker API
- Add: support for Feature and FeaturesCollection GeoJSON types (normalizing geometries) in entity locations (#4114)
- Add: support to null element in string list filters (e.g. q=A:foo,null) (#4120)
- Add: improve BadInput logs with extra information when available (#4121)
- Fix: allow limit=0 in all paginated operations in the NGSIv2 API (entities, entity types, subscriptions and registrations) (#1492)
- Add: conditions.alterationTypes subscription fuctionality (#1494)
- Add: alterationType built-in atrribute in notifications (#1494)
- Fix: wrong log traces in update forwarding cases
- Add: debug tracelevel (-t 56) to get information when regex compilation fails (#4098)
- Fix: covered notifications in subscriptions (#3693)
- Fix: memory leak in MQTT connection management logic when connection to MQTT broker cannot be established
- Reference distribution changed RHEL/CentOS 8 to Debian 11
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@
[![Support badge](https://img.shields.io/badge/tag-fiware--orion-orange.svg?logo=stackoverflow)](http://stackoverflow.com/questions/tagged/fiware-orion)
[![NGSI v2](https://img.shields.io/badge/NGSI-V2-red.svg)](http://fiware-ges.github.io/orion/api/v2/stable/)
<br>
[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion.svg)](https://fiware-orion.rtfd.io)
[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion/3.7.0.svg)](https://fiware-orion.rtfd.io/en/3.7.0/)
![Compliance Tests](https://github.com/telefonicaid/fiware-orion/workflows/Compliance%20Tests/badge.svg)
![Unit Tests](https://github.com/telefonicaid/fiware-orion/workflows/Unit%20Tests/badge.svg)
![Functional Tests](https://github.com/telefonicaid/fiware-orion/workflows/Functional%20Tests/badge.svg)
Expand Down
14 changes: 14 additions & 0 deletions rpm/SPECS/contextBroker.spec
Expand Up @@ -193,6 +193,20 @@ if [ "$1" == "0" ]; then
fi

%changelog
* Thu May 26 2022 Fermin Galan <fermin.galanmarquez@telefonica.com> 3.7.0-1
- Add: conditions.alterationTypes subscription fuctionality (#1494)
- Add: alterationType built-in atrribute in notifications (#1494)
- Add: covered notifications in subscriptions (#3693)
- Add: support for Feature and FeaturesCollection GeoJSON types (normalizing geometries) in entity locations (#4114)
- Add: support to null element in string list filters (e.g. q=A:foo,null) (#4120)
- Add: improve BadInput logs with extra information when available (#4121)
- Add: debug tracelevel (-t 56) to get information when regex compilation fails (#4098)
- Add: Docker healthcheck based on context broker API
- Fix: allow limit=0 in all paginated operations in the NGSIv2 API (entities, entity types, subscriptions and registrations) (#1492)
- Fix: wrong log traces in update forwarding cases
- Fix: memory leak in MQTT connection management logic when connection to MQTT broker cannot be established
- Reference distribution changed RHEL/CentOS 8 to Debian 11

* Wed Mar 02 2022 Fermin Galan <fermin.galanmarquez@telefonica.com> 3.6.0-1
- Add: ignoreType metadata so Orion ignores attribute type semantic (supported by geo-types at the present moment) (#4032)
- Add: URL decode in header values in custom notifications (#4071)
Expand Down
2 changes: 1 addition & 1 deletion src/app/contextBroker/version.h
Expand Up @@ -28,6 +28,6 @@



#define ORION_VERSION "3.6.0-next"
#define ORION_VERSION "3.7.0"

#endif // SRC_APP_CONTEXTBROKER_VERSION_H_
2 changes: 1 addition & 1 deletion src/lib/common/defaultValues.h
Expand Up @@ -41,6 +41,6 @@
*
* 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.
*/
#define API_DOC "https://fiware-orion.rtfd.io/"
#define API_DOC "https://fiware-orion.rtfd.io/en/3.7.0/"

#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_

0 comments on commit 8b19705

Please sign in to comment.