Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

0.5

Compare
Choose a tag to compare
@satabin satabin released this 01 Feb 17:29
· 203 commits to master since this release

This version consists in:

  • Add support for OAuth session. Old methods and classes related to cookie based sessions were deprecated and are replaced by more explicit names reflecting the kind of session we are working with,
  • Add support for built-in views (such as _all_doc). Built-in views are not attached to a design document but can be queried with same arguments as user defined views,
  • Several fixes, amongst other ones:
    • Fix serializing of bulk document updates #10,
    • Fix update of already existing design documents (see commit e074a4b),
  • Code cleanup:
    • Avoid costly reflexive calls when using IdRev trait,
    • Use scalariform to format code,
    • Use generic types,
    • Better handling of http requests for different sessions).