Skip to content

Releases: Auginte/scarango

Reactive Streams: Minimal functionality

02 May 19:04
Compare
Choose a tag to compare

Main features

  • Rewritten to use Reactive streams (akka http)
  • Tried to cover as much ArangoDB API as v0.2.4
  • Updated to newest Scala and ArangoDB versions

Read more: #1

Compatibility: Braking changes

  • Rewritten from the ground
  • Dropped scarango_macros - not as developer friendly as expected

Users: creation and authentication

15 Sep 17:52
Compare
Choose a tag to compare

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

Most basic functionalyty for database, colletion and documents

13 Sep 07:56
Compare
Choose a tag to compare

Functionality:

  • Database: Create, List, Remove
  • Collection: Create, Read-basics, Remove
  • Document: Create, List, Read, Remove
  • ArangoDB: GetVersion

Maven central for v0.2.3