Skip to content

Releases: tekkamanendless/emergencyreporting

v0.3.3

24 Dec 13:44

Choose a tag to compare

  • Better error logging
  • Upgrade logrus

Version 0.3.2

25 Apr 21:29

Choose a tag to compare

This includes some cleanup in go.sum.

Version 0.3.1

25 Apr 21:27

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

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

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

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

Choose a tag to compare

Added additional GET operations:

  • GetApparatus
  • GetExposureMember
  • GetIncident

Version 0.2.1

23 Nov 23:18

Choose a tag to compare

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

Version 0.2.0

23 Nov 23:03

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

Choose a tag to compare

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