You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,37 @@
1
1
# Changelog
2
2
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
+
3
15
## v1.4.2 - 2022-02-28
4
16
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
+
5
19
### Fixed
6
20
7
21
-#100 - Added explicit dependency on `packaging`.
8
22
9
23
## v1.4.1 - 2022-01-26
10
24
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
+
11
27
### Fixed
12
28
13
29
-#95 - Removed optional dependencies on `sphinx`, `m2r2`, `sphinx-rtd-theme`, `toml`.
14
30
15
31
## v1.4.0 - 2022-01-24
16
32
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
+
17
35
### Added
18
36
19
37
-#53 - Add a new example based on pynautobot and Nautobot REST API
0 commit comments