Skip to content

Commit

Permalink
Prep v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianLyng committed Apr 1, 2022
1 parent dd1fa95 commit bdb58ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v0.14.3
=======

Release date: 2022-04-01

Introduce float flattening to the cast transformer, which allows flattening
floating point numbers into "non-exponential" string representations. E.g.:
For serial numbers, instead of having them encoded as 3.141519e+X when sent
to influx as tags, they'll be encoded as 3141519.

Introduces much better request logging as well for the HTTP receiver.


v0.14.2
=======

Expand Down

0 comments on commit bdb58ae

Please sign in to comment.