Skip to content

Commit

Permalink
Merge pull request #284 from networktocode/main
Browse files Browse the repository at this point in the history
Release v2.6.0
  • Loading branch information
chadell authored Apr 4, 2024
2 parents 1cb6a18 + 10acd84 commit a402f24
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog

## v.2.5.0 - 2024-03-13
## v2.6.0 - 2024-04-04

### Added

- [#273](https://github.com/networktocode/circuit-maintenance-parser/pull/273) - Add iCal parsing to GTT/EXA
- [#280](https://github.com/networktocode/circuit-maintenance-parser/pull/280) - Add new Windstream Parser

### Changed

- [#277](https://github.com/networktocode/circuit-maintenance-parser/pull/277) - Refactor the output validator `validate_empty_circuit`
- [#281](https://github.com/networktocode/circuit-maintenance-parser/pull/281) Add the ability to support pydantic 1 and 2

### Fixed

- [#272](https://github.com/networktocode/circuit-maintenance-parser/pull/272) - Fix the logic in the output validator `validate_empty_circuit`
- [#278](https://github.com/networktocode/circuit-maintenance-parser/pull/278) - Increase robustness of Crown Castle parsing

## v2.5.0 - 2024-03-13

### Added

Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ By default, there is a `GenericProvider` that supports a `SimpleProcessor` using

- Arelion (previously Telia)
- EuNetworks
- EXA (formerly GTT) (\*)
- NTT
- PacketFabric
- Telstra
- Telstra (\*)

#### Supported providers based on other parsers

Expand All @@ -73,7 +74,7 @@ By default, there is a `GenericProvider` that supports a `SimpleProcessor` using
- Colt
- Crown Castle Fiber
- Equinix
- EXA (formerly GTT)
- EXA (formerly GTT) (\*)
- HGC
- Global Cloud Xchange
- Google
Expand All @@ -83,11 +84,14 @@ By default, there is a `GenericProvider` that supports a `SimpleProcessor` using
- Netflix (AS2906 only)
- Seaborn
- Sparkle
- Telstra
- Telstra (\*)
- Turkcell
- Verizon
- Windstream
- Zayo

(\*) Providers in both lists, with BCOP standard and nonstandard parsers.

> 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**!
#### LLM-powered Parsers
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "circuit-maintenance-parser"
version = "2.5.0"
version = "2.6.0"
description = "Python library to parse Circuit Maintenance notifications and return a structured data back"
authors = ["Network to Code <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit a402f24

Please sign in to comment.