Skip to content

Python 3 Release

Compare
Choose a tag to compare
@itsJiaqi itsJiaqi released this 06 Jan 18:02
· 43 commits to master since this release
e74f55f

Release Notes

For: uc-cdis/peregrine

Notes since tag: 2.1.1

Notes to tag/commit: 3.0.0

Generated: 2020-01-06

New Features

  • Python 3 🎉 (#154)
  • Use special .secinclude file to list source code for Veracode security
    scanning (#151)
  • Use special .secexclude to forcefully exclude some files (empty) (#151)

Breaking Changes

  • Python 3 Support (not expected to be backwards compatible) (#154)

Dependency Updates

  • bumped dependencies to python3 compatible versions (#154)
  • also bumped Jinja2 and urllib3 for security compliance (#154)

Bug Fixes

  • Fix creation date and update date filters (#155)

Improvements

  • Dependabot creates public PRs for security updates. Disabling it. (#152)
  • Make DependaBot only update to "security" updates (#148)
  • Setup Dependabot automatic security scanning (#143)