Skip to content

Commit

Permalink
Add info about breaking changes for v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tierpod committed May 5, 2024
1 parent 2204dd2 commit 1bfbbac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
UPGRADING instructions
======================

Migration to 0.8
----------------

There are some breaking changes in 0.8:

* *external_template* now uses the same template context as other kind of templates. It makes all
templates consistent. If you use external_template, just replace `.` with `.Report`. See const.go
for example, more details in PR #47, thanks to @moorereason)

* json output format changed, because `feedback>record>auth_results` dkim and spf can have
multiple results (list of results). More details in PR #51, thanks to @moorereason)

Migration to 0.6
----------------

Expand Down

0 comments on commit 1bfbbac

Please sign in to comment.