You can expect braking changes until 1.*
version is released.
See Issues
in Github for future plans and your suggestions.
Main features
- Rewritten to use Reactive streams (
akka http
) - Tried to cover as much ArangoDB API as
v0.2.4
- Updated to newest
Scala
andArangoDB
versions
Read more: #1
Compatibility: Braking changes
- Rewritten from the ground
- Dropped
scarango_macros
- not as developer friendly as expected
Main features
- Create database with users. Users can also include extra fields
- Better credentials management: when working with same or multiple databases/collections/authentications
Main fixes
- Dependency to scarango-macros
Compatibility: Not backward compatible
- Order of arguments and currying in
request
,response
objects have changed - Tests expects ArangoDb
2.6.8
Main features
- Database: Create, List, Remove
- Collection: Create, Read-basics, Remove
- Document: Create, List, Read, Remove
- ArangoDB: GetVersion