Skip to content

Releases: tekkamanendless/emergencyreporting

Version 0.3.2

25 Apr 21:29
Compare
Choose a tag to compare

This includes some cleanup in go.sum.

Version 0.3.1

25 Apr 21:27
Compare
Choose a tag to compare

This adds a new SetTimeout function to allow for a relative timeout for every request.

Version 0.3.0

25 Apr 21:10
Compare
Choose a tag to compare

This release changes the API to include a context.Context as the first parameter to every call.

Version 0.2.4

17 Jan 15:23
Compare
Choose a tag to compare

Wrap all errors so that you can still check for ErrorDuplicate coming out of the client.

Version 0.2.3

30 Nov 19:42
Compare
Choose a tag to compare

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

24 Nov 00:17
Compare
Choose a tag to compare

Added additional GET operations:

  • GetApparatus
  • GetExposureMember
  • GetIncident

Version 0.2.1

23 Nov 23:18
Compare
Choose a tag to compare

This ensures that all "list" commands support the "--limit" option.

Version 0.2.0

23 Nov 23:03
Compare
Choose a tag to compare
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

21 Nov 17:19
Compare
Choose a tag to compare

Initial release. This includes support for the upcoming Emergency Reporting authentication changes.