* Added the attributes extension * Project.get_meta: target the /_project path to really get specific revisions * Add an optional rev parameter to Project.get_meta * Reusable function to extract error message from responses and converted get_objectified_xml into standalone function * Removed backport of lru_cache * Session optimizations * Add Build.get_log
0.7.12
* Enhanced usability and reliability for `HttpSignatureAuth` * Prevent sharing of sessions across forked processes * Fixed typo in quickstart doc
0.7.11
* Make it possible to force setting meta * Improved strong authentication method * Support product list views honoring the `expand` parameter
0.7.10
* Include the original error message, when an SSH key cannot be read * Added a link to the documentation of `HttpSignatureAuth` * Allow `Package.exists` to raise exceptions * Added methods to get/set the project config
0.7.9
* Fixed return value of `Request.cmd`
0.7.8
* Simplified handling of SSH keys (fixes 114) * Replaced `Request.cmd` with `Request.update` (fixes 113) * Added a comment parameter to project and package `set_meta`