% Queue service changelog
% Fabrice Le Coz
% November, 2016
v1.0.4
- public release
v1.0.3
- add some debug logs
v1.0.2
- revert relay message from 1.0.0
v1.0.1
- update schema to accept the "messageId" property in received messages
v1.0.0
Nota : The version 0.0.18 is marked as version 1.0.0 ( prod version ).
The patched production versions will be marked as 1.0.xThe development versions will be marked as 1.1.x
v0.0.18
- Fix Schema for received measures
- Fix Rejected message when no database is found
v0.0.17-1
- Fix Timeout on transmitting message to HHRPro instances
- Fix received message schema for "measures"
v0.0.17
- Fix receive measure from SServer
v0.0.16
- add logs for http requests
- Fix regression on received messages
v0.0.15-1
- Adds some logs on received messages from the SServer
v0.0.15
- Fix url to delete msg
v0.0.14
- add a emergency log if the config file couldn't be found
- add a emergency log if the config file isn't a JSON file
- change warning to emergency log when checking the config file
- add "retry" in config file : retry in minutes ( resend messages kept in the queue )
- set box status to null ( unknown ) on sending init message
v0.0.13
- FIX received 'application/json'
- create a schema for each message type
v0.0.12
- add an example of url with basic authentification for SServer
v0.0.11
- modif config file : add appSri and retry
- treatment of error message when getting gateway database
- Fix agenda to resend the queue every 'retry' minutes
- mock server read also the appSri parameter from the config file