Skip to content

Releases: ngschmidt/python-restify

v0.2.11 POST Payload Templating Fix

04 Jan 06:17
99095bc
Compare
Choose a tag to compare

[03-Jan-2023] v0.2.10

  • Fixed an issue where JSON payloads and dict payloads would not template

v0.2.10 POST Payload templating fix

04 Jan 06:00
54c387a
Compare
Choose a tag to compare

[03-Jan-2023] v0.2.10

  • Fixed an issue where JSON payloads and dict payloads would not template

v0.2.9 Better return data

04 Jan 05:46
119b651
Compare
Choose a tag to compare

[03-Jan-2023] v0.2.9

  • Configure API dry run to dump a payload

v0.2.8 Minor Fixes

03 Jan 21:29
e85aaf4
Compare
Choose a tag to compare

[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

03 Jan 04:38
35ebad2
Compare
Choose a tag to compare

[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 19:59
7e6da19
Compare
Choose a tag to compare

[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

31 Dec 19:12
bb9353b
Compare
Choose a tag to compare

PyPI Link

[31-Dec-2021] v0.2.4

Changed

  • Changed all API calls to dump the URL if there's an HTTP status error

Full Changelog: v0.2.3...v0.2.4

v0.2.3 More bug fixes

29 Dec 20:12
d03ce92
Compare
Choose a tag to compare

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,

29 Dec 18:49
559ac31
Compare
Choose a tag to compare

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

28 Dec 20:18
bbe56fc
Compare
Choose a tag to compare

PyPI Link

Changed

  • Found an issue where double JSON encoding caused problems with the Avi API
  • Avi API Library