File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.7.0 - 2022-11-03
4
+
5
+ ### Changed
6
+
7
+ - #176 - Remove pytest-redislite in favor of pytest-redis.
8
+ - #174 - Update Dockerfile to install build-essential
9
+
10
+ ### Added
11
+
12
+ - #174 - Add methods to load data from dictionary and enable tree traversal
13
+ - #174 - Add a get_or_none method to the DiffSync class
14
+ - #168 - Add 'skip' counter to diff.summary()
15
+ - #169 /#170 - Add documentation about model processing order
16
+ - #121 /#140 - Add and configure renovate
17
+ - #140 - Add renovate configuration validation to the CI
18
+
19
+ ### Fixed
20
+
21
+ - #149 Limit redundant CI concurrency
22
+
3
23
## v1.6.0 - 2022-07-09
4
24
5
25
### Changed
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " diffsync"
3
- version = " 1.6 .0"
3
+ version = " 1.7 .0"
4
4
description = " Library to easily sync/diff/update 2 different data sources"
5
5
authors = [
" Network to Code, LLC <[email protected] >" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments