This repository was archived by the owner on Feb 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ description: "This repository contains the original interface definitions of pub
77 \ definitions can provide a better understanding of HPI Cloud APIs and help you\
88 \ to utilize them more efficiently. You can also use these definitions with open\
99 \ source tools to generate client libraries, documentation, and other artifacts."
10- version : " 0.0.8 "
10+ version : " 0.0.9 "
1111githubName : " HPI-de/hpi-cloud-apis"
Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1919## [ Unreleased]
2020
2121
22+ ## [ 0.0.9] - 2019-10-04
23+ ### BREAKING CHANGES
24+ - ** myhpi:** make InfoBit.description plain text
25+ - ** myhpi:** make Action.icon a binary png
26+
27+ ### Added
28+ - ** myhpi:** add InfoBit.content
29+
2230## [ 0.0.8] - 2019-10-01
2331### BREAKING CHANGES
2432- ** course:** support multiple lecturers
@@ -80,7 +88,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8088Initial release with NewsService.
8189
8290
83- [ Unreleased ] : https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.8...dev
91+ [ Unreleased ] : https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.9...dev
92+ [ 0.0.9 ] : https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.8...0.0.9
8493[ 0.0.8 ] : https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.7...0.0.8
8594[ 0.0.7 ] : https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.6...0.0.7
8695[ 0.0.6 ] : https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.5...0.0.6
Original file line number Diff line number Diff line change 3535 githubReleaseNotes = ' CHANGELOG.md'
3636 allLicenses = [" Apache-2.0" ]
3737
38- libraryVersion = " 0.0.8 "
38+ libraryVersion = " 0.0.9 "
3939}
4040
4141task sourcesJar (type : Jar , dependsOn : classes) {
Original file line number Diff line number Diff line change @@ -25,9 +25,12 @@ message InfoBit {
2525 // The cover image.
2626 hpi.cloud.common.v1test.Image cover = 5 ;
2727
28- // Required. The description (HTML) .
28+ // Required. A short description .
2929 string description = 6 ;
3030
31+ // HTML-formatted content that can be set in addition to the description.
32+ string content = 10 ;
33+
3134 // Different ways children are displayed within this info bit.
3235 enum ChildDisplay {
3336 NONE = 0 ;
You can’t perform that action at this time.
0 commit comments