Releases: networktocode/diffsync
Releases · networktocode/diffsync
v2.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
packaging
has 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