Bugfix Release 0.10.1
Info
This is a maintenance release for the 0.10.x release train.
Please find the complete list of changes here.
The API Docs can be found here
Committers
🎉 MANY THANKS TO ALL COMMITTERS! 🎉
- ⭐️ Daniel Dietrich (@danieldietrich)
- ⭐️ Theodor A. Dumitrescu (@thadumi)
- ⭐️ Bram Schuur (@craffit)
Changes
- Bugfix: #2430 Future.reduce considers executor
- Bugfix: #2426 Fixes DistictIterator to not eat null values
- Bugfix: #2405 Fixes patmat corner case that might produce a ClassCastException
- Bugfix: #2403 ClassCastException during pattern matching
- Bugfix: #2399 Fix: CharSeq implements Comparable
- Improvement: #2400 Improve performance of last() call on TreeMap