Skip to content

Latest commit

 

History

History
153 lines (85 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

153 lines (85 loc) · 2.78 KB

🔃 Veeam.Diagrammer Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.6.0] - 2024-05-09

Changed

  • Migrated helper modules to Diagrammer.Core

Removed

  • Removed Graphviz binaries (Now part of Diagrammer.Core module)
  • Removed Backup-to-All diagram

Fixed

  • Fix for empty ProtectedGroup condition

[0.5.9] - 2024-02-15

Added

  • Added Get-HTMLNodeTable cmdlet

Changed

  • Improved diagram layout
  • Improved Get-HTMLTable cmdlet (Now allow MultiColumn table)

Fixed

  • Fixed CodeQL security alerts
  • Fix for PSGraph hidden node interfering in edge calculation

[0.5.8] - 2024-01-25

Changed

  • Added Graphviz libraries to local module folder. (No need to manually install Graphviz)
  • Code improvements

Fixed

  • Added missing dll files on Graphviz binaries

[0.5.7] - 2024-01.13

Added

  • Added support for Physical Infrastructure Diagram.

Fixed

[0.5.6] - 2024-01.08

Added

  • Added option to specify footer image:
    • Author Name
    • Company Name

Changed

  • Prefer ipv4 address family if available (Get-NodeIP)
  • Improved diagram debug feature
  • Improved help documentation

Fixed

  • Fix PSScriptAnalyzer warnings

[0.5.5] - 2023-12.31

Fixed

  • Fix issue with Postgre Database #17

[0.5.4] - 2023-12.29

Changed

  • Misc fixes

[0.5.3] - 2023-06.07

Changed

  • Cleaned diagram look and feel

[0.5.2] - 2023-06.04

Changed

  • Updated README
  • Improved the Get-NodeIP function

[0.5.1] - 2023-05.17

Fixed

  • Fixed error with VBR v12
  • Implemented EnableErrorDebug option to allow error logging
  • Fix error with ESXi getManagmentAddresses() when hosts are unavailable

[0.5.0] - 2022-12.07

Fixed

  • Fixed diagram with no detected Database or Enterprise Manager server.
  • Implemented an logic to detect if the infrastructure is available before creating a diagram.

[0.4.0] - 2022-10.31

Added

  • Added support for Tape Backup Infrastructure diagramming

[0.3.0] - 2022-10.17

Added

  • Added node support for Enterprise Manager server
  • Added debug mode to WAN Accelerator diagram

[0.2.0] - 2022-10.15

Added

  • Added support for base64 format

Fixed

  • Fix svg output format not displaying nodes icons properly
  • Fix svg output format not scaling diagram properly

[0.1.0] - 2022-08-01

Added

  • Initial Release
    • Added support for SOBR diagramming
    • Added support for Backup Repository diagramming
    • Added support for Backup Proxy diagramming
    • Added support for Wan Accelerator diagramming