|
2 | 2 | "nextVersion" : {
|
3 | 3 | "major" : 0,
|
4 | 4 | "minor" : 37,
|
5 |
| - "patch" : 2, |
| 5 | + "patch" : 3, |
6 | 6 | "preReleaseParts" : [ ],
|
7 | 7 | "buildMetaDataParts" : [ ],
|
8 | 8 | "preRelease" : "",
|
|
13 | 13 | "lastVersion" : {
|
14 | 14 | "major" : 0,
|
15 | 15 | "minor" : 37,
|
16 |
| - "patch" : 1, |
| 16 | + "patch" : 2, |
17 | 17 | "preReleaseParts" : [ ],
|
18 | 18 | "buildMetaDataParts" : [ ],
|
19 | 19 | "preRelease" : "",
|
|
22 | 22 | "buildMetaData" : ""
|
23 | 23 | },
|
24 | 24 | "tags" : [ {
|
| 25 | + "version" : { |
| 26 | + "major" : 0, |
| 27 | + "minor" : 37, |
| 28 | + "patch" : 2, |
| 29 | + "preReleaseParts" : [ ], |
| 30 | + "buildMetaDataParts" : [ ], |
| 31 | + "preRelease" : "", |
| 32 | + "stable" : true, |
| 33 | + "initialDevelopment" : true, |
| 34 | + "buildMetaData" : "" |
| 35 | + }, |
| 36 | + "releaseDate" : "2024-10-29 09:02:22.000 +0100", |
| 37 | + "sections" : [ { |
| 38 | + "title" : "Bug Fixes", |
| 39 | + "commits" : [ { |
| 40 | + "hashFull" : "2a548529956825d53565207033f05afffaeb37fe", |
| 41 | + "hash" : "2a548529956825d", |
| 42 | + "hash7" : "2a54852", |
| 43 | + "hash8" : "2a548529", |
| 44 | + "commitTime" : "2024-10-29 09:02:22.000 +0100", |
| 45 | + "commitTimeLong" : 1730188942, |
| 46 | + "message" : "fix: entity unregister node\n\nWhen the `unregisterNode` method is called for another NeonBee node,\nand the executing node has an `EntityVerticle` that was also registered\nby the other node, the `EntityVerticle` was incorrectly unregistered\nfor the executing node. This fix ensures that the `EntityVerticle`\nremains registered for the executing node.\n", |
| 47 | + "merge" : false, |
| 48 | + "authorIdent" : { |
| 49 | + "when" : "2024-10-25 12:19:05.000 +0200", |
| 50 | + "name" : "Michael Halberstadt", |
| 51 | + |
| 52 | + }, |
| 53 | + "committerIdent" : { |
| 54 | + "when" : "2024-10-29 09:02:22.000 +0100", |
| 55 | + "name" : "halber", |
| 56 | + |
| 57 | + }, |
| 58 | + "quickActions" : { }, |
| 59 | + "closeIssues" : [ ], |
| 60 | + "subjectIssues" : [ ], |
| 61 | + "bodyIssues" : [ ], |
| 62 | + "mentions" : [ ], |
| 63 | + "locales" : [ ], |
| 64 | + "defaultLang" : "en", |
| 65 | + "commitUrl" : "https://github.com/SAP/neonbee/commit/2a548529956825d53565207033f05afffaeb37fe", |
| 66 | + "commitType" : "fix", |
| 67 | + "commitPackage" : null, |
| 68 | + "commitScope" : null, |
| 69 | + "commitSubject" : "entity unregister node", |
| 70 | + "commitBody" : "When the `unregisterNode` method is called for another NeonBee node,\nand the executing node has an `EntityVerticle` that was also registered\nby the other node, the `EntityVerticle` was incorrectly unregistered\nfor the executing node. This fix ensures that the `EntityVerticle`\nremains registered for the executing node.", |
| 71 | + "attention" : false, |
| 72 | + "breakingChange" : false, |
| 73 | + "deprecated" : false, |
| 74 | + "firstLocaleCommitType" : null, |
| 75 | + "firstLocaleCommitScope" : null, |
| 76 | + "commitIssue" : null, |
| 77 | + "localeMap" : null, |
| 78 | + "rawCommitType" : "fix", |
| 79 | + "rawCommitScope" : null, |
| 80 | + "rawCommitSubject" : "entity unregister node", |
| 81 | + "messageBody" : "When the `unregisterNode` method is called for another NeonBee node,\nand the executing node has an `EntityVerticle` that was also registered\nby the other node, the `EntityVerticle` was incorrectly unregistered\nfor the executing node. This fix ensures that the `EntityVerticle`\nremains registered for the executing node.", |
| 82 | + "messageTitle" : "fix: entity unregister node" |
| 83 | + } ] |
| 84 | + }, { |
| 85 | + "title" : "Features", |
| 86 | + "commits" : [ { |
| 87 | + "hashFull" : "64d2ac455efb853f537c944f20ead35c810cab8d", |
| 88 | + "hash" : "64d2ac455efb853", |
| 89 | + "hash7" : "64d2ac4", |
| 90 | + "hash8" : "64d2ac45", |
| 91 | + "commitTime" : "2024-10-08 11:34:58.000 +0200", |
| 92 | + "commitTimeLong" : 1728380098, |
| 93 | + "message" : "feat: add contribution guideline for genAI\n", |
| 94 | + "merge" : false, |
| 95 | + "authorIdent" : { |
| 96 | + "when" : "2024-09-26 13:27:34.000 +0200", |
| 97 | + "name" : "Pascal Krause", |
| 98 | + |
| 99 | + }, |
| 100 | + "committerIdent" : { |
| 101 | + "when" : "2024-10-08 11:34:58.000 +0200", |
| 102 | + "name" : "Pascal", |
| 103 | + |
| 104 | + }, |
| 105 | + "quickActions" : { }, |
| 106 | + "closeIssues" : [ ], |
| 107 | + "subjectIssues" : [ ], |
| 108 | + "bodyIssues" : [ ], |
| 109 | + "mentions" : [ ], |
| 110 | + "locales" : [ ], |
| 111 | + "defaultLang" : "en", |
| 112 | + "commitUrl" : "https://github.com/SAP/neonbee/commit/64d2ac455efb853f537c944f20ead35c810cab8d", |
| 113 | + "commitType" : "feat", |
| 114 | + "commitPackage" : null, |
| 115 | + "commitScope" : null, |
| 116 | + "commitSubject" : "add contribution guideline for genAI", |
| 117 | + "commitBody" : null, |
| 118 | + "attention" : false, |
| 119 | + "breakingChange" : false, |
| 120 | + "deprecated" : false, |
| 121 | + "firstLocaleCommitType" : null, |
| 122 | + "firstLocaleCommitScope" : null, |
| 123 | + "commitIssue" : null, |
| 124 | + "localeMap" : null, |
| 125 | + "rawCommitType" : "feat", |
| 126 | + "rawCommitScope" : null, |
| 127 | + "rawCommitSubject" : "add contribution guideline for genAI", |
| 128 | + "messageBody" : "", |
| 129 | + "messageTitle" : "feat: add contribution guideline for genAI" |
| 130 | + } ] |
| 131 | + } ] |
| 132 | + }, { |
25 | 133 | "version" : {
|
26 | 134 | "major" : 0,
|
27 | 135 | "minor" : 37,
|
|
33 | 141 | "initialDevelopment" : true,
|
34 | 142 | "buildMetaData" : ""
|
35 | 143 | },
|
36 |
| - "releaseDate" : "2024-08-07 12:12:46.000 +0200", |
| 144 | + "releaseDate" : "2024-08-21 14:18:38.000 +0200", |
37 | 145 | "sections" : [ {
|
38 | 146 | "title" : "Bug Fixes",
|
39 | 147 | "commits" : [ {
|
|
0 commit comments