Skip to content

Commit

Permalink
Merge branch 'main' into openapiExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
RoshniNaveenaS authored Nov 25, 2024
2 parents 11a9d3d + 8e981f2 commit 206a534
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

- Now supports `x-sap` extensions using `@OpenAPI.Extensions` annotations in service, entity and function/action level.

## Version 1.0.7 - 17.10.2024

### Fixed

- Fixed allowedValues on all primitive types.
- Removed duplicates in `tags`.

## Version 1.0.7 - 17.10.2024

### Fixed

- Multiple protocols for a service now renders multiple openapi documents.
- Format and type are now preserved for function parameters.
- Fixed allowedValues on all primitive types.

### Changed

- Using `@title`, `@Core.Description` and `@Core.LongDescription` for titles and descriptions for improving the default texts in `info` object and `x-sap-shortText`.

### Added

Expand All @@ -33,9 +38,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

- Entities annotated with `@cds.autoexpose[d]` but explicitly exposed in the service are now made read-write.
- Added a wrapper `properties` object for primitive return types.

- Adding protocol and service name information to the server URL incase of `openapi:servers` option.

### Changed

- Using `@title`, `@Core.Description` and `@Core.LongDescription` for titles and descriptions for improving the default texts in `info` object and `x-sap-shortText`.

## Version 1.0.5 - 30.07.2024

### Changed
Expand Down

0 comments on commit 206a534

Please sign in to comment.