Releases: tekkamanendless/emergencyreporting
Releases · tekkamanendless/emergencyreporting
Version 0.3.2
This includes some cleanup in go.sum
.
Version 0.3.1
This adds a new SetTimeout
function to allow for a relative timeout for every request.
Version 0.3.0
This release changes the API to include a context.Context
as the first parameter to every call.
Version 0.2.4
Wrap all errors so that you can still check for ErrorDuplicate
coming out of the client.
Version 0.2.3
This allows you to override the API host using the "host" parameter in the JSON configuration file (and "Host" in the client).
Version 0.2.2
Added additional GET operations:
GetApparatus
GetExposureMember
GetIncident
Version 0.2.1
This ensures that all "list" commands support the "--limit" option.
Version 0.2.0
Clean up the commands, clean up exposures This makes the distinction between exposure API calls and *incident* exposure API calls. Exposure calls can happen on their own whereas incident exposure calls need an incident ID.
Version 0.1.0
Initial release. This includes support for the upcoming Emergency Reporting authentication changes.