Skip to content

Releases: skit-ai/vcore

v0.4.6

21 Jun 15:33
869b32e
Compare
Choose a tag to compare

Changelog

  • Propagate error to upstream function calls
  • Fix snake case to camel case

Adds function to GET data with a CA Certificate

17 Jun 11:42
4d5e5ed
Compare
Choose a tag to compare

A new utility function HTTPGetWithCACrt is added that can get data using a provided CACert filepath.

Fix: data key map initialized

13 Jun 12:15
306a16a
Compare
Choose a tag to compare

Fix: data key map initialized

ClientId added as parameter in crypto functions

13 Jun 10:18
2789dc5
Compare
Choose a tag to compare

ClientId added as parameter in crypto encryption and decryption functions.
This is done in order to map client-id with the correct transit key paths in vault.

Supply custom data key as parameter

10 Jun 11:08
a25c240
Compare
Choose a tag to compare

Additional functions added accepting data key as parameter.

Base64 encoding added to crypto function

10 Jun 10:28
c00852f
Compare
Choose a tag to compare

Additional functions added for easy base64 encoding/decoding on top of encrypted and decrypted bytes.

Functions added:

  1. DecryptB64ToString
  2. DecryptB64ToBytes
  3. EncryptToB64String

Also, documentation added to crypto functions

Crypto Module Added

25 May 10:09
1c0d77e
Compare
Choose a tag to compare

This module helps with encryption and decryption of bytes and strings.
Encryption mode used: AES-256-GCM.
Data key decryption happens at vault.

Fix: compile-time errors

20 May 08:12
31078a6
Compare
Choose a tag to compare
Merge pull request #32 from skit-ai/allow-host-port-redis-initiliaztion

fix: compile errors

Allow host and port to be passed while initializing redis

18 May 10:52
Compare
Choose a tag to compare

Allow host and port to be passed while initializing redis

Capture download file error in sentry

21 Feb 06:19
8b68625
Compare
Choose a tag to compare

What Changed ??

  • Capture download file error in sentry based on status code.

Why Changes ??

  • For better logging in ARI if bad file downloads