Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@notheotherben notheotherben released this 25 Sep 22:08
68ae793

This release renames the FinalizableOption to FinalizeableOption (correcting the spelling mistake) as well as migrating to an updated test framework and improving the handling of data sanitization.

Migration Steps

  • Update your package imports to use gopkg.in/SierraSoftworks/sentry-go.v2.
  • If you are directly depending upon the FinalizableOption interface in your code (unlikely) then you will need to rename this to FinalizeableOption.