Skip to content

Commit

Permalink
Step: 0.28.0-next -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fermin Galan committed Mar 29, 2016
1 parent 7be2fae commit 8bd2c62
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 21 deletions.
18 changes: 0 additions & 18 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,18 +0,0 @@
- Fix: over-logging at error level due to not checking field existente in BSON objects
- Hardening: use safeMongo get*Field() methods in places not previously using them (mainly in csubs cache library)
- Fix: aggregating entities without type and type "" in same entry at GET entity types operation
- Fix: DB error relog done at ERROR level (previously it was using WARNING)
- Fix: check for invalid chars in attribute type (Issue #1847, #1844)
- Fix: check for field too long in attribute type (Issue #1845)
- Fix: check for metadatas with empty name (Issue #1438)
- Fix: accepting backslash-slash in JSON v1 payload (Issue #1852)
- Remove: deprecated functionality related with ONTIMEINTERVAL subscriptions
- Remove: XML support (deprecated functionality) (Issue #1862)
- Add: new value for URI param 'options': unique - like 'values', but avoiding duplicates (Issue #1050)
- Add: check min length for IDs in v2 (Issue #1836)
- Fix: PATCH /v2/entities correct interpretaion of null value and missing type in payload
. Fix: PATCH /v2/entities missing value field (Issue #1789)
- Fix: GET /v2/entities/id/attrs/name/value for type date (Issue #1885)
- Fix: PUT /v2/entities/id/attrs/name/value forbidden chars (JSON) (Issue #1905)
- Fix: PUT /v2/entities/id/attrs/name/value changing type to 'none' (text/plain) (Issue #1904)
- Add: PUT /admin/log?level=XXX to change log level in run-time (Issue #1913)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
release.sh needs to be changed also -->

[![License badge](https://img.shields.io/badge/license-AGPL-blue.svg)](https://opensource.org/licenses/AGPL-3.0)
[![Documentation badge](https://readthedocs.org/projects/fiware-orion/badge/?version=latest)](http://fiware-orion.readthedocs.org/en/latest/?badge=latest)
[![Documentation badge](https://readthedocs.org/projects/fiware-orion/badge/?version=1.0.0)](http://fiware-orion.readthedocs.org/en/1.0.0/?badge=1.0.0)
[![Docker badge](https://img.shields.io/docker/pulls/fiware/orion.svg)](https://hub.docker.com/r/fiware/orion/)
[![Support badge]( https://img.shields.io/badge/support-sof-yellowgreen.svg)](http://stackoverflow.com/questions/tagged/fiware-orion)

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:centos6.6
MAINTAINER FIWARE Orion Context Broker Team. Telefónica I+D

ENV ORION_USER orion
ENV GIT_REV_ORION develop
ENV GIT_REV_ORION release/1.0.0
ENV CLEAN_DEV_TOOLS 1

RUN adduser --comment "${ORION_USER}" ${ORION_USER}
Expand Down
20 changes: 20 additions & 0 deletions rpm/SPECS/contextBroker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,26 @@ if [ "$1" == "0" ]; then
fi

%changelog
* Tue Mar 29 2016 Fermin Galan <[email protected]> 1.0.0-1
- Add: new value for URI param 'options': unique - like 'values', but avoiding duplicates (Issue #1050)
- Add: PUT /admin/log?level=XXX to change log level in run-time (Issue #1913)
- Add: check min length for IDs in v2 (Issue #1836)
- Fix: over-logging at error level due to not checking field existente in BSON objects
- Fix: aggregating entities without type and type "" in same entry at GET entity types operation
- Fix: DB error relog done at ERROR level (previously it was using WARNING)
- Fix: check for invalid chars in attribute type (Issue #1847, #1844)
- Fix: check for field too long in attribute type (Issue #1845)
- Fix: check for metadatas with empty name (Issue #1438)
- Fix: accepting backslash-slash in JSON v1 payload (Issue #1852)
- Fix: PATCH /v2/entities correct interpretaion of null value and missing type in payload
. Fix: PATCH /v2/entities missing value field (Issue #1789)
- Fix: GET /v2/entities/id/attrs/name/value for type date (Issue #1885)
- Fix: PUT /v2/entities/id/attrs/name/value forbidden chars (JSON) (Issue #1905)
- Fix: PUT /v2/entities/id/attrs/name/value changing type to 'none' (text/plain) (Issue #1904)
- Hardening: use safeMongo get*Field() methods in places not previously using them (mainly in csubs cache library)
- Remove: deprecated functionality related with ONTIMEINTERVAL subscriptions
- Remove: XML support (deprecated functionality) (Issue #1862)

* Mon Feb 29 2016 Fermin Galan <[email protected]> 0.28.0-1
- Add: implemented new operation: POST /v2/op/query (Issue #1080)
- Add: implemented new operation: POST /v2/op/update (Issue #1715)
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 "0.28.0-next"
#define ORION_VERSION "1.0.0"

#endif // SRC_APP_CONTEXTBROKER_VERSION_H_

0 comments on commit 8bd2c62

Please sign in to comment.