- [BREAKING CHANGE] Drop support for OrientDB < 2.2.0.
- Add support for SSL (
ssl: true
as an option toMarcoPolo.start_link/1
)
- Fixed a nasty bug in the serialized record parser. It should all be transparent to the users.
- [BREAKING CHANGE]
MarcoPolo.transaction/2
will now raise aMarcoPolo.Error
if records passed in:update
or:delete
operations have anil
:version
field - Support for Live Query (a
feature introduced in OrientDB 2.1) through
MarcoPolo.live_query/4
andMarcoPolo.live_query_unsubscribe/2
Initial release.