Skip to content

v4.1.0.dev49

Pre-release
Pre-release

Choose a tag to compare

@cccs-rs cccs-rs released this 30 Sep 10:58
· 254 commits to master since this release

Service Base:

  • Simplifying implementation of service updaters
    • Service writers have the option of only defining how to import signatures after download or defining the complete update process
    • Generic update methods are provided as helper functions (dedups common code from existing services)
  • Bugfix: Source headers needed to be parsed from List[dict] to dict for url_download()