cloudproof 8.1.0 cloudproof: ^8.1.0 copied to clipboard
Cloudproof Encryption provides libraries and tools to encrypt large repositories of data - Big Data - with high performance and advanced secure techniques in zero trust environments. It also provides [...]
Changelog #
All notable changes to this project will be documented in this file.
[8.1.0] - 2024-03-13 #
[8.0.0] - 2023-12-11 #
[7.0.0] - 2023-06-01 #
Features #
- upgrade Findex (v3.0.0 -> v4.0.0):
- change indexed values size (require a reset of the index database)
- change search interface
- remove
insecureFetchChainsBatchSize
- searching for a non indexed keyword leads to an empty array for this keyword in the search results instead of this keyword being missing from the results.
- support multiple fetch entry tables
- remove
- change upsert interface:
- add deletions
[5.1.0] - 2023-03-01 #
Bug Fixes #
- Remove useless commented functions in ios header
Documentation #
- Uniformize readme with other repos
Features #
- Add
ProgressCallback
as an argument of the search function - Add conversions in
Location
to/from number (int
)
Miscellaneous Tasks #
- Remove unsupported targets
Ci #
- Add cross tests
- Clean github cache for each completed PR
- Build example for ios
[5.0.0] - 2023-02-01 #
[4.0.3] - 2023-01-16 #
Miscellaneous Tasks #
- Remove native libs from repo and download them from https://package.cosmian.com.
[4.0.1] - 2023-01-13 #
Features #
- Add wrapping functions for callbacks in
Findex
to help simplify implementation of callbacks - Add
insecureFetchChainsBatchSize
argument toFindex.search
to reduce the number offetchChains
calls during searches
Miscellaneous Tasks #
- Merge tag 'v4.0.0' into develop
Testing #
- Check non regression on existing SQLite db
- Rework upsertEntries
Ci #
- Rename sqlite filename