Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Release 1.0.7

Compare
Choose a tag to compare
@jhochwald jhochwald released this 14 Jan 19:43
· 60 commits to master since this release

Mainly a bugfix and refactoring release

Fixed

  • Position numbers corrected (Now starts with 0 instead off 1)
  • Found the following issue: Even if an obejct is not found (e.g. network) the UniFi API returns OK (200) with null bytes in Data. That is OK, but we need a workaround. Added the Workaround to Get-UnifiFirewallGroupDetails and Get-UnifiNetworkDetails for testing.

Added

  • Get-UnifiFirewallGroupDetails -Related to #10
  • Git Attributes File
  • Editor Config
  • Add License.md, a Markdown version of LICENSE

Changed

  • Markdown Documents tweaked (Header)
  • Git Ignore extended
  • Add Multi valued inputs to Get-UnifiNetworkDetails
  • Add -Id parameter to Get-UnifiNetworkDetails. This replaced the -UnifiNetworkName` parameter - Related to #9
  • -UnifiNetworkName is now a legacy alias, necessary to make it a non breaking change
  • For the parameter -UnifiNetworkName an ID (network_id) must be used, necessary to make it a non breaking change
  • Add -name parameter to Get-UnifiNetworkDetails - Related to #9
  • Moved Get-UnifiFirewallGroupBody from Public to Private (No longer exported as command)