Skip to content

Commit

Permalink
update release notes (#1924)
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-sdk-js authored Oct 4, 2024
1 parent cd4f785 commit fe8eafc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs-js/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ import LicenseBadge from '@site/src/sap/sdk-js/LicenseBadge';
<!-- vale off -->
<!-- This line is used for our release notes automation -->

## 3.22.0 [Core Modules] - October 04, 2024

### Compatibility Notes

- [eslint-config] Remove `import/no-relative-parent-imports` rule that has never worked correctly as provided. (a729a72)

### New Functionalities

- [eslint-config] Add `@typescript-eslint/consistent-type-imports` to the ruleset. (252c338)
- [openapi-generator] Add support for discriminator properties in schemas that include `oneOf` and `anyOf`. Also add support for incorrect usage of the discriminator property with schemas of type `object`. (d073a48)

### Fixed Issues

- [eslint-config] Fix incorrect resolution of imports for TypeScript. This may result in a lot more findings. (a729a72)
- [openapi-generator] Ignore charset parameter in media types given in OpenAPI specification. (c4153b9)

## 3.21.0 [Core Modules] - September 18, 2024

### Improvements
Expand Down

0 comments on commit fe8eafc

Please sign in to comment.