1.4.0-rc1

(feat): The python SDK generator now supports OAuth client generation for the client-credentials flow.

1.4.0-rc0

(chore): Generated clients now follow redirects by default.

What’s changed

  • Default generated clients to follow redirects by default, this effectively flips the follow_redirects_by_default flag to True and can be reverted with the following configuration:

1.3.1-rc0

(fix): the python SDK generator now checks to make sure a header is not null before casting it to a string.

1.3.0-rc1

(internal): add logging for python snippet template generation.