From 3f8afec12a5555be32d40b0ad4b2e1dd4d790e7c Mon Sep 17 00:00:00 2001 From: RoshniNaveenaS <132035609+RoshniNaveenaS@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:19:57 +0530 Subject: [PATCH 1/2] Update CHANGELOG.md (#53) --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 939e4ef..b0fd22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/). -## Version 1.0.7 - 17.10.2024 +## Version 1.1.0 - 17.10.2024 ### Fixed @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). - 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. ### Added @@ -27,9 +28,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 From 8e981f2cd28cf5835ce984d3813e2d112acdf389 Mon Sep 17 00:00:00 2001 From: RoshniNaveenaS <132035609+RoshniNaveenaS@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:29:14 +0530 Subject: [PATCH 2/2] Update changelog (#54) * Update CHANGELOG.md * Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fd22b..462294f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/). -## Version 1.1.0 - 17.10.2024 + +## Version 1.1.0 - tbd ### Fixed +- Fixed allowedValues on all primitive types. - Removed duplicates in `tags`. +## Version 1.0.7 - 17.10.2024 ### Fixed @@ -17,6 +20,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). - 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 - OpenAPI documents can now have `externalDocs` object provided through `@OpenAPI.externalDocs` annotation in the service level of CDS.