Skip to content

Release 3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 20:54
· 25 commits to master since this release
fd73b7a

Potentially beaking change: ColReader.option was removed.

This method was intended to have been private from the beginning, but was accidentally public. This is technically a breaking change. However, given that it is unlikely that any external code is using this method, this was released as a minor version instead of a major version.

Other Changes:

  • Add support for scala.math.BigDecimal to Parameterizable
  • Change ColReader to be implemented in terms of SqlRow to make the parsing more consistent
  • Change generateParser to work for classes with more than 22 fields (scala 3 support)
  • Remove deprecated view bounds
  • Update documentation
  • Change SqlRow.date and SqlRow.dateOption to return an actual java.util.Date instance.