Releases: flipkart-incubator/hbase-orm
Releases · flipkart-incubator/hbase-orm
v1.3
- [Enhancement] Provide your own "codec" for customizing serialization and deserialization (for backward compatibility, default codec will be Jackson)
- [Enhancement] Migrated to Hadoop v2.6 and HBase v0.98 (corresponding to Hortonworks Data Platform v2.2). Migrated
getRow()
and other methods toCellUtil
methods - [Improvement] Map of references to methods of HBase's
Bytes
class now maintained in astatic
fields instead of instance ones - [Improvement] Improved test case coverage. Current status: branch coverage=83%, line coverage=85%
- [Improvement] Improved Javadoc and examples in README
- [Change] Handled bean-like objects and their fields as
Serializable
instead ofObject
- [Change] Renamed
fetchFieldValuesVersioned
methods tofetchFieldValues
for consistency (as another overloaded method)
v1.2
- Multi-version support for both 'object mapping' and 'data access object' use cases [MAJOR]
- Extended exception handling
- Extended test cases. Test coverage: 86% (line coverage), 88% (method coverage)
- Additional way of test execution: An actual (local) HBase cluster