Skip to content

Commit 34c210c

Browse files
authored
Merge pull request #227 from networktocode/main-to-develop-post-1.8.0
Main to develop post 1.8.0
2 parents 95fb491 + 5a8cc57 commit 34c210c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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
@@ -10,7 +23,7 @@
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

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2020 Network to Code <[email protected]>
1+
Copyright 2020-2023 Network to Code <[email protected]>
22
Network to Code, LLC
33

44
Licensed under the Apache License, Version 2.0 (the "License");

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diffsync"
3-
version = "1.7.0"
3+
version = "1.8.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)