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: docs/release_notes.md
+13-23Lines changed: 13 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,46 +4,36 @@ This document describes all new features and changes in the release. The format
4
4
5
5
<!-- towncrier release notes start -->
6
6
7
-
# v2.10 Release Notes
8
-
9
-
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).
10
-
11
-
## Release Overview
12
-
13
-
- Major features or milestones
14
-
- 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
11
+
-[#330](https://github.com/networktocode/circuit-maintenance-parser/issues/330) - Add support for parsing AWS HTML format maintenance notification emails
21
12
22
13
### Dependencies
23
14
24
-
-[#346](https://github.com/networktocode/circuit_maintenance_parser/issues/346) - 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
25
-
-[#360](https://github.com/networktocode/circuit_maintenance_parser/issues/360) - Updated lxml to include version 6
26
-
-[#361](https://github.com/networktocode/circuit_maintenance_parser/issues/361) - Updated timezonefinder to v8.2.0
15
+
-[#346](https://github.com/networktocode/circuit-maintenance-parser/issues/346) - 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
16
+
-[#361](https://github.com/networktocode/circuit-maintenance-parser/issues/361) - Updated timezonefinder to v8.2.0
27
17
28
18
### Housekeeping
29
19
30
-
-[#344](https://github.com/networktocode/circuit_maintenance_parser/issues/344) - Updated test coverage for the codebase
20
+
-[#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
26
+
-[#335](https://github.com/networktocode/circuit-maintenance-parser/issues/335) - Add subject to body of emails for OpenAI parser
37
27
38
28
### Fixed
39
29
40
-
-[#331](https://github.com/networktocode/circuit_maintenance_parser/issues/331) - Fix bug with `maintenance_id` generation due to CircuitImpact
30
+
-[#331](https://github.com/networktocode/circuit-maintenance-parser/issues/331) - Fix bug with maintenance_id generation due to CircuitImpact
41
31
42
32
### Housekeeping
43
33
44
-
-[#320](https://github.com/networktocode/circuit_maintenance_parser/issues/320) - Adopt new NTC development standards
45
-
-[#328](https://github.com/networktocode/circuit_maintenance_parser/issues/328) - Add LLM tokens used to MetaData, fix PCCW parser, and text hook improvement
46
-
-[#329](https://github.com/networktocode/circuit_maintenance_parser/issues/329) - Add changelog check in the CI
34
+
-[#320](https://github.com/networktocode/circuit-maintenance-parser/issues/320) - Adopt new NTC development standards
35
+
-[#328](https://github.com/networktocode/circuit-maintenance-parser/issues/328) - Add LLM tokens used to MetaData, fix PCCW parser, and text hook improvement
36
+
-[#329](https://github.com/networktocode/circuit-maintenance-parser/issues/329) - Add changelog check in the CI
47
37
48
38
# Changelog
49
39
@@ -56,8 +46,8 @@ This document describes all new features and changes in the release. The format
56
46
### Changed
57
47
58
48
-[#312](https://github.com/networktocode/circuit-maintenance-parser/pull/312) - Move epoch parser outside of LLM due to inconsistencies
59
-
-[#314](https://github.com/networktocode/circuit-maintenance_parser/pull/314) - Add multi-windows for LLM
60
-
-[#315](https://github.com/networktocode/circuit-maintenance_parser/pull/315) - Return proper impact result for parsing
49
+
-[#314](https://github.com/networktocode/circuit-maintenance-parser/pull/314) - Add multi-windows for LLM
50
+
-[#315](https://github.com/networktocode/circuit-maintenance-parser/pull/315) - Return proper impact result for parsing
0 commit comments