-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dev/v1.1.0-SNAPSHOT Signed-off-by: Edi Permadi <[email protected]> * convert tags to lowercase. close #3 Signed-off-by: Edi Permadi <[email protected]> * made javadoc-pluggin happy * added interface to list tags within container. This closes #2 Signed-off-by: Edi Permadi <[email protected]> * update doc Signed-off-by: Edi Permadi <[email protected]> * addblob parameter checking. This closes #8 Signed-off-by: Edi Permadi <[email protected]> * Added list directory interface. This closes #7 Signed-off-by: Edi Permadi <[email protected]> * added get blob by path interface. This closes #11 Signed-off-by: Edi Permadi <[email protected]> * added interface to decode metadata by id/path. This closes #5 #9 Signed-off-by: Edi Permadi <[email protected]> * update unit test Signed-off-by: Edi Permadi <[email protected]> * added interface to get payload. This closes #6 #10 Signed-off-by: Edi Permadi <[email protected]> * added interface to list blob by tags. This closes #4 Signed-off-by: Edi Permadi <[email protected]>
- Loading branch information
1 parent
8429a6b
commit 7c4d8ec
Showing
10 changed files
with
2,131 additions
and
78 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,30 @@ | ||
# Blobfish Changelog | ||
|
||
## v1.1.1-SNAPSHOT | ||
|
||
**New Features** | ||
|
||
- Generate javadoc-jar while building package | ||
- Generate source-jar while building package | ||
- Added error_prone checking | ||
- Tags forced to lowercase during encoding | ||
- List available tags | ||
- List directory | ||
- Get blob by id/path | ||
- Get blob metadata by id/path | ||
- Get blob payload by id/path | ||
- List blob by tags | ||
|
||
## v1.0.0 [October 1, 2017] | ||
|
||
**Features:** | ||
- Multiple blob support | ||
- PBKDF2WithHmacSHA1 based key from password derivation | ||
- AES/CBC/PKCS5Padding blob protection | ||
- RSA/ECB/OAEPWithSHA1AndMGF1Padding symmetric key protection | ||
- SHA256withECDSA blob authentication | ||
- HmacSHA256 blob integration checking | ||
- Multiple recipient based key protection | ||
- Blob mimetype hint | ||
- Blob tagging | ||
- Blob path to simulate directory view |
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
Oops, something went wrong.