This release fixes a regression caused by PR 1526 which incorrectly mapped an inet column to an InetAddress object. The problem with this is that inet columns can contain networks as well as hosts. InetAddress does not know how to deal with a network.
PR 1568 fixes this and closes ISSUE 1567
Thanks to all who reported and provided the fix.