Skip to content

Releases: bird-house/twitcher

v0.5.0

22 May 13:44
Compare
Choose a tag to compare

Changes:

  • Skipped Buildout (#49).
  • Replaced mongodb by sqlalchemy (#51).
  • Simplified Makefile and skipped conda targets (#75).
  • Add Makefile targets for docker, bumpversion and coverage analysis related tasks (#67).
  • Removed unused config module (#70).

New Features:

  • Provided a Dockerfile for building Twitcher (#67).
  • Provide AdapterInterface to allow overriding store implementations with configuration setting twitcher.adapter (#67).
  • Add version auto-update (number and date) of these 'changes' with bump2version (#67).

Fixes:

  • Update requirements with missing dependencies when building docker image.
  • Various fixes (#74, #73, #72, #71)

v0.4.0

02 May 16:49
Compare
Choose a tag to compare

Changes:

  • Skipped Python 2.7 support (#61).
  • Added public URL "purl" (#58).
  • Added SSL verify option (#55).
  • Skipped internal WPS (#52).
  • Moved tests to top-level folder (#47).

v0.3.8

11 Sep 09:50
Compare
Choose a tag to compare

Bug-fix Release

Fixes:

  • Fixed the wps DataInputs params encoding (#42).
  • Fixed error 400 Contradictory scheme headers (#40).

New Features:

  • make protected path configurable (#36).