Skip to content

Commit

Permalink
Prepare for v0.9.8 release (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvp committed Oct 5, 2023
1 parent bcfeefc commit ba91245
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
=========

## 0.9.8 (2023-10-05)

### Improvements

- Adds `MissingRequiredPropertyException` to the main java SDK to be used later in the generated provider SDKs.

### Bug Fixes

- Fixes `builder()` implementation for result types where the identifier of the local variable defined for the result type collides with one of the fields of the result type.
- Adds `options.encoding = "UTF-8"` to the `compileJava` options so that it can handle non-ASCII characters in the source code, especially in the documentation comments of fields.

## 0.9.7 (2023-08-29)

### Improvements
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Improvements

- Plugin: clean up resources and exit cleanly on receiving SIGINT or CTRL_BREAK.
- Adds `MissingRequiredPropertyException` to the main java SDK to be used later in the generated provider SDKs.

### Bug Fixes
Expand Down

0 comments on commit ba91245

Please sign in to comment.