infobloxopen / infoblox-client

Infoblox NIOS Python WAPI Client
Apache License 2.0
142 stars 104 forks source link

Renamed Dhcpoption class to DhcpOption to make it backwards compatible #316

Closed achernevskii closed 2 years ago

achernevskii commented 2 years ago

Issue/Feature description

How it was fixed/implemented

Tests

Reviewers

@sarya-infoblox

achernevskii commented 2 years ago

Hi team,

Please be aware of the changes you make in terms of the backwards compatibility.

This commit 82e5c69b author was aware of the broken backwards compatibility, but decided to brake the client further.

Always think about the client API when changing method signatures, class names, etc.