Skip to content

Commit 6138a20

Browse files
committed
Updated changelog
1 parent 6029dab commit 6138a20

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## v1.3.0 - 2016-01-11
6+
7+
### Added
8+
- Added new error types, the following error types can now be returned: `RQLClientError`, `RQLCompileError`, `RQLDriverCompileError`, `RQLServerCompileError`, `RQLAuthError`, `RQLRuntimeError`, `RQLQueryLogicError`, `RQLNonExistenceError`, `RQLResourceLimitError`, `RQLUserError`, `RQLInternalError`, `RQLTimeoutError`, `RQLAvailabilityError`, `RQLOpFailedError`, `RQLOpIndeterminateError`, `RQLDriverError`, `RQLConnectionError`. Please note that some other errors can be returned.
9+
- Added `IsConnected` function to `Session`.
10+
11+
### Fixed
12+
- Fixed panic when scanning through results caused by incorrect queue implementation.
13+
514
## v1.2.0 - 2015-11-19
615
### Added
716
- Added `UUID` term

0 commit comments

Comments
 (0)