v0.3 Release Notes¶
This document describes all new features and changes in the release 0.3. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[v0.3.2] - 2021-10-26¶
Fixed¶
- #147 Fix duplicated
CircuitImpactwhen circuit ID was present for a Maintenance ID.
[v0.3.1] - 2021-10-22¶
Fixed¶
- #142 Handle Gmail API pagination, enforce subject truncation to 200 characters, and fix notification retrieval comparison.
- #143 Fix duplicated
Notesraising db uniqueness exception.
[v0.3.0] - 2021-10-19¶
Changed¶
- #127 Increase default
raw_notification_sizefrom 1000 to 8192, and also update this andraw_notification_initial_days_sincedefinition inPLUGINS_CONFIG. Notice the updates in the app configuration section:
PLUGINS_CONFIG = {
"nautobot_circuit_maintenance": {
"raw_notification_initial_days_since": 100,
"raw_notification_size": 16384,
"notification_sources": [
{
...
}
]
}
}
- #128 Remove date from
RawNotification,ParsedNotificationand Note, and adding stamp toRawNotificationas the reference to when the notification was sent. - #129 Improve efficiency to retrieve default app-metrics preselecting all related tables.
- #131 Add ChangeLog tab to
Notedetail view and href fromCircuitMaintenance. - #135 Simplified GraphQL configuration and add testing.
- #137 Update Jobs section name to
CircuitMaintenance.
Fixed¶
- #134 Fix
CircuitImpactdetail view, adding href toCircuitMaintenanceand Circuit.