Releases: infobloxopen/infoblox-client
Releases · infobloxopen/infoblox-client
v0.6.1
This release includes several improvements and fixes related to cookie handling and authentication processes:
- Cookie Validation and Retry Mechanism: Implemented validation for cookies and added a retry mechanism for handling HTTP 401 error codes.
- Updated Cookie Handling: Enhanced cookie management using CookieJar for test cases to ensure better handling and storage of cookies.
- Removed Python 3.5 Support: Dropped support for Python 3.5 from the GitHub workflow to streamline the codebase and focus on more recent versions.
- Linting Fixes: Addressed various linting issues to improve code quality and maintainability.
- Additional Logging: Added more detailed logs for authentication processes and JSON response parsing to aid in debugging and monitoring.
- Re-authentication Management: Implemented re-authentication using certificates to handle cookie expiration more effectively.
v0.6.0
V0.5.2
v0.5.1
- Updated connector's URL-encoding logic for proper array encoding #287;
- Updated InfobloxObject's fetch method to raise
InfobloxFetchGotMultipleObjects
exception #288; - Fix a bug when calling abstracted class from_dict with V4 & V6 subclass #282;
- Fix a bug when updating DNSZone object exception was raised and field not allowed to update #331;
- Fix a bug when ARecord and AAAARecord object skips updating the updatable fields #334, and #328;
- Raised an exception while searching with non-searchable fields #339;
- Fix errors generated for the client using sphinx with make docs #343;
Updating all supported NIOS objects based on NIOS schema
- Majorly Updated objects with around 380+ NIOS object calls supported now.(Find the infoblox_client/objects.py file to list the supported objects and its descriptions)
- Bug Fixes
- python-six dependency set to >=1.11.0
added fields to some classes
bug fixes
supported return of user required fields in addition to default fields reflecting wapi
- Supported returning default fileds plus user required fields reflecting WAPI
- Supporting 'aliases' parameter of HOST record for DNS
Supporting wapi version 2.10 or above
Merge pull request #211 from saiprasannasastry/master Bumped version from 0.4.20 to 0.4.21
Default WAPI default version update from 1.4 to 2.1
0.4.20 bump version to 0.4.20 (#191)