Releases: gost/server
Releases · gost/server
Release 0.5
- Everything moved to gost organisation on github
- Dashboard removed from gost, can now be found here
- More $filter operators, for a list check here
- Using Godata package for odata queries
- Using HTTP header X-Forwarded-Server
- Auto added observation phenomenonTime only adding 3 figure number for milliseconds: 2017-07-18T07:03:10.089Z
- Fix: Not all data is returned on larger datasets or on many expands
- Fix: Lockup when MQTT is disabled from settings and gost could not connect
- Fix: Lockup because of an unclosed database connection
Release 0.4
- ODATA $expand and $filter working (minimal implementation to pass the Level 3 OGC tests)
- HTTPS support
- Sensor Metadata can be bigger than 255 characters now
- MaxEntityResponse can be set in the config to set the default and max entities that can be retrieved at a time
- IndentJSON can be set in the config to true (indent the JSON response) or false (Do not indent JSON response)
- All settings can now be set trough environment variables, before some settings were limited to config.yaml, for a list check here
- Filtering on JSON properties, example: Things?$filter=properties/type eq 'parking'
Use gost-db release 0.4 with this release, docker image for gost-db can be found here
Release 0.3
Update gost_installation.md
Release 0.2
build fixed