-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa312af
commit 034ab8b
Showing
5 changed files
with
29 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
History | ||
------- | ||
|
||
* **3.1.0**: Bumps hbase-client version to 2.4.13 | ||
|
||
* **3.0.0**: Bumps jacksonVersion and bigtableVersion to address security vulnerabilities, removes hbase-shaded-client and pulls in the standard hbase-client | ||
|
||
* **2.0.0**: Bumps jacksonVersion and bigtableVersion to address security vulnerabilities | ||
|
||
* **1.6.0**: Bumps jacksonVersion to address security vulnerabilities | ||
|
||
* **1.5.0**: Add asynchronous read/write/scan/delete operations via AsyncDao and AsyncDaoFactory. | ||
|
||
* **1.4.0**: Add table scan capability, with starting key to start scan from and ending/last key to be scanned. Requires full key. | ||
|
||
* **1.3.0**: Improve the extensibility of the library by allowing DAO creation from an `EntityConfiguration` to support dynamically generated entities. | ||
|
||
* **1.2.1**: Implement `equals` and `hashCode` methods on `StringKey`. | ||
|
||
* **1.2.0**: Add batch read/write/delete functionality. Deprecate single-row operations to encourage use of batch operations. | ||
|
||
* **1.1.1**: Read non-existent cells as `null` values (and `null` timestamps, if `versioned = true`). | ||
|
||
* **1.1.0**: Add optional column versioning capabilities. Timestamps currently only reflect the **latest** column value. | ||
|
||
* **1.0.0**: Initial public release. Support for single-row read/write/delete operations, as well as automatic entity (de)serialization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters