

*New way of handling DSFNodes with new API call *Added better coverage for passing Node Objects *added zone notes at publish capabilities. Thanks Fixed potential circular dependency in `dyn.tm.services` Thanks Exception classes are now based on `Exception` per #51. * Added support for deleting all records of a certain type per #47. *Added support for configurable Syslog Messages `syslog_delivery` where `all` delivers messages no matter what the state and `change` only does so upon a detected change. * Added support for new syslog delivery type. *Alias Traffic Director Support, coincides with ALIAS product release. *Addition of Delay feature to GSLB Services *Record getters now automatically pull data from system instead of storing them locally. There may be some minor breaking changes here. *Signifigant changes to how DSF service works. *DSF service objects can now be independently Created, Updated, Read, and Deleted.

*Fixed bug where adding criteria to rulesets with 'always' criteria_type changes it to 'geoip' by default. *Added getters for single DSF objects get_record(), get_record_set() etc. *Added index=n to Ruleset create() so New rulesets can be placed in a certain location in the chain. *Added order_rulesets() to TrafficDirector object, for re-ordering Rulesets *Added TrafficDirector:replace_one_ruleset to remove and replace a single ruleset entry in place *Added TrafficDirector:replace_all_rulesets to wholesale replace rulesets on a TrafficDirector
DYN UPDATER NOT UPDATING FULL
This includes in line setter publishes, or full Service level publishes. User created Zone Notes can now be generated on a Traffic Director *Added Publish Notes to Traffic Director Service. *Python3 compatability fixes as well as a through linting. Regular `dyn.tm.zones.Node` objects can still be passed in, but they will no longer be generated `dyn.tm.dsf.TrafficDirector` should now accept this node type,Īs well as produce it. *Added `dyn.tm.dsf.DSFNode` Node type for DSF services. *Bug fix for implicit publishes in the DSF service with Publish Notes.
DYN UPDATER NOT UPDATING UPGRADE
If you are using the RTTM with the SDK against our system, after Release-5.2.17 you will have to upgrade to this version. *task_id is now returned for a number of calls that spawn system tasks *Updated permission fixes dyn.tm.accounts *Update add_node and remove_node functions in Traffic Director to respect implicitPublish setting. Customers can now control Account Login ACLs for API and Web independently. *Added IPACL feature to accounts library. *Bug fix for token renewal on connection timeout *Internal Improvement for multiprocess applications. *Add `dyn.tm.zones.ExternalNamserver` and `dyn.tm.zones.ExternalNameserverEntry` *Add 'all_ds' field to DNSSECKey class for multi-DS support *Check publish and implicitPublish for delete *TSIG names can now be attached to `dyn.tm.zones.ExternalNamserver` Send a pull request and bug the maintainer until it gets merged and published. Fork `the repository `_ on GitHub to start making your changes to the **master** branch (or branch off of it).
DYN UPDATER NOT UPDATING CODE
For feature requests it's encouraged for you to include sample code highlighting a use case for the new feature. For bug reports especially it's encouraged for you to include a code snippet highlighting the bug. Check for open issues or open a new issue to start a discussion around a feature idea or a bug. Requires Python 2.6 or higher, or the "simplejson" package.įor full documentation and examples see the dyn module on `Read The Docs `_.ĭocumentation is available on `Read The Docs `_. This library provides an easily scriptable approach to accessing all of theįeatures provided by your Traffic Management (TM) or Message Management (MM)
