All Versions
18
Latest Version
Avg Release Cycle
24 days
Latest Release
1445 days ago

Changelog History
Page 2

  • v0.34.0 Changes

    June 05, 2019

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ“‡ Renamed join to joinOn so that it will work with Groovy (#531)

    ๐Ÿ”‹ Features

    • โž• Added set with predicate method (#530)
  • v0.33.5 Changes

    June 04, 2019
    • ๐Ÿ“œ Make PackedInstant.toString parsable by Instant.parse
  • v0.33.4 Changes

    June 04, 2019
    • ๐Ÿ“œ Implement InstantParser
  • v0.33.3 Changes

    June 04, 2019
    • ๐Ÿ›  Fix InstantColumnType.create
    • ๐Ÿ”’ Bump jackson-databind to pull in security fix
  • v0.33.2 Changes

    June 04, 2019
    • ๐Ÿ‘ InstantColumn support in Row and DataFrameJoiner
    • โž• Additional DataFrameReader parameter validation
  • v0.33.1 Changes

    June 04, 2019
    • โž• Add InstantColumn support to Relation
  • v0.33.0 Changes

    June 04, 2019

    ๐Ÿ”‹ Features

    • โž• Add InstantColumn (#518)
    • ๐Ÿ”ง More configurable column type detection (#521)
    • โž• Added option for turning off html escaping in html table output
    • โž• Additional date parsing capabilities (#506)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix for precision of 0 in JdbcResultSet (#523)

    Cleanup

    • โœ‚ Remove circular dependency between reader packages and core package
    • โœ‚ Remove unused epoch conversion methods (#513)
  • v0.32.7 Changes

    March 31, 2019
    • ๐Ÿ“œ Implemented maxCharsPerColumn CSV parser setting
    • ๐Ÿ›  Fix DateTimeParser issue
    • Switch from reflections to classgraph
    • โšก๏ธ Updated pebble version in jsplot