Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

78 lines (56 loc) · 3.59 KB

CHANGELOG

0.12.0 (2018-01-08)

  • Add Python 3 support #42

0.11.0 (2017-08-09)

  • Do not store None or empty value objects in MongoDB #39
  • Fix memory leak #38
  • Fix bug in logging #40

0.10.0 (2017-08-03)

  • Store items from different spiders in different collections #36
  • Fix a number of deprecation warnings #34
  • Update scrapy version to 1.4.0

0.9.1 (2015-12-18)

  • Fix typo

0.9.0 (2015-04-10)

0.8.2 (2015-03-11)

0.8.1 (2015-03-05)

0.8.0 (2014-12-25)

0.7.2 (2014-08-11)

0.7.1 (2014-04-14)

  • Fixed bad log messages when duplicate keys were found

0.7.0 (2014-04-07)

0.6.4 (2014-04-07)

  • Add the MONGODB_STOP_ON_DUPLICATE option which allows to close the spider when a certain amount of duplicated insertion threshold is reached.

0.6.3 (2014-03-24)

  • Syncing all items not previously synced from the local buffer to MongoDB when the spider finishes

0.6.2 (2013-08-23)

0.6.1 (2013-07-14)

0.6.0 (2013-06-04)

0.5.1 (2013-06-03)

  • Updated docstrings

0.5.0 (2013-01-10)

0.4.0 (2013-01-07)

  • Added support for MongoDB replica set host strings

0.3.0 (2013-01-06)

  • Minor supportive updates

0.2.0 (2013-01-06)

  • Fixed connection problem for MongoDB replica sets
  • Fixed bad default parameter handling

0.1.0 (2013-01-06)

  • Initial release of the scrapy-mongodb pipeline module
  • Support for MongoDB replica sets and standalone databases