You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# circuit-maintenance-parser
2
2
3
-
`circuit-maintenance-parser` is a Python library that parses circuit maintenance notifications from Network Service Providers (NSPs), converting heterogeneous formats to a well-defined structured format.s
3
+
`circuit-maintenance-parser` is a Python library that parses circuit maintenance notifications from Network Service Providers (NSPs), converting heterogeneous formats to a well-defined structured format.
Copy file name to clipboardExpand all lines: docs/release_notes.md
+29-21Lines changed: 29 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,42 @@
1
-
2
-
# v2.9 Release Notes
1
+
# Release Notes
3
2
4
3
This document describes all new features and changes in the release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
4
6
-
## Release Overview
7
-
8
-
- Major features or milestones
9
-
- Changes to compatibility with Nautobot and/or other apps, libraries etc.
-[#330](https://github.com/networktocode/circuit_maintenance_parser/issues/330) - Add support for parsing AWS HTML format maintenance notification emails
16
-
-[#335](https://github.com/networktocode/circuit_maintenance_parser/issues/335) - Add subject to body of emails for OpenAI parser
17
-
-
11
+
-[#330](https://github.com/networktocode/circuit-maintenance-parser/issues/330) - Add support for parsing AWS HTML format maintenance notification emails
12
+
18
13
### Dependencies
19
14
20
-
-[#345](https://github.com/networktocode/circuit_maintenance_parser/issues/345) - Updated minimum Python version to 3.10 and upgraded dependencies including pytest (9.0), pylint (4.0), towncrier (25.8), backoff (2.2), timezonefinder (8.2), and type stubs
15
+
-[#360](https://github.com/networktocode/circuit-maintenance-parser/issues/360) - Updated lxml to include version 6
16
+
-[#361](https://github.com/networktocode/circuit-maintenance-parser/issues/361) - Updated timezonefinder to v8.2.0
17
+
-[#345](https://github.com/networktocode/circuit_maintenance_parser/issues/345) - Updated minimum Python version to 3.10 and upgraded dependencies including pytest (9.0), pylint (4.0), towncrier (25.8), backoff (2.2), and type stubs
18
+
19
+
### Housekeeping
20
+
21
+
-[#344](https://github.com/networktocode/circuit-maintenance-parser/issues/344) - Updated test coverage for the codebase
-[#335](https://github.com/networktocode/circuit-maintenance-parser/issues/335) - Add subject to body of emails for OpenAI parser
28
+
-[#330](https://github.com/networktocode/circuit-maintenance-parser/issues/330) - Add support for parsing AWS HTML format maintenance notification emails
29
+
30
+
### Fixed
31
+
32
+
-[#331](https://github.com/networktocode/circuit-maintenance-parser/issues/331) - Fix bug with maintenance_id generation due to CircuitImpact
21
33
22
34
### Housekeeping
23
35
24
-
-[#320](https://github.com/networktocode/circuit_maintenance_parser/issues/320) - Adopt new NTC development standards
25
-
-[#328](https://github.com/networktocode/circuit_maintenance_parser/issues/328) - Add LLM tokens used to MetaData
-[#328](https://github.com/networktocode/circuit_maintenance_parser/issues/328) - Text hook improvement
28
-
-[#329](https://github.com/networktocode/circuit_maintenance_parser/issues/329) - Add changelog check in the CI
29
-
-[#331](https://github.com/networktocode/circuit_maintenance_parser/issues/331) - Fix bug with maintenance_id generation due to CircuitImpact
30
-
-[#335](https://github.com/networktocode/circuit_maintenance_parser/issues/335) - Add subject to body of emails for OpenAI parser
31
-
-[#343](https://github.com/networktocode/circuit_maintenance_parser/issues/343) - Updated test coverage for the codebase
36
+
-[#320](https://github.com/networktocode/circuit-maintenance-parser/issues/320) - Adopt new NTC development standards
37
+
-[#328](https://github.com/networktocode/circuit-maintenance-parser/issues/328) - Add LLM tokens used to MetaData, fix PCCW parser, and text hook improvement
38
+
-[#329](https://github.com/networktocode/circuit-maintenance-parser/issues/329) - Add changelog check in the CI
39
+
-[#343](https://github.com/networktocode/circuit-maintenance-parser/issues/343) - Updated test coverage for the codebase
32
40
33
41
# Changelog
34
42
@@ -41,8 +49,8 @@ This document describes all new features and changes in the release. The format
41
49
### Changed
42
50
43
51
-[#312](https://github.com/networktocode/circuit-maintenance-parser/pull/312) - Move epoch parser outside of LLM due to inconsistencies
44
-
-[#314](https://github.com/networktocode/circuit-maintenance_parser/pull/314) - Add multi-windows for LLM
45
-
-[#315](https://github.com/networktocode/circuit-maintenance_parser/pull/315) - Return proper impact result for parsing
52
+
-[#314](https://github.com/networktocode/circuit-maintenance-parser/pull/314) - Add multi-windows for LLM
53
+
-[#315](https://github.com/networktocode/circuit-maintenance-parser/pull/315) - Return proper impact result for parsing
0 commit comments