Skip to content

Tags: ubiqsecurity/ubiq-go

Tags

v2.3.2

Toggle v2.3.2's commit message
Merge branch 'feature/UB1-2000-structured-key-number' into 'master'

Expose key number in structured encryption API

See merge request ubiqsecurity/ubiq-go!53

v2.4.0-rc.1

Toggle v2.4.0-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
a5ync Przemek (Adrian) Augustyn
release 2.4.0-rc.1

v2.3.1

Toggle v2.3.1's commit message
Merge branch 'fix/validate-input-charset' into 'master'

fix: validate input charset before FF1 (release 2.3.1)

See merge request ubiqsecurity/ubiq-go!52

v2.3.0

Toggle v2.3.0's commit message
# 2.3.0 - 2026-02-26

* Added support for new data types: int32, int64, date, datetime, generic_string, and token
* Added pipeline architecture for structured encryption operations
* Added input padding and input encoding support
* Fixed CipherForSearch for datasets using input encoding

v2.2.9

Toggle v2.2.9's commit message
Merge branch 'fix/remove-dev-json' into 'master'

Fix - Remove DATA-DEV directory to fix go proxy size limit

See merge request ubiqsecurity/ubiq-go!40

v2.2.8

Toggle v2.2.8's commit message
# 2.2.8 - 2025-11-04

* Improved error handling for issues when decrypting invalid strings

v2.2.7

Toggle v2.2.7's commit message
# 2.2.7 - 2025-10-16

* Added LoadCache method to pre-load and refresh structured encryption and decryption cache on demand
* Updated structured encryption to match algorithms in Second Public Draft - https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38Gr1.2pd.pdf

v2.2.6

Toggle v2.2.6's commit message
# 2.2.6 - 2025-09-16

* Adjust Cache implementation for better stability

v2.2.5

Toggle v2.2.5's commit message
# 2.2.5 - 2025-07-02

* Add configuration for max cache size

v2.2.4

Toggle v2.2.4's commit message
# 2.2.4 - 2025-06-26

* Fixed caching error when decrypting unstructured data
* Updated Structured encryption to be thread-safe
* Added thread-safe version of Unstructured encryption