Skip to content

Commit a402f24

Browse files
authored
Merge pull request #284 from networktocode/main
Release v2.6.0
2 parents 1cb6a18 + 10acd84 commit a402f24

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

3-
## v.2.5.0 - 2024-03-13
3+
## v2.6.0 - 2024-04-04
4+
5+
### Added
6+
7+
- [#273](https://github.com/networktocode/circuit-maintenance-parser/pull/273) - Add iCal parsing to GTT/EXA
8+
- [#280](https://github.com/networktocode/circuit-maintenance-parser/pull/280) - Add new Windstream Parser
9+
10+
### Changed
11+
12+
- [#277](https://github.com/networktocode/circuit-maintenance-parser/pull/277) - Refactor the output validator `validate_empty_circuit`
13+
- [#281](https://github.com/networktocode/circuit-maintenance-parser/pull/281) Add the ability to support pydantic 1 and 2
14+
15+
### Fixed
16+
17+
- [#272](https://github.com/networktocode/circuit-maintenance-parser/pull/272) - Fix the logic in the output validator `validate_empty_circuit`
18+
- [#278](https://github.com/networktocode/circuit-maintenance-parser/pull/278) - Increase robustness of Crown Castle parsing
19+
20+
## v2.5.0 - 2024-03-13
421

522
### Added
623

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ By default, there is a `GenericProvider` that supports a `SimpleProcessor` using
6060

6161
- Arelion (previously Telia)
6262
- EuNetworks
63+
- EXA (formerly GTT) (\*)
6364
- NTT
6465
- PacketFabric
65-
- Telstra
66+
- Telstra (\*)
6667

6768
#### Supported providers based on other parsers
6869

@@ -73,7 +74,7 @@ By default, there is a `GenericProvider` that supports a `SimpleProcessor` using
7374
- Colt
7475
- Crown Castle Fiber
7576
- Equinix
76-
- EXA (formerly GTT)
77+
- EXA (formerly GTT) (\*)
7778
- HGC
7879
- Global Cloud Xchange
7980
- Google
@@ -83,11 +84,14 @@ By default, there is a `GenericProvider` that supports a `SimpleProcessor` using
8384
- Netflix (AS2906 only)
8485
- Seaborn
8586
- Sparkle
86-
- Telstra
87+
- Telstra (\*)
8788
- Turkcell
8889
- Verizon
90+
- Windstream
8991
- Zayo
9092

93+
(\*) Providers in both lists, with BCOP standard and nonstandard parsers.
94+
9195
> Note: Because these providers do not support the BCOP standard natively, maybe there are some gaps on the implemented parser that will be refined with new test cases. We encourage you to report related **issues**!
9296
9397
#### LLM-powered Parsers

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "circuit-maintenance-parser"
3-
version = "2.5.0"
3+
version = "2.6.0"
44
description = "Python library to parse Circuit Maintenance notifications and return a structured data back"
55
authors = ["Network to Code <opensource@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)