Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Releases: thedavecarroll/PoShDynDnsApi

v.0.1.2 - 2020-08-14

14 Aug 07:37
3183f61
Compare
Choose a tag to compare
v.0.1.2 - 2020-08-14 Pre-release
Pre-release

Bugfix; Update Strongly Recommended

Fixed

  • Issue #14 - Get-DynDnsRecord - Providing Node causes warning

v.0.1.1 - 2020-08-14

14 Aug 06:38
ed52c35
Compare
Choose a tag to compare
v.0.1.1 - 2020-08-14 Pre-release
Pre-release

THIS RELEASE HAS BEEN SUPERSEDED BY v.0.1.2

Bugfix and Maintenance; Update Strongly Recommended

Fixed

  • Issue #11 - Get-DynDnsRecord - Retrieve full zone tree when Node not provided using RecordType as filter
  • Issue #10 - [New Feature] Avoid using the same name for both the [DynDnsHistory] type & the $DynDnsHistory collection
  • Issue #8 - Remove Write-Output
  • Issue #7 - DynDnsSession RefreshTime not updated by standard calls
  • Issue #6 - Remove-DynDnsNode continues even if zone does not exist
  • Issue #3 - Remove-DynDnsHttpRedirect Does Not Honor PublishWait
  • Issue #2 - Rewrite Invoke-DynDnsRequest for Cross-Platform/Edition Capability Actually released in 0.1.0

Maintenance

v0.1.0

16 Jan 01:53
09a1d49
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

v0.1.0 - 2019-01-06

Added

  • Initial CHANGELOG
  • Provides the following functions to interact with the Dyn Managed DNS REST API
    • Add-DynDnsHttpRedirect
    • Add-DynDnsRecord
    • Add-DynDnsZone
    • Connect-DynDnsSession
    • Disconnect-DynDnsSession
    • Get-DynDnsHistory
    • Get-DynDnsHttpRedirect
    • Get-DynDnsJob
    • Get-DynDnsNodeList
    • Get-DynDnsRecord
    • Get-DynDnsSession
    • Get-DynDnsTask
    • Get-DynDnsUser
    • Get-DynDnsZone
    • Get-DynDnsZoneChanges
    • Get-DynDnsZoneNotes
    • Lock-DynDnsZone
    • New-DynDnsRecord
    • Publish-DynDnsZoneChanges
    • Remove-DynDnsHttpRedirect
    • Remove-DynDnsNode
    • Remove-DynDnsRecord
    • Remove-DynDnsZone
    • Send-DynDnsSession
    • Test-DynDnsSession
    • Undo-DynDnsZoneChanges
    • Unlock-DynDnsZone
    • Update-DynDnsRecord

See the module's online help for examples.