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 11# Changelog
22
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+
322## v2.3.0 - 2023-12-15
423
524### Added
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " circuit-maintenance-parser"
3- version = " 2.3 .0"
3+ version = " 2.4 .0"
44description = " Python library to parse Circuit Maintenance notifications and return a structured data back"
55authors = [
" Network to Code <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments