File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.4.0 - 2024-02-20
4
+
5
+ ### Added
6
+
7
+ - [ #260 ] ( https://github.com/networktocode/circuit-maintenance-parser/pull/260 ) - Add Google parser
8
+ - [ #259 ] ( https://github.com/networktocode/circuit-maintenance-parser/pull/259 ) - Add Crown Castle fiber parser
9
+ - [ #258 ] ( https://github.com/networktocode/circuit-maintenance-parser/pull/258 ) - Add Netflix parser
10
+
11
+ ### Changed
12
+
13
+ - [ #264 ] ( https://github.com/networktocode/circuit-maintenance-parser/pull/264 ) - Adopt Pydantic 2.0
14
+ - [ #256 ] ( https://github.com/networktocode/circuit-maintenance-parser/pull/256 ) - Improved Equinix parser
15
+
16
+ ### Fixed
17
+
18
+ - [ #257 ] ( https://github.com/networktocode/circuit-maintenance-parser/pull/257 ) - Update incorrect file comment
19
+ - [ #255 ] ( https://github.com/networktocode/circuit-maintenance-parser/pull/255 ) -
20
+ Properly process Amazon emergency maintenance notifications
21
+
3
22
## v2.3.0 - 2023-12-15
4
23
5
24
### Added
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " circuit-maintenance-parser"
3
- version = " 2.3 .0"
3
+ version = " 2.4 .0"
4
4
description = " Python library to parse Circuit Maintenance notifications and return a structured data back"
5
5
authors = [" Network to Code <opensource@networktocode.com>" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments