Releases: mib1185/py-synologydsm-api
Releases · mib1185/py-synologydsm-api
v2.0.1
v2.0.0
Changes
💥 Breaking Changes
🔨 Refactoring
- BREAKING: Rework to aiohttp (#221) @mib1185
- Activate pylint (#200) @mib1185
- Use isort with black profile for imports (#199) @mib1185
- Add SynoBaseApi class (#196) @mib1185
📦 Dependencies
29 changes
- Add python 3.10 (#227) @mib1185
- Remove poetry and nox as build dependencies (#222) @mib1185
- Bump flake8-bugbear from 21.4.3 to 22.10.27 (#195) @dependabot
- Bump actions/cache from 3.0.8 to 3.0.11 (#193) @dependabot
- Bump actions/setup-python from 4.2.0 to 4.3.0 (#191) @dependabot
- Bump pytest from 6.2.4 to 7.2.0 (#194) @dependabot
- Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (#189) @dependabot
- Bump pip from 22.2.2 to 22.3.1 in /.github/workflows (#198) @dependabot
- Bump virtualenv from 20.16.5 to 20.16.7 in /.github/workflows (#197) @dependabot
- Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#187) @dependabot
- Bump poetry from 1.2.1 to 1.2.2 in /.github/workflows (#190) @dependabot
- Bump github/codeql-action from 1 to 2 (#185) @dependabot
- Bump reorder-python-imports from 2.5.0 to 3.8.2 (#155) @dependabot
- Bump nox-poetry from 0.9.0 to 1.0.1 in /.github/workflows (#146) @dependabot
- Bump pip from 22.0.3 to 22.2.2 in /.github/workflows (#162) @dependabot
- Bump virtualenv from 20.13.1 to 20.16.5 in /.github/workflows (#172) @dependabot
- Bump poetry from 1.1.12 to 1.2.1 in /.github/workflows (#175) @dependabot
- Bump nox from 2022.1.7 to 2022.8.7 in /.github/workflows (#164) @dependabot
- Bump actions/download-artifact from 2.1.0 to 3.0.0 (#128) @dependabot
- Bump actions/cache from 2.1.7 to 3.0.8 (#179) @dependabot
- Bump codecov/codecov-action from 2.1.0 to 3.1.1 (#180) @dependabot
- Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#181) @dependabot
- Bump release-drafter/release-drafter from 5.18.1 to 5.21.0 (#174) @dependabot
- Bump actions/setup-python from 2.3.2 to 4.2.0 (#161) @dependabot
- Bump actions/upload-artifact from 2.3.1 to 3.1.0 (#141) @dependabot
- Bump actions/checkout from 2.4.0 to 3.0.2 (#133) @dependabot
- Bump flake8-rst-docstrings from 0.2.3 to 0.2.7 (#154) @dependabot
- bump dparse click bandit (#177) @mib1185
- Bump sphinx-rtd-theme from 0.5.2 to 1.0.0 (#105) @dependabot
v1.0.8
v1.0.7
v1.0.6
Changes
🪲 Fixes
📦 Dependencies
- Bump pep8-naming from 0.11.1 to 0.12.1 (#65) @dependabot
- Bump xdoctest from 0.15.5 to 0.15.10 (#56) @dependabot
- Bump darglint from 1.7.0 to 1.8.1 (#64) @dependabot
- Bump sphinx from 3.5.3 to 4.3.2 (#84) @dependabot
- Bump actions/cache from 2.1.6 to 2.1.7 (#73) @dependabot
- Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#99) @dependabot
- Bump release-drafter/release-drafter from 5.15.0 to 5.18.1 (#98) @dependabot
- Bump virtualenv from 20.8.1 to 20.13.1 in /.github/workflows (#96) @dependabot
- Bump actions/setup-python from 2.2.2 to 2.3.2 (#95) @dependabot
- Bump nox from 2021.10.1 to 2022.1.7 in /.github/workflows (#91) @dependabot
- Bump poetry from 1.1.11 to 1.1.12 in /.github/workflows (#77) @dependabot
- Bump pip from 21.3 to 22.0.3 in /.github/workflows (#94) @dependabot
- Bump actions/upload-artifact from 2.2.4 to 2.3.1 (#82) @dependabot
- Bump nox-poetry from 0.8.6 to 0.9.0 in /.github/workflows (#71) @dependabot
- Bump actions/checkout from 2.3.5 to 2.4.0 (#67) @dependabot
- Bump actions/download-artifact from 2.0.10 to 2.1.0 (#80) @dependabot
- Bump babel from 2.8.0 to 2.9.1 (#97) @dependabot
- Bump mypy from 0.812 to 0.931 (#92) @dependabot
v1.0.5
Changes
🚀 Features
📦 Dependencies
- Bump nox from 2020.12.31 to 2021.10.1 in /.github/workflows (#54) @dependabot
- Bump poetry from 1.1.7 to 1.1.11 in /.github/workflows (#55) @dependabot
- Bump virtualenv from 20.6.0 to 20.8.1 in /.github/workflows (#53) @dependabot
- Bump codecov/codecov-action from 2.0.2 to 2.1.0 (#48) @dependabot
- Bump actions/checkout from 2.3.4 to 2.3.5 (#60) @dependabot
- Bump flake8 from 3.9.0 to 4.0.1 (#59) @dependabot
- Bump pip from 21.1.3 to 21.3 in /.github/workflows (#58) @dependabot
v1.0.4
Changes
🚀 Features
🪲 Fixes
- improve masking of sensitiv data in debug output (#42) @mib1185
- fix mask of sensitiv data (#33) @mib1185
🚨 Testing
- codeql-settings (#28) @mib1185
- Ignore push events from dependabot for CodeQL (#24) @mib1185
- Add CodeQL Analysis (#22) @mib1185
📦 Dependencies
- Bump pre-commit from 2.13.0 to 2.14.0 (#40) @dependabot
- Bump pytest from 6.2.3 to 6.2.4 (#26) @dependabot
- Bump requests from 2.25.1 to 2.26.0 (#12) @dependabot
- Bump flake8-rst-docstrings from 0.0.14 to 0.2.3 (#27) @dependabot
- Bump reorder-python-imports from 2.4.0 to 2.5.0 (#10) @dependabot
- Bump xdoctest from 0.15.4 to 0.15.5 (#11) @dependabot
- Bump virtualenv from 20.4.7 to 20.6.0 in /.github/workflows (#7) @dependabot
- Bump pip from 21.1.2 to 21.1.3 in /.github/workflows (#2) @dependabot
- Bump codecov/codecov-action from 1.5.2 to 2.0.2 (#5) @dependabot
- Bump poetry from 1.1.6 to 1.1.7 in /.github/workflows (#4) @dependabot
- Bump actions/download-artifact from 2.0.9 to 2.0.10 (#3) @dependabot
- Bump actions/upload-artifact from 2.2.3 to 2.2.4 (#1) @dependabot
- switch to poetry-core (#23) @mib1185
- Bump pre-commit from 2.11.1 to 2.13.0 (#16) @mib1185
- Bump codecov/codecov-action from 1.5.2 to 2.0.1 (#17) @mib1185