Releases: networktocode/circuit-maintenance-parser
Releases · networktocode/circuit-maintenance-parser
v2.11.0
What's Changed
- Refactor provider to use OpenAI parser as a fallback and enhance test… by @jvanderaa in #376
- Fix Lumen parser status for scheduled maintenance by @adam-hamilton in #377
- Improvements to Google Parser by @AndriusV4 in #375
- Create .cookiecutter.json to prep for drift management. by @jeffkala in #383
- prep for drift manager by @jeffkala in #386
- Adds python3.13 to the project by @jvanderaa in #385
- updating circuit_maintenance_parser/parser.py Html.clean_line method … by @huacchob in #390
- Lxml version 602 by @huacchob in #394
New Contributors
- @adam-hamilton made their first contribution in #377
- @AndriusV4 made their first contribution in #375
- @jeffkala made their first contribution in #383
- @huacchob made their first contribution in #390
Full Changelog: v2.10.0...v2.11.0
v2.10.0
See the release notes on the documentation page for the full release notes.
What's Changed
- Release 2 9 prep by @jvanderaa in #337
- Adds more complete tests. by @jvanderaa in #344
- Update AWS parser for HTML emails by @beetanz in #330
- Updates dependencies. by @jvanderaa in #346
- Bumps timezonefinder v8.2.0 by @michalis1 in #361
- lxml to allow for v6 by @cheenpo in #360
- Release v2.9.0 by @jvanderaa in #364
- Main by @jvanderaa in #370
- Release v2.10.0 by @jvanderaa in #369
New Contributors
- @beetanz made their first contribution in #330
- @michalis1 made their first contribution in #361
- @cheenpo made their first contribution in #360
Full Changelog: v2.9.0...v2.10.0
v2.9.0
What's Changed
- Main (2.8.0) to Develop by @chadell in #319
- refactor: ✅ Adopt new NTC development standards by @chadell in #320
- Add LLM tokens used to MetaData, fix PCCW parser and text hook improvement by @mkekez-SIE in #328
- Add towncrier check in the CI by @chadell in #329
- Fix bug with maintenance_id generation due to CircuitImpact by @mkekez-SIE in #331
- Add subject to body of emails for OpenAI parser by @mkekez-SIE in #335
New Contributors
- @mkekez-SIE made their first contribution in #328
Full Changelog: v2.8.0...v2.9.0
Release v2.8.0
Release v2.7.0
v2.6.1 - 2024-06-04
What's Changed
Fixed
- #288 - Fixed exceptions under Pydantic 1.x.
Dependencies
- #286 - Added support for
lxml5.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_circuitsusing 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