Releases: ngschmidt/python-restify
Releases · ngschmidt/python-restify
v0.2.11 POST Payload Templating Fix
v0.2.10 POST Payload templating fix
[03-Jan-2023] v0.2.10
- Fixed an issue where JSON payloads and
dict
payloads would not template
v0.2.9 Better return data
[03-Jan-2023] v0.2.9
- Configure API dry run to dump a payload
v0.2.8 Minor Fixes
[03-Jan-2023] v0.2.8
Changed
- Removed Nag for SSL/TLS validation warnings if validation is disabled
v0.2.7 vSphere, API Key support
[02-Jan-2023] v0.2.7
Changed
- Code readability on
namshub
Added
- Method to set an API key (via
add_http_header
) - Method to invoke APIs without a username/password
v0.2.5 Minor fixes
[23-Jan-2022] v0.2.5
Changed
namshubs
won't crash if they receive bad responses from the endpoint.- They'll report on them instead
print()
/exit()
statements collapsed.- Expanded error debugging
v0.2.4
v0.2.3 More bug fixes
PyPI Link
[29-Dec-2021] v0.2.3
Changed
- Applied
black
formatting - Added idempotent function for NSX ALB Profiles
- Fixed internal pretty print function
v0.2.2 Fix more JSON double-encoding issues,
PyPI Link
[29-Dec-2021] v0.2.2
Changed
- Added pretty-print function to
namshub
- Added HTTP, TLS profiles to
nsx-alb
- Fixed an issue where the URL validation function was always performed on
cogitation_endpoint
- More JSON Double-Encoding fixes
Remove JSON Double Ecoding, add Avi Library
Changed
- Found an issue where double JSON encoding caused problems with the Avi API
- Avi API Library