Skip to content

refactor: Get rid of unnecessary base64 encoding#16

Merged
janbuchar merged 3 commits into
mainfrom
refactor/remove-base64-encoding
Apr 8, 2026
Merged

refactor: Get rid of unnecessary base64 encoding#16
janbuchar merged 3 commits into
mainfrom
refactor/remove-base64-encoding

Conversation

@janbuchar

Copy link
Copy Markdown
Collaborator

Summary

  • Replace serde_json::Value with a new KvsValue enum (None, Json, Text, Binary) for KVS record values
  • Remove base64 encoding/decoding of binary data at the core library level — each binding layer now converts KvsValue variants directly to native types
  • Remove base64 crate dependency

@janbuchar janbuchar mentioned this pull request Apr 8, 2026
@janbuchar janbuchar merged commit 99ff561 into main Apr 8, 2026
7 checks passed
@janbuchar janbuchar deleted the refactor/remove-base64-encoding branch April 8, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants