Releases: skit-ai/vcore
Releases · skit-ai/vcore
v1.7.14
v1.7.12
What's Changed
- Fix: check for eventID nilness by @SubhrajitPrusty in #78
Full Changelog: v1.7.11...v1.7.12
v1.7.11
What's Changed
- refactor: Remove noisy log statement due to nil eventID by @misterEggroll in #77
Full Changelog: v1.7.10...v1.7.11
v1.7.10
What's Changed
- fix: Nilpointer Dereference due to missing event ID by @misterEggroll in #76
Full Changelog: v1.7.9...v1.7.10
v1.7.9
What's Changed
- update: ignore context cancel reports in sentry by @SubhrajitPrusty in #74
Full Changelog: v1.7.8...v1.7.9
v1.7.8
Ignore Context cancelled Errors from sentry
v1.7.7 don't send context cancelled errors to sentry
Perform Base64 Decode of Static Data Key for Offline encryption.
Merge pull request #73 from skit-ai/fix_get_byte_string Perform Base64 decode of static data key
Add sensitive flag to toggle hiding of args
- Added a new flag sensitive which can be used to toggle logging of args
- Added a new modifier SetSensitive which can safely toggle sensitive state
v1.7.4
- Added support for Static Data Key for usage in offline environment such as on-premise.
- This removes the dependency on Vault Service which in turn depends on AWS KMS.