Skip to content

v1.15

Compare
Choose a tag to compare
@m-manu m-manu released this 11 May 09:43
  • [Improvement] Slightly improved performance of 'gets' and 'puts' by avoiding redundant class validations.
  • [Improvement] In case of large row keys, slightly improved performance by avoiding a deep copy.
  • [Library Upgrade] Jackson version upgraded to 2.9.10.4.
  • [Fix] In the remote case of accessing an HBase table via two classes (one that uses HBColumn and one that uses HBColumnMultiVersion for the same field), pick up the latest value instead of earliest.