All Versions
11
Latest Version
Avg Release Cycle
156 days
Latest Release
1833 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.0 Changes
May 17, 2020- β¬οΈ dropped "structs"
- π replaced innoficial API usage for offheap and mmapped files by new "foreign memory access" API which is included in JDK 14's inkubator module. First impression: Oracle did an excellent work on this, performance is on par with older "Unsafe" hacks and some use cases even perform better. Only issue: "Why took this so long" ;)
-
v2.56 Changes
January 03, 2018- π release some pull requests
- minor improvements on JSON deserialization with 'Unknown'
-
v2.52 Changes
July 31, 2017π some bugfixes + maintenance
-
v2.51
July 03, 2017 -
v2.50
April 10, 2017 -
v2.49 Changes
April 10, 2017- π merged some pull request
- π bugfixes
- β‘οΈ updated library dependencies
-
v2.48 Changes
August 05, 2016- π various fixes
- includes pullrequests since 2.47
- π important: fixes a race condition most likely to happen with multithreaded init when using JSON de-/encoder
-
v2.47 Changes
May 24, 2016Uploading fst-2.47.zipβ¦
π see release notes for 2.46, this one fixes accidental use of 1.8 api -
v2.46 Changes
May 24, 2016- π fixed a regression regarding unmodifiable map in 2.45
- π fix for JSon unmodifiable collection serialization moved to JSon-Configuration only (thanks to @lachty, @vivimice, @jkubrynski, @johnou )
- π moved to objenesis 2.4 for Android N compatibility (credits @Wavesonics and others for hinting out + support)
-
v2.45 Changes
February 28, 2016- π includes bugfixes contributed by bradedelman and jkubrynski (thanks)
- π replaced getJSonConfiguration with getJSonNoRefConfiguration (json encoding supporting shared refs is still available via the parametericΕΊed factory method)
- 0οΈβ£ renamed 'fastbinaryconfiguration' to 'unsafeconfiguration' to encourage usage of getDefaultConfiguration
- β added a change which will enable updates without breaking backward compatibility
π this release breaks binary compatibility to prior releases , you cannot read streams written with older versions of fst.
π use the relocated version of fst 2.44 provided in the 2.44 release to convert data serialized with prior versions toward this release