From c250dc16a3a4969c8b4015f4e22154f4c72b10df Mon Sep 17 00:00:00 2001 From: Tejashree-RS Date: Thu, 16 Jul 2026 17:39:47 +0530 Subject: [PATCH 1/2] minor changes --- Changelog.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2b939bf..e386b96 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,10 +7,11 @@ All notable changes to the Universal DDI Python Client will be documented in thi ### New Features - **[DNS Traffic Control]** Added full support for the DTC (DNS Traffic Control) API ([#30](https://github.com/infobloxopen/universal-ddi-python-client/pull/30), [#38](https://github.com/infobloxopen/universal-ddi-python-client/pull/38)): - - CRUD operations for Pools - - CRUD operations for Servers - - HTTP, ICMP, TCP, PDP, and SIP Health Checks - - Topology + - CRUD operations for DTC Pools + - CRUD operations for DTC Servers + - CRUD operations for DTC Policy + - DTC HTTP, ICMP, TCP, SNMP, PDP, and SIP Health Checks + - DTC Topology - **[DNS Configuration]** Added support for LBDN object ([#35](https://github.com/infobloxopen/universal-ddi-python-client/pull/35)) - **[DNS Data]** Added record protection support for DNS records ([#36](https://github.com/infobloxopen/universal-ddi-python-client/pull/36)) From 2d0b1d775cdb5d2c6fa484e2826cfe2340e90356 Mon Sep 17 00:00:00 2001 From: Tejashree-RS Date: Thu, 16 Jul 2026 17:45:46 +0530 Subject: [PATCH 2/2] minor correction --- Changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index e386b96..0b8b311 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,9 +7,9 @@ All notable changes to the Universal DDI Python Client will be documented in thi ### New Features - **[DNS Traffic Control]** Added full support for the DTC (DNS Traffic Control) API ([#30](https://github.com/infobloxopen/universal-ddi-python-client/pull/30), [#38](https://github.com/infobloxopen/universal-ddi-python-client/pull/38)): - - CRUD operations for DTC Pools - - CRUD operations for DTC Servers - - CRUD operations for DTC Policy + - DTC Server + - DTC Pool + - DTC Policy - DTC HTTP, ICMP, TCP, SNMP, PDP, and SIP Health Checks - DTC Topology - **[DNS Configuration]** Added support for LBDN object ([#35](https://github.com/infobloxopen/universal-ddi-python-client/pull/35))