Skip to content

Releases: Cosmian/cloudproof_js

v3.1.0

17 Oct 08:41
b70f957
Compare
Choose a tag to compare
Support for KMIP calls to KMS

v3.0.4

14 Oct 16:03
39165f5
Compare
Choose a tag to compare
CI: use KMS_VERSION from Gitlab variable

v3.0.3

13 Oct 10:13
Compare
Choose a tag to compare
Update version in README

v3.0.2

10 Oct 11:30
1651ef3
Compare
Choose a tag to compare
Rename cosmian_js_lib to cloudproof_js

v3.0.1

07 Oct 06:42
53aedf5
Compare
Choose a tag to compare

[3.0.1] - 2022-10-05

Added

  • Add MIT license

Changed

  • Make ABE/CC decryption workers exportable (converting worker.ts to JS and allow JS to be compiled)
  • Uniformize encryption demos functions using encryptUsersPerCountryAndDepartment

Fixed

  • Fix cors problem by specifying port and public host in webpack cli

Removed


[3.0.0] - 2022-09-30

Added

  • graph_upsert
  • test for graph_upsert
  • FindexMasterKey type

Changed

  • signature of the search

Fixed

Removed

v2.0.0

07 Oct 06:42
859f7c0
Compare
Choose a tag to compare

[2.0.0] - 2022-09-26

Added

  • Indexes compaction for Findex
  • Also package for CommonJS/Node
  • Findex implementation with Redis database (upsert and search)
  • Add tests for Cloudproof or Findex only (for PostgRest and Redis)

Changed

  • Reorganize code tree
  • Use and apply eslint standard style

Fixed

  • Findex interface with Uint8Array in place of string

Removed

v1.0.3

07 Oct 06:43
9bb2789
Compare
Choose a tag to compare

[1.0.3] - 2022-08-23

Added

Changed

  • improve const storage for loopIterationLimit
  • improve style

Fixed

  • fix async not working on map iterator
  • fix sanitizing words on "AND search"

Removed

v1.0.2

19 Aug 14:57
5ab5d39
Compare
Choose a tag to compare

[1.0.2] - 2022-08-19

Added

  • Add findex wasm implementation using findex v.0.3.0

Changed

  • Demo split in two : findex only, findex using covercrypt
  • Depends on abe_gpsw v0.8.0 and cover_crypt v3.0.1

Fixed

Removed

Update findex demo

11 Jul 13:56
787b462
Compare
Choose a tag to compare

Fixes & updates on findex demo :

  • Rename this demo 'Findex & Covercrypt'
  • Replace Mallory user to Charlie, combining different attributes
  • Add disjunction/conjunction feature querying multiple terms
  • Fix order problem on parallel list of words

v1.0.0

08 Jun 17:31
1676ea8
Compare
Choose a tag to compare

First version (deployed on demo)

  • ABE gspw
  • ABE cover-crypt
  • SSE bulk search & decryption