Skip to content

Commit

Permalink
Docs for v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianLyng committed Mar 22, 2022
1 parent 3b2f5c0 commit f298eb4
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.14.1
=======

Release date: 2022-03-22

Add Cast transformer, which allows specifying a shallow schema for input.
It can cast data and metadatafields to strings, integers and 64-bit floats.

It currently ignores missing fields, and for fields already of the correct
value, it "just works" with no added costs. For fields needing conversion
it will somewhat cumbersomely go through fmt.Sscanf(fmt.Sprintf(...),...),
which is somewhat costly, but also ensures that it can convert anything
that fmt knows how to handle reasonably well.

It is meant to use as a "we can't fix the source data", not as a "we don't
want to fix the source provider".

v0.14.0
=======

Expand Down

0 comments on commit f298eb4

Please sign in to comment.