Skip to content

v2.6.1 / 2014 Apr 8

Compare
Choose a tag to compare
@ptaoussanis ptaoussanis released this 08 Apr 10:13
· 412 commits to master since this release

CRITICAL FIX for v2.6.0 released 9 days ago. Please upgrade ASAP!

Problem

Small strings weren't getting a proper UTF-8 encoding:
(.getBytes <string>) was being used here instead of
(.getBytes <string> "UTF-8") as is correct and done elsewhere.

This means that small UTF-8 strings may have been incorrectly stored
in environments where UTF-8 is not the default JVM character encoding.

Bug was introduced in Nippy v2.6.0, released 9 days ago (2014 Mar 30).


Please check for possible errors in Unicode text written using Nippy
v2.6.0 if your JVM uses an alternative character encoding by default


Really sorry about this! Thanks to @xkihzew for the bug report.

[com.taoensso/nippy "2.6.1"]