v1.1.0
This release allows you to listen to invalid data being added to a Store, allowing you to gracefully handle errors, rather than them failing silently.
There is a new listener type InvalidCellListener and a method addInvalidCellListener in the Store interface.
These allow you to keep track of failed attempts to update the Store with invalid Cell data. These listeners can also be mutators, allowing you to address any failed writes programmatically.
For more information, please see the addInvalidCellListener documentation. In particular, this explains how this listener behaves for a Store with a Schema.