Releases: networktocode/circuit-maintenance-parser
Releases · networktocode/circuit-maintenance-parser
v2.6.1 - 2024-06-04
What's Changed
Fixed
- #288 - Fixed exceptions under Pydantic 1.x.
Dependencies
- #286 - Added support for
lxml
5.x.
Contributors
Full Changelog: v2.6.0...v2.6.1
Release v2.6.0
What's Changed
Added
Fixed
- Correct incorrect logic in validation code by @jmaslak in #272
- Increase robustness of Crown Castle parsing by @jmaslak in #278
Changed
- refactor:
validate_empty_circuits
using enums by @chadell in #277 - Add the ability to support pydantic 1 and 2 by @itdependsnetworks in #281
New Contributors
- @itdependsnetworks made their first contribution in #281
Full Changelog: v2.5.0...v2.6.0
Release v2.5.0
What's Changed
New Contributors
- @nlgotz made their first contribution in #274
- @MeganerdDev made their first contribution in #275
Full Changelog: v2.4.0...v2.5.0
v2.4.0
v2.4.0 - 2024-02-20
Added
Changed
Fixed
- #257 - Update incorrect file comment
- #255 -
Properly process Amazon emergency maintenance notifications
Full Changelog: v2.3.0...v2.4.0
Release v2.3.0
v2.3.0 - 2023-12-15
Added
Changed
- #237 - Remove Python 3.7 support by @slyngshede
Fixed
- #243 - Handle broken EUNetworks cancellation messages by @jmaslak
- #251 Add missing Arelion entry to SUPPORTED_PROVIDERS by @glennmatthews
Release v2.2.4
Release v2.2.3
v2.2.3 - 2023-03-21
Changed
#216 - Allow Lumen maintenance multiple windows to be parsed
#212 - Updated documentation: Contribution section
#210 - Ability to parse multiple maintenance windows from Zayo
#190 - Update Telstra for new notificaiton format
Fixed
#222 - Fix e22 tests when combining data from multiple maintenances
v2.2.2
What's Changed
- Release v2.2.1 by @chadell in #202
- style: ⬆️ Update pydantic to 1.10.4 by @chadell in #204
- Updates version and changelog by @jvanderaa in #205
New Contributors
- @jvanderaa made their first contribution in #205
Full Changelog: v2.2.1...v2.2.2
Release v2.2.1
Release v2.2.0
v2.2.0 - 2022-10-25
Added
- #169 - Add a helper script to anonymize IP addresses using
netconan
- #163 - New parser for BSO provider
Changed
- #182 - Moved
toml
to dev-dependencies - #181 - Changed mypy to v0.982
- #180 - Minimum Python version changed from
3.6.2
to3.7
- #179 - Do not require an "[ EXTERNAL ]" marker for Colt email subjects
- #176 - Handle Zayo table with "Customer Circuit ID" header
- #170 - Update networktocode/gh-action-setup-poetry-environment action to v4
- #164 - Improve CI concurrency
- #161 - Update dependency flake8 to v5
- #160 - Update slackapi/slack-github-action action to v1.23.0
- #154 - Do not accept
pydantic
v1.9.1 - #151 - Changed version
types-pytz
to v2022 - #150 - Update actions/setup-python action to v4
- #148 - Update actions/checkout action to v3
- #147 - Update slackapi/slack-github-action action to v1.19.0
- #146 - Migrate CI from Travis to Github Actions
- #138 - Update dependency pytest to v7
Fixed
- #177 - Fixed Colt parser: use European-style day-first date parsing