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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,26 @@ 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.1.0 - 17.10.2024
7
+
8
+
## Version 1.1.0 - tbd
8
9
9
10
### Fixed
10
11
12
+
- Fixed allowedValues on all primitive types.
11
13
- Removed duplicates in `tags`.
12
14
15
+
## Version 1.0.7 - 17.10.2024
13
16
14
17
### Fixed
15
18
16
19
- Multiple protocols for a service now renders multiple openapi documents.
17
20
- Format and type are now preserved for function parameters.
18
21
- Fixed allowedValues on all primitive types.
19
22
23
+
### Changed
24
+
25
+
- Using `@title`, `@Core.Description` and `@Core.LongDescription` for titles and descriptions for improving the default texts in `info` object and `x-sap-shortText`.
26
+
20
27
### Added
21
28
22
29
- OpenAPI documents can now have `externalDocs` object provided through `@OpenAPI.externalDocs` annotation in the service level of CDS.
0 commit comments