-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGELOG.yaml
224 lines (224 loc) · 5.84 KB
/
CHANGELOG.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
Unreleased:
added:
- help text for info_traffic
- ORM configuration options exposed
- NetworkIXLan.ix_side field added
- NetworkIXLan.net_side field added
fixed:
- missing migrations
- facility voltage value migration to fix peeringdb-py#86 on old databases
changed:
- Facility.property label for Lessee changed to "Leased or Rented"
- Facility.property help text clarified
- social media service `twitter` renamed to `x`
deprecated:
- InternetExchange.media field has been deprecated and will default to `Ethernet` until it will be removed in v3 of the PeeringDB API.
removed: []
security: []
3.4.0:
added:
- added `bfd_support` field to `Network`
3.3.0:
added:
- added `info_types` field to `Network` to support multi choice type selection
changed:
- changed `available_voltage_services` in `Facility` to allow 48 VDC, 400 VAC and
480 VAC
3.2.0:
added:
- help text for is_rs_peer, campus, carrier and policy
changed:
- website field restrictions
3.1.0:
added:
- django 4.2 support
- python 3.11 support
removed:
- python 3.7 support
3.0.1:
fixed:
- fix issue with empty and none values in MultipleChoiceField
3.0.0:
added:
- Organization social_media field
- Facility social_media field
- InternetExchange social_media field
- Network social_media field
- Campus social_media field
- Carrier social_media field
removed:
- django2.2 support
- django3.0 support
2.16.0:
added:
- Campus object
2.15.0:
added:
- Carrier object
- CarrierFacility object
fixed:
- issue with with some environments missing asgiref
changed:
- MTU changed from free-form to validate against a set of choices, currently 1500,
9000
2.14.1:
fixed:
- fix incorrect country-code to continent mappings for Georgia (GE) and Puerto Rico
(PR)
2.14.0:
added:
- '`rir_status` to `Network`'
- '`rir_status_updated` to `Network`'
2.13.0:
added:
- python 3.10
fixed:
- issue with MultipleChoiceField when used with django-handleref object history
(peeringdb/peeringdb#1096)
removed:
- python 3.6
2.12.0:
added:
- '`status_dashboard` to `InternetExchange`'
- '`status_dashboard` to `Network`'
- '`status_dashboard` to `Facility`'
fixed:
- django ugettext deprecation warning
2.11.0:
added:
- '`sales_email` to `InternetExchange`'
- '`sales_phone` to `InternetExchange`'
2.10.0:
added:
- '`region_continent` field to `Facility`'
2.9.0:
added:
- '`property` to `Facility`'
- '`available_voltage_services` to `Facility`'
- '`diverse_serving_substations` to `Facility`'
2.8.0:
added:
- python 3.9 support
- Django 3.2 support
- __str__ methods to more models (#52)
- django admin interface views (#63)
removed:
- python 3.5 support
2.7.0:
added:
- '`service_level` to `InternetExchange`'
- '`terms` to `InternetExchange`'
2.6.0:
added:
- '`name_long` field to `Network`'
- '`aka` field to `InternetExchange`'
- '`name_long` field to `Facility`'
- '`aka` field to `Facility`'
- '`name_long` field to `Organization`'
- '`aka` field to `Organization`'
- github workflow for tests
2.5.0:
added:
- '`suite` and ``floor` fields to `AddressModel`'
- better tooltip/help text for phone fields
2.4.0:
added:
- '"Government" network type'
- '"Network Services" network type'
- '"Route Collector" network type'
- django3.1 tests
changed:
- improve network.info_prefixes4 help text
- improve network.info_prefixes6 help text
removed:
- django1.11 support (end of life Apr 2020)
- django2.0 support (end of life Apr 2019)
- django2.1 support (end of life Dec 2019)
- python3.5 support (end of life Sep 2020)
2.3.0:
added:
- django3.0 support
2.2.0:
added:
- add `ixf_last_import` to InternetExchangeBase (peeringdb/peeringdb#683)
- add `ixf_net_count` to InternetExchangeBase (peeringdb/peeringdb#683)
- add `ixf_ixp_member_list_url` to IXLanBase (peeringdb/peeringdb#249)
- add `ixf_ixp_member_list_url_visible` to IXLanBase (peeringdb/peeringdb#249)
fixed:
- fix issue in setup.py for test requirements
2.1.1:
fixed:
- remove verbose_name migrations (#45)
2.1.0:
added:
- add `in_dfz` field to IXLanPrefixBase (peeringdb/peeringdb#352)
changed:
- Make spelling of traffic levels consistent (peeringdb/peeringdb#519)
2.0.0:
added:
- add py3.7, py3.8 to tox and travis tests
- add django 2.2, 3.0 to tests
changed:
- Explicitly set TIME_ZONE='UTC' (#38)
removed:
- remove py2.7 support (#36)
- remove py3.4 tests (py3.4 EOL reched)
1.1.0:
added:
- add `info_never_via_route_servers` to `NetworkBase` (peeringdb/394)
- set help text for irr_as_set, info_prefixes4 and info_prefixes6 (peeringdb/228)
fixed: []
changed: []
deprecated: []
removed: []
security: []
1.0.0:
added:
- Client adaptor to work with the new peeringdb client
- Django 2.0, 2.1 support (thanks @paravoid)
- Improved py3 support (thanks @paravoid)
- '#22 - use django gettext on choices'
removed:
- '`pdb_sync` command, peeringdb client now implements sync logic'
0.8.0:
added:
- Django 1.11 migration
fixed:
- cleaned up sync
- '#17 - skip None deletes on related'
0.7.0:
added:
- py3 compatibility
0.6.1:
fixed:
- fixed issue with longitude / latitude validation errors during sync (#10)
0.6.0:
added:
- latitude and longitude fields added to AddressModel
0.5.0:
added:
- support for django 1.10, 1.11
0.4.0:
added:
- --limit option to sync
fixed:
- use calendar.timegm instead of time.mktime so there isn't timezone skew
0.3.1:
fixed:
- fix sync via call_command
0.3.0:
added:
- Route Server network type
- Maintenance contact type
- standalone URLField
- better testing options
0.2.2:
added:
- CHANGELOG!
- docs for adding XK country code for Kosovo
fixed:
- beta URL changed to www
- cascade delete for relational tables
- fixed foreign key related names
removed:
- poc list tests