You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
6
7
-
## Version 1.0.7 - 17.10.2024
7
+
## Version 1.1.0 - 17.10.2024
8
8
9
9
### Fixed
10
10
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
15
15
16
16
- Multiple protocols for a service now renders multiple openapi documents.
17
17
- Format and type are now preserved for function parameters.
18
+
- Fixed allowedValues on all primitive types.
18
19
19
20
### Added
20
21
@@ -27,9 +28,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
27
28
28
29
- Entities annotated with `@cds.autoexpose[d]` but explicitly exposed in the service are now made read-write.
29
30
- Added a wrapper `properties` object for primitive return types.
30
-
31
31
- Adding protocol and service name information to the server URL incase of `openapi:servers` option.
32
32
33
+
### Changed
34
+
35
+
- Using `@title`, `@Core.Description` and `@Core.LongDescription` for titles and descriptions for improving the default texts in `info` object and `x-sap-shortText`.
0 commit comments