- #132 - Handle alternate "has been cancelled" text in Telstra notifications.
- #134 - Handle Zayo "RESCHEDULE" notifications.
- #115 - Add default
status
andsequence
values for iCal notifications missing these fields - #124 - Handle encoded non-ASCII characters in email subjects.
- #126 - Ignore a class of non-maintenance-notification emails from Telia.
- #127 - Improve handling of Equinix and Lumen notifications.
- #128 - Add capability to set
RE-SCHEDULED
status for Verizon rescheduled notifications.
- #120 - Improve handling of Zayo notifications.
- #121 - Defer loading of
tzwhere
data until it's needed, to reduce memory overhead.
- #116 - New
EmailSubjectParser
for Colt notifications and tests. - #117 - Add new notification status of
Alternate Night
for Lumen.
- #109 - Improve handling of Zayo notifications.
- #110 - Improve handling of Telstra notifications.
- #111 - Improve handling of EXA (GTT) notifications.
- #112 - Improve handling of Equinix notifications.
- #94 - Improve Geo service error handling.
- #97 - Fix Readme image URLs.
- #98 - Add handling for
Lumen
notification with Alt Circuit ID. - #99 - Extend
Zayo
Html parser to handle different table headers. - #102 - Add
Equinix
provider. - #104 - Use a local locations DB to map city to timezone as first option, keeping API as fallback option.
- #105 - Extend
Colt
parser to support multipleMaintenance
statuses.
- #84 - New parser added for text. Added new provider
AWS
usingText
andEmailSubjectParser
- #91 -
Provider
now adds_include_filter
and_exclude_filter
attributes (using regex) to filter in and out notifications that are relevant to be parsed vs other that are not, avoiding false positives.
- #90 - Improved handling of Lumen scheduled maintenance notices
- #86 - Fix
CombinedProcessor
carries over data from previous parsing
- #79 - Fix
HtmlParserGTT1
regex parsing.
- #73 - Added new provider
Sparkle
usingHtml
andEmailSubjectParser
. Added support for multiple maintenances withCombinedProcessor
. - #75 - Added new provider
AquaComms
usingHtml
andEmailSubjectParser
- #72 - Ensure
NotificationData
init methods for library client do not raise exceptions and just returnNone
.
- #50 - Added new provider
Verizon
usingHtml
- #52 - Added new provider
GTT
usingHtml
- #53 -
circuit-maintenace-parser
refactor, including:- New
Processor
class that allows theProvider
to define more custom logics to combine parsed data to createMaintenances
- New
NotificationData
class that enables easier data injection for simple and complex data objects, such as emails. - Tests refactor to make them more specific to each type of data, mocking interfaces between different classes.
- New
- #54 - Added new provider
Turkcell
usingHtml
- #59 - Added a new parser
EmailDateParser
that uses the temailDate
to get theStamp
and use in most of theProviders
via theCombinedProcessor
. Also,Maintenance.stamp
attribute is mandatory. - #60 - Added new provider
Seaborn
usingHtml
and a new parser for Email Subject:EmailSubjectParser
- #61 - Added new provider
Colt
usingICal
andCsv
- #66 - Added new provider
Momentum
usingHtml
andEmailSubjectParser
- #68 - Added new provider
HGC
usingHtml
andEmailSubjectParser
- #49 - Improved
Lumen
Html
parsing.
- #46 - Accept <8.0 Click version to avoid dependency issues with other client packages
- #41 - Added new provider
Telia
usingIcal
- #42 - Improve error and debug messages to ease troubleshooting of parsing issues
- #32 - Fix backwards compatibility with version 1.1.0 that was broken in 1.2.0
- #31 - Fix consistent provider (and other attributes) usage in all the classes
- #25 - added Cogent parser
- #26 - Multiple Parsers per Provider, even combining ICal with custom HTML.
- #16 - changed
MaintenanceNotification.raw
fromstr
tobytes
, improve Zayo parser, and add -v/--verbose CLI option - #17 - added Lumen parser and refactor HTML parser
process
method - #18 - added Telstra parser and made
Maintenance.stamp
attribute optional - #19 - added Megaport
- #15 - Update Pydantic version due to security advisory GHSA-5jqp-qgf6-3pvh
- #10 - added
cli
command to run as a script
Initial release