File tree Expand file tree Collapse file tree 6 files changed +17
-5
lines changed
Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4343
4444- [ 386] ( https://github.com/nautobot/nautobot-app-ssot/pull/386 ) - Improves error handling in contrib (backport of #374 )
4545- [ 373] ( https://github.com/nautobot/nautobot-app-ssot/pull/373 ) - Change contrib.NautobotModel.get_from_db to use a PK (backport of #371 )
46+
47+ ## v1.6.3 - 2024-03-20
48+
49+ ## Fixed
50+
51+ - [ 396] ( https://github.com/nautobot/nautobot-app-ssot/pull/396 ) - Fix custom one-to-many relationships (backport of #393 )
52+ - [ 396] ( https://github.com/nautobot/nautobot-app-ssot/pull/396 ) -
53+ Use ` typing.get_args ` in favor of accessing ` __args__ ` directly (backport of #390 )
54+ - [ 396] ( https://github.com/nautobot/nautobot-app-ssot/pull/396 ) -
55+ Fixed issue with generic relationships and ` NautobotAdapter.load ` (backport of #388 )
56+ - [ 396] (Fixed issue with generic relationships and ` NautobotAdapter.load ` .) -
57+ Allow foreign keys inside of many to many relationships (backport of #377 )
58+
59+ ## Housekeeping
60+
61+ - Replicate module and test module structure for contrib code in LTM branch
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nautobot-ssot"
3- version = " 1.6.2 "
3+ version = " 1.6.3 "
44description = " Nautobot Single Source of Truth"
55authors = [" Network to Code, LLC <info@networktocode.com>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments