June 26, 2024
1.0.1
(break):
The Java SDK is now on major version 1. To take this upgrade without any breaks, please add the below
configuration to your generators.yml
file:
(feat):
We now generate Exception types for all errors that are defined in the IR. Generated clients with an
error discrimination strategy of “status code” will throw one of these typed Exceptions based on the status code of
error responses. Example error type: