July 2, 2024

1.0.2-rc0

(feat): The generator now adds a class-level @JsonInclude(JsonInclude.Include.NON_ABSENT) annotation to each generated type in place of the previous @JsonInclude(JsonInclude.Include.NON_EMPTY) by default. This is configurable in the generators.yml file:

1generators:
2 - name: fernapi/fern-java-sdk
3 config:
4 json-include: non-empty # default non-absent