Skip to content

Commit

Permalink
docs: Add news for v0.9.0 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
sklirg committed Sep 25, 2020
1 parent 49a99fb commit 4cc405b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v0.9.0
======

Release date: 2020-09-25

Promotes parsers to modules, making the configurable. To keep simplicity,
parsers can be "auto-instantiated" without having to create a "parsers"
key in the configuration file. To configure a parser, a "parsers" section
has to be added and the appropriate configurations made.

The auto-instantiation feature has been added to the debug sender and the
template transformer as well, to reduce the amount of boilerplate required.

Breaking change: Previously, not supplying a parser in a handler was allowed,
and would default to use the json parser for skogul containers. This is no
longer the case, and a parser always has to be defined.

v0.8.1
======

Expand Down

0 comments on commit 4cc405b

Please sign in to comment.