Skip to content

Commit

Permalink
Step: 2.0.0-next -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Dec 19, 2018
1 parent 8d2f8b2 commit 6574bb5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
11 changes: 0 additions & 11 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
- Fix: metadata filter was lost during csub cache refresh (#3290)
- Fix: NGSIv1-like error responses were used in some NGSIv2 operations
- Add: support to MongoDB 3.6 (#3079)
- Remove: isDomain field in NGSIv1 registrations (it was never used)
- Fix: NGSIv2-NGSIv1 location metadata issues (#3122)
- Fix: Wrong inclusion of "location" metadata in geo:json notifications (#3045)
- Add: Oneshot Subscription (#3189)
- Fix: problems rendering structured attribute values when forwarded queries are involved (#3162, #3363, #3282)
- Fix: cache sem is not taken before subCacheItemLookup() call (#2882)
- Fix: wrong Runtime Error logs on GET /v2/registrations and GET /v2/registrations/{id} calls (#3375)
- Deprecate: Rush support (along with -rush CLI parameter)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![SOF support badge](https://nexus.lab.fiware.org/repository/raw/public/badges/stackoverflow/orion.svg)](http://stackoverflow.com/questions/tagged/fiware-orion)
[![NGSI v2](https://nexus.lab.fiware.org/repository/raw/public/badges/specifications/ngsiv2.svg)](http://fiware.github.io/context.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/2.1.0.svg)](https://fiware-orion.rtfd.io/en/2.1.0/)
[![Build badge](https://img.shields.io/travis/telefonicaid/fiware-orion.svg)](https://travis-ci.org/telefonicaid/fiware-orion/)
![Status](https://nexus.lab.fiware.org/static/badges/statuses/orion.svg)

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM centos:centos7.4.1708
MAINTAINER FIWARE Orion Context Broker Team. Telefónica I+D

ENV ORION_USER orion
ENV GIT_REV_ORION master
ENV GIT_REV_ORION 2.1.0
ENV CLEAN_DEV_TOOLS 1

WORKDIR /opt
Expand Down
13 changes: 13 additions & 0 deletions rpm/SPECS/contextBroker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,19 @@ if [ "$1" == "0" ]; then
fi

%changelog
* Wed Dec 19 2018 Fermin Galan <[email protected]> 2.1.0-1
- Add: Oneshot Subscription (#3189)
- Add: support to MongoDB 3.6 (#3079)
- Fix: problems rendering structured attribute values when forwarded queries are involved (#3162, #3363, #3282)
- Fix: NGSIv2-NGSIv1 location metadata issues (#3122)
- Fix: wrong inclusion of "location" metadata in geo:json notifications (#3045)
- Fix: metadata filter was lost during csub cache refresh (#3290)
- Fix: NGSIv1-like error responses were used in some NGSIv2 operations
- Fix: cache sem is not taken before subCacheItemLookup() call (#2882)
- Fix: wrong Runtime Error logs on GET /v2/registrations and GET /v2/registrations/{id} calls (#3375)
- Deprecate: Rush support (along with -rush CLI parameter)
- Remove: isDomain field in NGSIv1 registrations (it was never used)

* Fri Sep 28 2018 Fermin Galan <[email protected]> 2.0.0-1
- Fix: GET /v2/subscriptions and GET /v2/subscriptions/{id} crashes for permanent subscriptions created before version 1.13.0 (#3256)
- Fix: correct processing of JSON special characters (such as \n) in NGSIv2 rendering (#3280, #2938)
Expand Down
2 changes: 1 addition & 1 deletion src/app/contextBroker/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@



#define ORION_VERSION "2.0.0-next"
#define ORION_VERSION "2.1.0"

#endif // SRC_APP_CONTEXTBROKER_VERSION_H_
2 changes: 1 addition & 1 deletion src/lib/common/defaultValues.h
Original file line number Diff line number Diff line change
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/2.1.0/"

#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_

0 comments on commit 6574bb5

Please sign in to comment.