Skip to content

Commit cbeef38

Browse files
authored
Merge pull request #184 from networktocode/main
Resync develop to main after 1.7.0
2 parents b106171 + 1a982a3 commit cbeef38

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

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+
323
## v1.6.0 - 2022-07-09
424

525
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diffsync"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)