Skip to content

1.6.1rc3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Jun 11:46
· 14 commits to main since this release

Change Log

1.6.1 (rc3 status)

  • Allow "verify" to be set globally in config file.
  • Unit tests for online feeds.
  • Make unit test data directory configurable by environment variable.
  • Check that output- and temporary directories are not the same.
  • Unit tests for parallel execution.
  • Unit tests for intervals (using freezegun).
  • Package test runner as extra (pip install feedcache[tests]).
  • Make requests module obligatory, remove cURL code and all those awkward unit tests for that.
  • Proper class structure for main module
  • Replace str.format(...) with format strings
  • Experiment with an HTTP server for tests (e.g. pytest-httpserver) or properly
    mocking requests (e.g. requests-mock) instead of local files.
  • ...

1.6.0 (2024-11-22):

  • Add unit tests.
  • Allow file://-URLs for feeds (mainly for tests).
  • Add GitHub actions for unit tests and releasing.
  • Fix some minor bugs discovered by unit testing.
  • Use a version number higher than the feedcache from PyPi. I'm not planning to publish...

Full Changelog: 1.6.1rc2...1.6.1rc3