Skip to content

4.5.0

Choose a tag to compare

@newmanw newmanw released this 30 May 18:43
· 1167 commits to master since this release

4.5.0

Features
  • New routes to create observations. POST to /id will now generate the observation location (the id of the observation) instead of the resource. After getting a server generated location for an observation resource, clients are responsible for send the observation data as a PUT (idempotent). This will prevent duplicate observations if the client loses the response from the POST.
Bug Fixes
  • Multi select checkbox for dropdown fixed
  • Fix a bug with observations duplicating on the map when changing favorite/important filter.