Skip to content

Releases: exasol/error-reporting-go

0.2.1: Upgrade Depenencies

Choose a tag to compare

@kaklakariada kaklakariada released this 25 Jun 08:35
da749d8

Summary

This release updates dependencies, fixes linter warnings and upgrades Go from 1.16 to 1.25.

Dependency Updates

Compile Dependency Updates

  • Updated golang:1.16 to 1.25

Test Dependency Updates

  • Updated github.com/stretchr/testify:v1.7.0 to v1.11.1

0.2.0: Mitigations

Choose a tag to compare

@pj-spoelders pj-spoelders released this 18 Apr 14:40
7a052e3

Summary

Support multiple mitigations, mitigation parameters and different formatting in case of multiple mitigations.

Features

  • #4: Adjust mitigation

Version 0.1.1: Bugfix for Messagef()

Choose a tag to compare

@kaklakariada kaklakariada released this 17 Feb 13:19
5feae93

Go Error Reporting v0.1.1, released 2022-02-17

Summary

This release fixes the Messagef() function so that it respects the |uq tag for parameters.

Bugfixes

  • #14: Fixed Messagef() function to respect the |uq tag

Documentation

  • #11: Described how to include this in other projects

Initial release

Choose a tag to compare

@kaklakariada kaklakariada released this 20 Oct 08:17
a1e4e5a

Go Error Reporting v0.1.0, released 2021-10-20

Code name: Initial release

Features

  • #1: Added initial implementation.
  • #3: Added unquoted parameter support.
  • #7: Added go error interface.
  • #9: Renamed package to github.com/exasol/error-reporting-go.
  • #5: Add function Messagef for parameter directly in the function.
  • #11 Improve import of library via github.com/exasol/error-reporting-go.