Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Releases: acv-auctions/manifold

v1.4: Testing Clients Added

14 Jun 18:48
6fc6da3
Compare
Choose a tag to compare

Changelog

  • Fixed bug in decoding request bodies for HTTP wrapper.
  • Added RpcClient and HttpClient to test with.

v1.3: Better Testing and Improvements

09 Apr 02:56
Compare
Choose a tag to compare

Changelog

  • Updated Makefile to have linting and testing be separate.
  • Included coverage in test-suite
  • Many more tests added to ensure good coverage (> 85)
  • Travis CI added for testing
  • Read The Docs cleaned up and deployed

v1.2: HTTP Server & Documentation

02 Apr 17:31
Compare
Choose a tag to compare

Changelog

  • Added HTTP server wrapper around RPC ServiceHandler, allowing the service to be served using HTTP and JSON POSTs requests.
  • docs directory added with all of the documentation.
  • runrpcserver command updated to give more information and to run with autoreloader.
  • Error messages for invalid validator fields give more concise and helpful information.
  • Caches load_module modules.

v1.1: Configurable Server Application

22 Mar 00:00
Compare
Choose a tag to compare

Changelog

  • Updated setup.py to include checks and confirmations to ensure that deployment steps were followed
  • Updated setup.py to include value pulling from manifold.__init__
  • Changed create_processor to get_rpc_application to mimic Django's get_wsgi_application

Initial Release

21 Mar 21:38
Compare
Choose a tag to compare