Releases: networktocode/diffsync
Releases · networktocode/diffsync
Version 2.2.0
What's Changed
- Few Updates to Prep for SSoT Refactor by @jdrew82 in #303
- Update CODEOWNERS by @glennmatthews in #304
- chore(deps): update dependency pydantic to v2.12.4 by @renovate[bot] in #306
- Fix minor grammar issues by @collin-wicker in #310
- chore(deps): update dependency structlog to v25.5.0 by @renovate[bot] in #291
- chore(deps): update dependency bandit to v1.9.2 by @renovate[bot] in #301
- chore(deps): update dependency coverage to v7.12.0 by @renovate[bot] in #296
- chore(deps): update dependency invoke to v2.2.1 by @renovate[bot] in #305
- chore(deps): update dependency black to v25.11.0 by @renovate[bot] in #307
- chore(deps): update dependency pylint to v4 by @renovate[bot] in #308
- chore(deps): update dependency pydantic to v2.12.5 by @renovate[bot] in #311
- chore(deps): update dependency mypy to v1.19.0 by @renovate[bot] in #312
- chore(deps): update dependency coverage to v7.13.0 by @renovate[bot] in #317
- Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool by @jdrew82 in #315
- Release v2.2.0 by @jdrew82 in #318
New Contributors
- @collin-wicker made their first contribution in #310
Full Changelog: v2.1.0...v2.2.0
Version 2.1.0
The main changes with this release are focused around updating dependencies:
- Support for Python 3.8 has been dropped.
- The upper bound limit on
packaginghas been removed. - The pyYAML library has been updated.
What's Changed
- update pyyaml to 6.0.2 in poetry.lock by @gsnider2195 in #284
- Update GitHub Actions runner version by @mjbear in #286
- Remove upper limit on Packaging by @jdrew82 in #289
New Contributors
- @gsnider2195 made their first contribution in #284
- @mjbear made their first contribution in #286
- @jdrew82 made their first contribution in #289
Full Changelog: v2.0.1...v2.1.0
Version 2.0.1
Version 2.0.0
v2.0.0 - 2023-02-01
This is a major release because of two breaking API changes, there are no new features in this release (although one could consider the enabling of Pydantic 2.0 usage a feature).
Changed
Version 1.10.0
Version 1.9.0
Version 1.8.0
Version v1.7.0
Changed
- #176 - Remove pytest-redislite in favor of pytest-redis.
- #174 - Update Dockerfile to install build-essential
Added
- #174 - Add methods to load data from dictionary and enable tree traversal
- #174 - Add a get_or_none method to the DiffSync class
- #168 - Add 'skip' counter to diff.summary()
- #169/#170 - Add documentation about model processing order
- #121/#140 - Add and configure renovate
- #140 - Add renovate configuration validation to the CI
Fixed
- #149 Limit redundant CI concurrency