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 1
1
# Changelog
2
2
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
+
3
16
## v1.7.0 - 2022-11-03
4
17
5
18
### Changed
10
23
### Added
11
24
12
25
- #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
14
27
- #168 - Add 'skip' counter to diff.summary()
15
28
- #169 /#170 - Add documentation about model processing order
16
29
- #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>
2
2
Network to Code, LLC
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " diffsync"
3
- version = " 1.7 .0"
3
+ version = " 1.8 .0"
4
4
description = " Library to easily sync/diff/update 2 different data sources"
5
5
authors = [" Network to Code, LLC <info@networktocode.com>" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments