Skip to content

First Working Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@binux binux released this 12 Nov 13:24
· 1003 commits to master since this release

Base

  • mysql, mongodb backend support, and you can use a database uri to setup them.
  • rabbitmq as Queue for distributed deployment
  • docker supported
  • support for Windows
  • support for python2.6
  • a resultdb, result_worker and WEBUI is added.

Scheduler

  • cronjob task supported
  • delete project supported

Fetcher

  • a phantomjs fetcher is added. now you can fetch pages with javascript/ajax technology!

Processor

  • send_message api to send message to other projects
  • now you can import other project as module via from projects import xxxx
  • @config helper for setting configs for a callback

WEBUI

  • a css selector helper is added to debugger.
  • a option to switch JS/CSS CDN.
  • a page of task history/config
  • a page of recent active tasks
  • pages of results
  • a demo mode is added for http://demo.pyspider.org/

Others

  • bug fixes
  • more tests, coverage is used.