Skip to content

Releases: dyninc/dyn-python

1.8.6

22 Mar 14:08
120962f
Compare
Choose a tag to compare

Update changelog and fix formatting

1.8.5

20 Mar 20:44
98e72a3
Compare
Choose a tag to compare

Python 3 compatibility

1.8.4

25 Feb 22:26
6dbf1ae
Compare
Choose a tag to compare

Python 3.10 compatibility

Version 1.8.1 of the Dyn SDK

02 Jan 17:32
d8d8e93
Compare
Choose a tag to compare

This release introduces minor bug fixes.

Pip release 1.6.3

21 Mar 12:16
Compare
Choose a tag to compare

1.6.3 (2016-3-21)
++++++++++++++++
*Added TrafficDirector:replace_all_rulesets to wholesale replace rulesets on a TrafficDirector
*Added TrafficDirector:replace_one_ruleset to remove and replace a single ruleset entry in place
*Merged Proxy support from PR #73

1.6.2 (2016-3-7)
++++++++++++++++
*Added order_rulesets() to TrafficDirector object, for re-ordering Rulesets
*Added index=n to Ruleset create() so New rulesets can be placed in a certain location in the chain.
*Added getters for single DSF objects get_record(), get_record_set() etc.
*Fixed bug with DSF Monitor options
*Fixed bug where adding criteria to rulesets with 'always' criteria_type changes it to 'geoip' by default.

1.6.1 (2016-2-11)
+++++++++++++++++
*Added UNKNOWN record type
*DSF records status getter added

1.6.0 (2016-1-28)
+++++++++++++++++
*DSF service objects can now be independently Created, Updated, Read, and Deleted.
*Signifigant changes to how DSF service works. There may be some minor breaking changes here.
*Record getters now automatically pull data from system instead of storing them locally.

1.5.2 (2016-1-11)
+++++++++++++++++
*Addition of Delay feature to GSLB Services
*Minor Improvements to GSLB features.
*Addition of Apex Finder

1.5.1 (2015-12-17)
++++++++++++++++++
*Addition of CSYNC records

1.5.0 (2015-12-14)
++++++++++++++++++
*Alias Traffic Director Support, coincides with ALIAS product release.
*Addition of CDS and CDNSKEY records.

1.4.5 (2015-12-9)
+++++++++++++++++

  • Added support for new syslog delivery type. syslog_delivery where all delivers messages no matter what the state and change only does so upon a detected change.

1.4.4 (2015-11-25)
++++++++++++++++++

  • Added support for ALIAS records.

1.4.3 (2015-08-14)
++++++++++++++++++

*Added support for configurable Syslog Messages

1.4.2 (2015-08-10)
++++++++++++++++++

  • Added support for deleting all records of a certain type per #47. Thanks @tarokkk
  • Exception classes are now based on Exception per #51. Thanks @thedebugger
  • Fixed potential circular dependency in dyn.tm.services
  • Added HTTP response debug logging

1.4.1 (2015-07-23)
++++++++++++++++++

*added zone notes at publish capabilities.
*added TSIG support

1.4.0 (2015-06-26)
++++++++++++++++++

*Added better coverage for passing Node Objects
*New way of handling DSFNodes with new API call

1.3.14 (2015-06-22)
+++++++++++++++++++

  • Internal fixes with zone.

1.3.13 (2015-06-15)
+++++++++++++++++++

*DSF Ruleset Feature enhancement

1.3.12 (2015-06-03)
+++++++++++++++++++

*Added active properties for secondary zones.

1.3.4 (2014-11-11)
++++++++++++++++++

  • Bugfix for MMSesion JSON Error caused by arg filtering
  • Bugfix for DSFRecord Creation on DSF GET calls

1.3.3 (2014-10-26)
++++++++++++++++++

  • Fixed the majority of warnings when building docs, per issue #18
  • Added dyn.tm.zones.get_all_secondary_zones function for retrieving all secondary zones for an account

1.3.2 (2014-10-21)
++++++++++++++++++

  • Fixed an issue where attempting to access a Zone's serial resulted in always performing a GET call

1.3.1 (2014-10-16)
++++++++++++++++++

  • Adding additional hooks to dyn.tm.errors that return collections of exceptions

1.3.0 (2014-10-14)
++++++++++++++++++

  • dyn.tm.session.DynectSession now accepts a history flag to enable per-session history recording

1.2.0 (2014-09-29)
++++++++++++++++++

  • Addition of dyn.tm.tools module
  • Added change_ip and map_ip functions to dyn.tm.tools
  • Added enter and exit methods to DynectSession for allow for use as a context manager
  • Added dyn.core.SessionEngine.new_session classmethod for forcing new session generation

v1.1.0

16 Sep 20:56
Compare
Choose a tag to compare
  • Internally improved Python2/3 compaability with the intoduction of the dyn.compat module
  • Timestamps for various report types are accepted as Python datetime.datetime instances
  • Added qps report access to Zones
  • Added str, repr, unicode, and bytes methods to all API object types
  • Added conditional password encryption to allow for better in-app security
  • Added the ability for users to specify their own password encryption keys
  • Added getstate and setstate methods to SessionEngine, allowing sessions to be serialized
  • Misc bug fixes

GSLB Monitor Replacement Fix

05 Sep 14:59
Compare
Choose a tag to compare
Update HISTORY.rst

Added 1.0.3 release notes.

All The Reports

27 Aug 15:23
Compare
Choose a tag to compare

v1.0.2 brings the addition of the dyn.tm.reports module.

v1.0.1

06 Aug 15:59
Compare
Choose a tag to compare
Project URL fix