Skip to content

Commit 45324f0

Browse files
committed
Update CHANGELOG.md
1 parent 5768680 commit 45324f0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

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

3+
## v1.1.0 (2021-04-07)
4+
5+
### Added
6+
7+
- Now supports import from NetBox versions up to 2.10.8
8+
- Now compatible with Nautobot 1.0.0b3
9+
10+
### Changed
11+
12+
- #28 - Rework of internal data representations to use primary keys instead of natural keys for most models.
13+
This should fix many "duplicate object" problems reported by earlier versions of this plugin (#11, #19, #25, #26, #27)
14+
15+
### Fixed
16+
17+
- #10 - Catch `ObjectDoesNotExist` exceptions instead of erroring out
18+
- #12 - Duplicate object reports should include primary key
19+
- #13 - Allow import of objects with custom field data referencing custom fields that no longer exist
20+
- #14 - Allow import of objects with old custom field data not matching latest requirements
21+
- #24 - Allow import of EUI MACAddress records
22+
23+
### Removed
24+
25+
- No longer compatible with Nautobot 1.0.0b2 and earlier
26+
27+
328
## v1.0.1 (2021-03-09)
429

530
### Added

0 commit comments

Comments
 (0)