Skip to content

Commit c3bc0f5

Browse files
authored
Merge pull request #91 from networktocode/dga-prep-1.4.0
Prepare release 1.4.0
2 parents 6a412de + f126816 commit c3bc0f5

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

3+
## v1.4.0 - 2022-01-24
4+
5+
### Added
6+
7+
- #53 - Add a new example based on pynautobot and Nautobot REST API
8+
- #59 - Add proper documentation published in Read the doc
9+
- #68 - Cleanup Readme, add link to new documentation site
10+
- #70 - Add `add_or_update()` method to DiffSync class that requires a DiffSyncModel to be passed in and will attempt to add or update an existing object
11+
- #72 - Add core engine section in docs and rename example directories
12+
- #75 - Add support for Structlog v21 in addition to v20.
13+
- #80 - Add support for an existing Diff object to be passed to `sync_to()` & `sync_from()` to prevent another diff from being calculated.
14+
- #81 - Add a new example based on PeeringDB
15+
- #83 - Add support for Python 3.10
16+
- #87 - Add new model flags : `SKIP_UNMATCHED_BOTH`, `SKIP_UNMATCHED_SRC` & `SKIP_UNMATCHED_DST` to match the behavior of the global flags
17+
18+
### Changed
19+
20+
- #62 - Update CI Token
21+
- #69 - Replace Travis CI with Github Actions to run unit tests
22+
- #82 - Update lock file with latest versions.
23+
- #90 - Convert list of actions (`create`, `update`, `delete`) to proper Enum
24+
25+
### Fixed
26+
27+
- #51 - Update minimum Pydantic version due to security advisory GHSA-5jqp-qgf6-3pvh
28+
- #63 - Fix type in Readme
29+
330
## v1.3.0 - 2021-04-07
431

532
### Added

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.3.0"
3+
version = "1.4.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)