Skip to content

Releases: networktocode/circuit-maintenance-parser

v2.6.1 - 2024-06-04

04 Jun 19:00
30acf33
Compare
Choose a tag to compare

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

04 Apr 13:23
10acd84
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.5.0...v2.6.0

Release v2.5.0

14 Mar 10:32
e4c3a0d
Compare
Choose a tag to compare

What's Changed

  • feat: Add Global Cloud XChange Parser by @nlgotz in #274

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

20 Feb 15:02
baba76e
Compare
Choose a tag to compare

v2.4.0 - 2024-02-20

Added

  • #260 - Add Google parser
  • #259 - Add Crown Castle fiber parser
  • #258 - Add Netflix parser

Changed

  • #264 - Adopt Pydantic 2.0
  • #256 - Improved Equinix parser

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

15 Dec 15:00
5232369
Compare
Choose a tag to compare

v2.3.0 - 2023-12-15

Added

Changed

Fixed

Release v2.2.4

12 Jul 16:16
f58f75e
Compare
Choose a tag to compare

v2.2.4 - 2023-07-12

Changed

  • #230 - Swap out tzwhere for TimezoneFinder
  • #234 - Added upper bound to pydantic dependency

Release v2.2.3

21 Mar 14:40
ab0782c
Compare
Choose a tag to compare

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

27 Jan 21:54
8251e57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

Release v2.2.1

17 Jan 17:17
322d821
Compare
Choose a tag to compare

v2.2.1 - 2023-01-17

Changed

  • #197 - Updated Equinix parser: Adding support for additional impact statement and notification types.
  • #192 - Updated Cogent parser: Adding subject and text parser.
  • #186 - Updated Telia Carrier as Arelion (while keeping Telia for backwards compatibility).

Fixed

  • #198 - Fixed Verizon parser: use European-style day-first date parsing
  • #187 - Fixed Zayo parser: adds chardet.detect method before decoding data_part.content.

Release v2.2.0

26 Oct 17:11
42a27ab
Compare
Choose a tag to compare

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 to 3.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