File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.8.0 - 2023-04-18
4+
5+ ### Added
6+
7+ - #182 - Added ` get_or_add_model_instance() ` and ` update_or_add_model_instance() ` APIs.
8+ - #189 - Added note in ` README.md ` about running ` invoke tests ` .
9+ - #190 - Added note in ` README.md ` about running ` invoke build ` .
10+
11+ ### Changed
12+
13+ - #77 /#188 - ` sync_from() ` and ` sync_to() ` now return the ` Diff ` that was applied.
14+ - #211 - Loosened ` packaging ` and ` structlog ` library dependency constraints for broader compatibility.
15+
316## v1.7.0 - 2022-11-03
417
518### Changed
1023### Added
1124
1225- #174 - Add methods to load data from dictionary and enable tree traversal
13- - #174 - Add a get_or_none method to the DiffSync class
26+ - #174 - Add a ` get_or_none ` method to the DiffSync class
1427- #168 - Add 'skip' counter to diff.summary()
1528- #169 /#170 - Add documentation about model processing order
1629- #121 /#140 - Add and configure renovate
Original file line number Diff line number Diff line change 1- Copyright 2020 Network to Code <info@networktocode.com>
1+ Copyright 2020-2023 Network to Code <info@networktocode.com>
22Network to Code, LLC
33
44Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " diffsync"
3- version = " 1.7.1 "
3+ version = " 1.8.0 "
44description = " Library to easily sync/diff/update 2 different data sources"
55authors = [" Network to Code, LLC <info@networktocode.com>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments