Skip to content

0.10.5 - 2021-09-25

Compare
Choose a tag to compare
@dbanty dbanty released this 26 Sep 04:26
· 366 commits to main since this release

Features

  • Add verify_ssl option to generated Client, allowing users to ignore or customize ssl verification (#497). Thanks @rtaycher!

Fixes

  • Properly label a path template issue as a warning (#494). Thanks @chamini2!
  • Don't allow mixed types in enums.
  • Don't crash when a null is in an enum (#500). Thanks @juspence!