1.0.7

(feat): Public constructors can now be generated for all model types:

1generators:
2 - name: fernapi/fern-java-sdk
3 config:
4 enable-public-constructors: true # default false

1.0.6

(fix): Fixed a bug where optional collections are not handled properly in paginated responses.