Skip to content

Deprecate createTableWithIndices

Compare
Choose a tag to compare
@oharaandrew314 oharaandrew314 released this 28 Jun 20:02
· 24 commits to master since this release

As noted in #8, version 2.20.86+ of the official SDK now duplicates the functionality of the createTableWithIndices extension method provided by this module. As a result, version 2.20.86 is now the minimum supported version, and the createTableWithIndices method is now deprecated.

While this module is built with java 8, only 11 and 17 are officially supported. This change comes due to flakiness when running java 8 on osx.