Skip to content

Commit

Permalink
Merge pull request #61 from tierpod/pre-v0.8
Browse files Browse the repository at this point in the history
Pre v0.8
  • Loading branch information
tierpod authored May 5, 2024
2 parents 70b3173 + 96bf46c commit e405a03
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ Installation

and go to the http://your-web-server/dmarc

### docker compose

There is a Docker Compose wrapper created by @nielsbom (thanks!):

https://github.com/nielsbom/dmarc_report_viewer

Configuration
-------------

Expand Down Expand Up @@ -220,3 +226,6 @@ Thanks
* [jquery](http://jquery.com/)
* [ChartJS](http://chartjs.org/)
* [golang emersion packages](https://github.com/emersion) (go-imap, go-message, go-sasl, go-textwrapper)

And we have a lot of [contributors](https://github.com/tierpod/dmarc-report-converter/graphs/contributors)!

15 changes: 15 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
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](https://github.com/tierpod/dmarc-report-converter/pull/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](https://github.com/tierpod/dmarc-report-converter/pull/51), thanks to
@moorereason)

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

Expand Down

0 comments on commit e405a03

Please sign in to comment.