Skip to content

2.0.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 14 Jul 16:46
· 27 commits to master since this release
cba9e68

This release features a revamped API surface authored by @bytefish. In short, the mapping API has been cleaned up to clarify the specific column types that are being mapped to in Sql Server. In addition, new methods have been added to reduce/eliminate common boxing scenarios involving primitives, similar to PgBulkInsert/PgBulkInsert#27. Finally, the internals have been overhauled, which is described in more detail in #10.

🚀 Features

  • new 2.0 API surface @bytefish (#11)
  • ability to map UTC nano long to separate date/time columns in db @vslee (#9)

🎯 Dependency changes

  • mssql-jdbc dependency to 7.2.2.jre8