- #148 Upgraded HBase client
Support for asynchronous APIs and remove synchronous APIs.
- Fix to avoid a null value #58
- Return empty Map when its result cells is empty #71
- Adopt iota #56
- Update to cats 1.0.0 #47
- Add Decoder[Map[String, A]] #52
- Fixed decoding Failure in ValueCodec #50
- Make to creation the nullable column #49
- Add timestamp to PutEncoder/PutFamilyEncoder arguments #36
- Replace Encoder result with Put from Option[Put] #37
- Fix incorrect handling of the Option[A] instance #41
- Fix problems that do not catch NPE #42
- Add PutEncoder of a Map #34
- Derive
Put
fromA
automatically #33
- More FP friendly methods: #29 and #30
- Refactor row builders with Reader Monad #31
- Add FP friendly methods: #28
Supports following operations:
- Result#getRow
- Result#rawCells
- Result#getColumnCells
- Result#getColumnLatestCell
- Result#getFamilyMap
DEPRECATED This release was failed...