FST v3.0.0 Release Notes

Release Date: 2020-05-17 // almost 4 years ago
    • ⬇️ 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" ;)

Previous changes from v2.56

    • 🚀 release some pull requests
    • minor improvements on JSON deserialization with 'Unknown'