Releases: NLeSC/eEcology-SMS-reciever
Releases · NLeSC/eEcology-SMS-reciever
v1.0.10
Webservice to store SMS messages send by http://www.uva-bits.nl/ devices into a database table.
Accepts SMS messages from SMSSync Android app see https://play.google.com/store/apps/details?id=org.addhen.smssync, http://smssync.ushahidi.com/ and https://github.com/ushahidi/SMSSync .
Fixed
- Catch InvalidRequestError and perform rollback
Added
- /status endpoint will give error when no positions have been received recently
v1.0.9
Added
- Example apache config
- Example nagios check
- Functional tests
v1.0.8
Fixed
- Message with no positions, caused a permission denied which caused transaction is aborted error
v1.0.7
Fixed
- Force UTC timezone during insert, otherwise local timezone is used
Firmware 1.055
Changes:
- Date time has changed in firmware 1.055 to
- date = 2 digits year (base 2000) + 3 digits day of year
- time = seconds of day
Initial release
v1.0.0 Add unique constraints, use explicit srid, change status sql, rollbac…