You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2016.11.09 - Uniformly convert DateTime to UTC time zone. This
seems like the best approach right now, as both Cassandra and
MongoDB back ends support timestamps without time zone
information. It also resolves issues with sorting dates.
2016.11.09 - Implement partition keys. Please see the user
manual
for details.
2016.10.27 - Replace Casbah with Java driver in MongoDB back end. We
are now using the vanilla Java driver for
Mongo. This
change should not affect users.
2016.10.27 - Fix MongoDB URIs so they work in a sharded environment.
2016.10.27 - Disallow keys and indexes that duplicate the properties
of other keys or indexes. This may cause existing code to break. Fix
is to root out the duplicates. If you have a key and an index that
duplicate each other, you can safely remove the index, as it is
redundant with the key.