Skip to content

Commit 91c37ba

Browse files
Add release-note for 1.4.3 and add warnings about breaking changes
1 parent 4170b54 commit 91c37ba

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,37 @@
11
# Changelog
22

3+
## v1.4.3 - 2022-03-03
4+
5+
### Fixed
6+
7+
- #101 - Revert changed introduced in #90 that affected `DiffElement.action`
8+
9+
**NOTE**: this change is a breaking change against DiffSync 1.4.0 through 1.4.2, but was necessary to restore backward compatibility with DiffSync 1.3.x and earlier. Apologies for any inconvenience this causes.
10+
11+
### Changed
12+
13+
- #103 Update development dependencies
14+
315
## v1.4.2 - 2022-02-28
416

17+
**WARNING** - #90 inadvertently introduced a breaking API change in DiffSync 1.4.0 through 1.4.2 (#101); this change was reverted in #102 for DiffSync 1.4.3 and later. We recommend not using this release, and moving to 1.4.3 instead.
18+
519
### Fixed
620

721
- #100 - Added explicit dependency on `packaging`.
822

923
## v1.4.1 - 2022-01-26
1024

25+
**WARNING** - #90 inadvertently introduced a breaking API change in DiffSync 1.4.0 through 1.4.2 (#101); this change was reverted in #102 for DiffSync 1.4.3 and later. We recommend not using this release, and moving to 1.4.3 instead.
26+
1127
### Fixed
1228

1329
- #95 - Removed optional dependencies on `sphinx`, `m2r2`, `sphinx-rtd-theme`, `toml`.
1430

1531
## v1.4.0 - 2022-01-24
1632

33+
**WARNING** - #90 inadvertently introduced a breaking API change in DiffSync 1.4.0 through 1.4.2 (#101); this change was reverted in #102 for DiffSync 1.4.3 and later. We recommend not using this release, and moving to 1.4.3 instead.
34+
1735
### Added
1836

1937
- #53 - Add a new example based on pynautobot and Nautobot REST API

0 commit comments

Comments
 (0)