This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
Releases: Orange-OpenSource/fiware-cepheus
Releases · Orange-OpenSource/fiware-cepheus
1.0.0
0.1.9
Minor features
- Update to NGSI library 1.2.3
Bug fixes
- Fix example mocks dependencies to use the fiware-ngsi library
- Improve documentation in example 3_CepAndBroker
- Update docker image for md2pdf
- Update the apiary spec
0.1.8
Major features
- Broker will now require subscription requests to provide the complete URL for notifications.
Previous behavior was to append the standard/ngsi10/notifyContext
to the URL which is not done anymore.
This allows applications to receive notifications with custom URL paths and parameters.
Minor features
- Update to ngsi-api library 0.1.2
Bug fixes
0.1.7 FIWARE-5.3.2
Minor features
- Update fiware-ngsi-api dependency to 0.1.1
Warning: Starting with this release, Cepheus Broker and CEP use JSON by default instead of XML for NGSI v1.
If a host initiates a NGSI exchange with Broker or CEP using XML, Cepheus components will keep communicating using XML. XML support is now deprecated and will be removed in a future version of Fiware Cepheus.
Bug fixes
- Fixes compatibility with Orion 1.0.0 and above #51 (by using JSON as default NGSI format)
0.1.6 Fiware-5.2.3
0.1.6
Major features
- move to fiware-ngsi-api library
Minor features
- align badges for FIWARE Projects
Bug fixes
0.1.5 Fiware-5.2.2
0.1.4 Fiware-5.2.1
0.1.3 FIWARE-5.1.3
0.1.2 FIWARE-5.1.2
0.1.1 FIWARE-5.1.1
Major features
- Date and Geo:Point type support in Cepheus-CEP #14
- Filter forward updateContext requests in Cepheus-Broker #13
- Registration persistence in Cepheus-Broker #8
- Subscription persistence in Cepheus-Broker #6
- Linksprite demo application #7
- Jsonpath support in Cepheus-CEP #5
Minor features
- Updated documentation