Releases: EliahKagan/embed-encode
Releases · EliahKagan/embed-encode
v2
Security
- Fix JSON injection vulnerability in
shell/demo
. This was clearly warned about, and intentional based on the goal of keeping the script simple. But that wasn't a good decision, because the purpose of the script, unlike the shorter scriptshell/demo-short
, is to show the use of user-supplied input.
Changed
- Dependency updates.
- CI improvements.
v1
Added
- Experiment in
python/ada-002.ipynb
showing decimal representations with 9 figures, and briefly explaining their significance.
Changed
- Revise documentation, particularly
why.md
, to make clear that Base64 encoding is not required to prevent precision from being lost on the server side. - Clarify how to use
compare/check.rb
.
v0
Initial release.
Added
- Structured explanation in
why.md
. - Bash, Python, and Java example code.
- Ruby script to compare results.