Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: uc-cdis/cdislogging

1.1.1

08 Oct 20:46
96b11d6

Choose a tag to compare

Release Notes

For: uc-cdis/cdislogging

Notes since tag: 1.1.0

Notes to tag/commit: 96b11d6

Generated: 2021-10-08

Allow overriding log format

08 Oct 20:38
7a485d9

Choose a tag to compare

Release Notes

For: uc-cdis/cdislogging

Notes since tag: 1.0.0

Notes to tag/commit: 1.1.0

Generated: 2021-10-08

New Features

  • Ability to override format (#14)
  • Added .secinclude to include all relevant files needed for veracode scan.
    (#9)
  • Added .secexclude to explicitly remove any unneeded files. (#9)
  • Added Jenkinsfile.security for the veracode security organization in
    Jenkins to scan this repo regularly. (#9)

Dependency Updates

  • Bumps py from 1.8.0 to 1.10.0. (#13)

1.0.0

12 Apr 20:13
a2f1dd9

Choose a tag to compare

Release Notes

For: uc-cdis/cdislogging

Notes since tag: 0.1.1

Notes to tag/commit: 1.0.0

Generated: 2019-04-12

Breaking Changes

  • Default log_level arg in get_logger is now NONE; now you must explicitly
    set the log_level on the parent logger (#7)

0.1.1

04 Mar 22:54

Choose a tag to compare

Release Notes

For: uc-cdis/cdislogging

Notes since tag: 0.1.0

Notes to tag/commit: 0.1.1

Generated: 2019-03-05

0.1.0

04 Mar 14:45
c7707b4

Choose a tag to compare

Release Notes

For: uc-cdis/cdislogging

Notes since tag: 0.0.2

Notes to tag/commit: 0.1.0

Generated: 2019-03-04

  • fix(handlers): don't allow unnecessary handlers (#3)
  • fix(handler): add tests, fix return (#4)
  • chore(license): add license and notice (#5)
  • feat(pypi): PyPI release (#6)