Skip to content

Releases: netbox-community/netbox-bgp

0.13.2 - 2024-05-17

17 May 09:47
dc2f675
Compare
Choose a tag to compare
  • Fixes filtering models based on Tenant

0.13.1 - 2024-05-16

16 May 11:53
6dfb25f
Compare
Choose a tag to compare
  • implements feature - keys on choicefields to allow settings in configuration.py FIELD_CHOICES
  • example: #189

0.13.0 - 2024-05-15

15 May 13:53
5304af4
Compare
Choose a tag to compare

0.12.1 - 2024-02-16

16 Feb 11:39
644a62e
Compare
Choose a tag to compare
  • Added Community Lists
  • Added Prefix List In/Out fields to BGP Session
  • Added Comments field to all objects by @pl0xym0r
  • Added import for Communities and Sessions by @pl0xym0r
  • Minor fixes and improvements

0.12.0 - 2024-01-11

11 Jan 09:50
789b547
Compare
Choose a tag to compare

0.11.1 - 2023-11-13

13 Nov 06:56
9bb67da
Compare
Choose a tag to compare
  • Minor updates on Forms and Filters by @pl0xym0r
  • Fixed broken API scheme #154

0.11.0 - 2023-09-19

19 Sep 06:03
57a8b99
Compare
Choose a tag to compare
  • Added support for NetBox 3.6
  • Added NestedCommunitySerializer and NestedPrefixSerializer by @aodix
  • Fixed #146
  • Fixed #145

0.10.2 - 2023-05-16

16 May 10:31
0eed31c
Compare
Choose a tag to compare

0.10.1 - 2023-05-16

16 May 05:51
66e1b5c
Compare
Choose a tag to compare
  • Fixed API Schema error #139
  • Added import for Communities #21

0.10.0 - 2023-05-12

12 May 12:32
d0d24f6
Compare
Choose a tag to compare
  • Added support for NetBox 3.5 by @benley
  • Added nested PrefixList serializer for PrefixListRules by @Chankster