From 4195ca7fb198423e09eb4416fa1065a508ad2435 Mon Sep 17 00:00:00 2001 From: Roshni Naveena S Date: Mon, 18 Nov 2024 15:17:46 +0530 Subject: [PATCH 1/2] Update CHANGELOG.md --- 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 dd9f2647267a1116a541a03ec051f87850f2465f Mon Sep 17 00:00:00 2001 From: Roshni Naveena S Date: Mon, 18 Nov 2024 15:25:06 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fd22b..b600095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,23 @@ 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 - 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 @@ -30,10 +35,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). - 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