* Implements all the SSL options: ``--certificate``, ``--random-file``, ``--egd-file``, ``--secure-protocol``. * Further improvement on database performance.
0.15.2
Not secure
===================
* Improves database performance on reducing CPU usage.
0.15.1
Not secure
===================
* Improves database performance on reducing disk reading.
0.15
Not secure
=================
* Fixes robots.txt being fetched for every request. * Scripts: Supports ``replace`` as part of ``get_urls()``. * Schema change: The database URL strings are normalized into a separate table. Using ``--database`` should now consume less disk space.
0.14.1
Not secure
===================
* NameValueRecord now supports a ``normalize_override`` argument to how specific keys are cased instead of the default title-case. * Fixes WARC file's field names to match the same cases as hanzo's warc-tools. warc-tools does not support case-insensitivity as required by the WARC specification in section 4. The WARC files generated by Wpull are conformant however.
0.14
Not secure
=================
* Database change: SQLAlchemy is now used for the URL Table.
* Scripts: ``url_info['inline']`` now returns a boolean, not an integer.
* Implements ``--post-data`` and ``--post-file``. * Scripts can now return ``post_data`` and ``link_type`` as part of ``get_urls()``.