orientdb-client 0.3.0

A Rust client for OrientDB™
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Fixed

## [0.3.0] - 2020-04-08

### Added

- [#3]https://github.com/wolf4ood/orientdb-rs/issues/3 Integrated thiserror for error handling

### Fixed

## [0.2.1] - 2019-11-06

### Added

- [#5]https://github.com/wolf4ood/orientdb-rs/issues/5 Live Queries support
- [#10]https://github.com/wolf4ood/orientdb-rs/issues/10 Retry API

## [0.2.0] - 2019-09-09

### Added

- [#2]https://github.com/wolf4ood/orientdb-rs/issues/2 Async support via async-std


### Changed

- [#6]https://github.com/wolf4ood/orientdb-rs/issues/6 Changed API OrientDB::connect (Breaking Changes)


### Fixed


## [0.1.0] - 2019-08-01

### Added
- First release