Releases: ctalkington/python-ipp
Releases · ctalkington/python-ipp
0.12.1
What’s changed
Bug fixes
- Add marker/other attributes to default attributes @ctalkington (#368)
Maintenance
- Update dependencies lock file @ctalkington (#366)
Dependency updates
- Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 @dependabot (#360)
- Bump safety from 1.10.3 to 2.3.1 @dependabot (#353)
0.12.0
What’s changed
This release requires Python 3.9+.
Bug fixes
- Use encoded value length when serializing attributes @ctalkington @edyapups (#342)
- Accept successful and informational status codes @ctalkington @kpnr (#343)
- Add additional tags/enum cleanup. Fix date parsing. @ctalkington @kpnr (#351)
Enhancements
- Adding printer-more-info support @jeeftor (#333)
- Packaging Overhaul (Python 3.9) @ctalkington (#338)
- Add Kyocera to known makes @ctalkington (#341)
- Parse unsupported-attributes group @ctalkington (#344)
Maintenance
- Add KYOCERA ECOSYS M2540dn test fixture @ctalkington @kpnr (#346)
- Update Tests @ctalkington (#347)
0.11.0
What’s Changed
- Bump pytest from 5.4.3 to 6.0.1 (#49) @dependabot
- Bump actions/setup-python from v2.1.1 to v2.1.2 (#54) @dependabot
- Bump pip from 20.2 to 20.2.2 (#55) @dependabot
- Bump isort from 5.3.0 to 5.3.2 (#52) @dependabot
- Bump actions/checkout from v2.3.1 to v2.3.2 (#53) @dependabot
- Bump isort from 5.2.2 to 5.3.0 (#50) @dependabot
- Bump isort from 5.2.1 to 5.2.2 (#48) @dependabot
- Bump pip from 20.1.1 to 20.2 (#44) @dependabot
- Bump coverage from 5.2 to 5.2.1 (#40) @dependabot
- Bump isort from 5.1.4 to 5.2.1 (#45) @dependabot
- Only pin minimum versions of core requirements (#47) @ctalkington
- Bump codecov/codecov-action from v1.0.11 to v1.0.12 (#39) @dependabot
- Bump actions/setup-python from v2.1.0 to v2.1.1 (#38) @dependabot
- Bump flake8 from 3.7.9 to 3.8.3 (#35) @dependabot
- Bump isort from 5.1.2 to 5.1.4 (#36) @dependabot
- Bump pre-commit from 2.1.1 to 2.6.0 (#37) @dependabot
- Bump aresponses from 1.1.2 to 2.0.0 (#33) @dependabot
- Bump twine from 3.1.1 to 3.2.0 (#34) @dependabot
- Bump pytest-asyncio from 0.10.0 to 0.14.0 (#26) @dependabot
- Bump pytest from 5.3.5 to 5.4.3 (#30) @dependabot
- Bump pip from 20.0.2 to 20.1.1 (#31) @dependabot
- Bump isort from 4.3.21 to 5.1.2 (#29) @dependabot
- Bump pylint from 2.4.4 to 2.5.3 (#25) @dependabot
- Update actions/checkout requirement to v2.3.1 (#20) @dependabot
- Bump blacken-docs from 1.6.0 to 1.7.0 (#27) @dependabot
- Bump yamllint from 1.20.0 to 1.24.2 (#24) @dependabot
- Bump mypy from 0.761 to 0.782 (#32) @dependabot
- Bump coverage from 5.0.3 to 5.2 (#28) @dependabot
- Bump pytest-cov from 2.8.1 to 2.10.0 (#23) @dependabot
- Bump codecov/codecov-action from v1.0.3 to v1.0.11 (#21) @dependabot
- Bump actions/setup-python from v1 to v2.1.0 (#22) @dependabot
0.10.1
What’s Changed
- Improve Status Parsing (#18) @ctalkington
0.10.0
What’s Changed
- Improve Marker Parsing (#17) @ctalkington
- Improve URI Parsing (#16) @ctalkington
- Improve Name Parsing (#15) @ctalkington
0.9.2
What’s Changed
- Guard Markers (#13) @ctalkington
0.9.1
What’s Changed
- Marker Tests (#12) @ctalkington
- Improve Parser (#11) @ctalkington
- Improve Parser Handling of Languages (#10) @ctalkington
0.9.0
What’s Changed
- Refactor Request Handling (#9) @ctalkington
0.8.3
What’s Changed
- Parse Make and Model Attribute (#7) @ctalkington
0.8.2
What’s Changed
- Improve IEEE Parsing (#6) @ctalkington