Skip to content

Commit

Permalink
release: 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s4heid committed Aug 10, 2022
1 parent deff579 commit d18c135
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 6 deletions.
256 changes: 251 additions & 5 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"nextVersion" : {
"major" : 0,
"minor" : 12,
"patch" : 2,
"minor" : 14,
"patch" : 0,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
Expand All @@ -12,8 +12,8 @@
},
"lastVersion" : {
"major" : 0,
"minor" : 12,
"patch" : 1,
"minor" : 13,
"patch" : 0,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
Expand All @@ -22,6 +22,252 @@
"stable" : true
},
"tags" : [ {
"version" : {
"major" : 0,
"minor" : 13,
"patch" : 0,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
"buildMetaData" : "",
"initialDevelopment" : true,
"stable" : true
},
"releaseDate" : "2022-08-10 08:44:52.000 +0200",
"sections" : [ {
"title" : "Bug Fixes",
"commits" : [ {
"hashFull" : "c59f6d8668a1c94df78eb88080e8ad655b291b94",
"hash" : "c59f6d8668a1c94",
"hash7" : "c59f6d8",
"hash8" : "c59f6d86",
"commitTime" : "2022-07-19 18:26:04.000 +0200",
"commitTimeLong" : 1658247964,
"message" : "fix: speed up the test execution\n\nThe test method NeonBeeMetricsTest#testCustomMetric occasionally takes\nmore than a minute to execute. By setting setIgnoreClassPath to true,\nthe test will execute in less than 15 seconds.\n",
"merge" : false,
"authorIdent" : {
"when" : "2022-07-18 15:13:50.000 +0200",
"name" : "Michael Halberstadt",
"email" : "[email protected]"
},
"committerIdent" : {
"when" : "2022-07-19 18:26:04.000 +0200",
"name" : "halber",
"email" : "[email protected]"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/c59f6d8668a1c94df78eb88080e8ad655b291b94",
"commitType" : "fix",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "speed up the test execution",
"commitBody" : "The test method NeonBeeMetricsTest#testCustomMetric occasionally takes\nmore than a minute to execute. By setting setIgnoreClassPath to true,\nthe test will execute in less than 15 seconds.",
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"firstLocaleCommitType" : null,
"firstLocaleCommitScope" : null,
"rawCommitType" : "fix",
"rawCommitScope" : null,
"rawCommitSubject" : "speed up the test execution",
"messageTitle" : "fix: speed up the test execution",
"messageBody" : "The test method NeonBeeMetricsTest#testCustomMetric occasionally takes\nmore than a minute to execute. By setting setIgnoreClassPath to true,\nthe test will execute in less than 15 seconds."
}, {
"hashFull" : "1e29e130dde52f14f55e9a3498e843baf9ab2b34",
"hash" : "1e29e130dde52f1",
"hash7" : "1e29e13",
"hash8" : "1e29e130",
"commitTime" : "2022-08-02 14:37:52.000 +0200",
"commitTimeLong" : 1659443872,
"message" : "fix: disable unstable test on github\n",
"merge" : false,
"authorIdent" : {
"when" : "2022-07-27 09:04:29.000 +0200",
"name" : "Michael Halberstadt",
"email" : "[email protected]"
},
"committerIdent" : {
"when" : "2022-08-02 14:37:52.000 +0200",
"name" : "halber",
"email" : "[email protected]"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/1e29e130dde52f14f55e9a3498e843baf9ab2b34",
"commitType" : "fix",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "disable unstable test on github",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"firstLocaleCommitType" : null,
"firstLocaleCommitScope" : null,
"rawCommitType" : "fix",
"rawCommitScope" : null,
"rawCommitSubject" : "disable unstable test on github",
"messageTitle" : "fix: disable unstable test on github",
"messageBody" : ""
} ]
}, {
"title" : "Features",
"commits" : [ {
"hashFull" : "deff579ccf34f5e55512a2fc4c4141ab813e9bfe",
"hash" : "deff579ccf34f5e",
"hash7" : "deff579",
"hash8" : "deff579c",
"commitTime" : "2022-08-10 08:44:52.000 +0200",
"commitTimeLong" : 1660113892,
"message" : "feat: make ServerVerticle handler configurable\n\nThe `ServerVerticle` attaches request handlers to the route. The request\nhandlers attached to the route cannot be changed at the moment. This\nchange makes the request handlers that the `ServerVerticle` attaches to\nthe route configurable.\n\nA `RoutingHandlerFactory` is used to create an instance of the\n`Handler<RoutingContext>` class. In the `ServerConfig`, a list of\n`RoutingHandlerFactory` class names is used to specify the\n`RoutingHandlerFactory`. The handler created by the\n`RoutingHandlerFactory` is then added to the root route. The request\nhandlers are added in the order specified in the `ServerConfig` list.\n",
"merge" : false,
"authorIdent" : {
"when" : "2022-06-14 10:48:35.000 +0200",
"name" : "Michael Halberstadt",
"email" : "[email protected]"
},
"committerIdent" : {
"when" : "2022-08-10 08:44:52.000 +0200",
"name" : "Sebastian Heid",
"email" : "[email protected]"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/deff579ccf34f5e55512a2fc4c4141ab813e9bfe",
"commitType" : "feat",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "make ServerVerticle handler configurable",
"commitBody" : "The `ServerVerticle` attaches request handlers to the route. The request\nhandlers attached to the route cannot be changed at the moment. This\nchange makes the request handlers that the `ServerVerticle` attaches to\nthe route configurable.\n\nA `RoutingHandlerFactory` is used to create an instance of the\n`Handler<RoutingContext>` class. In the `ServerConfig`, a list of\n`RoutingHandlerFactory` class names is used to specify the\n`RoutingHandlerFactory`. The handler created by the\n`RoutingHandlerFactory` is then added to the root route. The request\nhandlers are added in the order specified in the `ServerConfig` list.",
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"firstLocaleCommitType" : null,
"firstLocaleCommitScope" : null,
"rawCommitType" : "feat",
"rawCommitScope" : null,
"rawCommitSubject" : "make ServerVerticle handler configurable",
"messageTitle" : "feat: make ServerVerticle handler configurable",
"messageBody" : "The `ServerVerticle` attaches request handlers to the route. The request\nhandlers attached to the route cannot be changed at the moment. This\nchange makes the request handlers that the `ServerVerticle` attaches to\nthe route configurable.\n\nA `RoutingHandlerFactory` is used to create an instance of the\n`Handler<RoutingContext>` class. In the `ServerConfig`, a list of\n`RoutingHandlerFactory` class names is used to specify the\n`RoutingHandlerFactory`. The handler created by the\n`RoutingHandlerFactory` is then added to the root route. The request\nhandlers are added in the order specified in the `ServerConfig` list."
} ]
}, {
"title" : "Documentation",
"commits" : [ {
"hashFull" : "99be11b7657f6589aa23552294055de5fd221aa2",
"hash" : "99be11b7657f658",
"hash7" : "99be11b",
"hash8" : "99be11b7",
"commitTime" : "2022-08-04 09:47:16.000 +0200",
"commitTimeLong" : 1659599236,
"message" : "docs(health): add documentation for the health feature\n",
"merge" : false,
"authorIdent" : {
"when" : "2022-06-17 13:51:22.000 +0200",
"name" : "Sebastian Heid",
"email" : "[email protected]"
},
"committerIdent" : {
"when" : "2022-08-04 09:47:16.000 +0200",
"name" : "Sebastian Heid",
"email" : "[email protected]"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/99be11b7657f6589aa23552294055de5fd221aa2",
"commitType" : "docs",
"commitPackage" : null,
"commitScope" : "health",
"commitSubject" : "add documentation for the health feature",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"firstLocaleCommitType" : null,
"firstLocaleCommitScope" : null,
"rawCommitType" : "docs",
"rawCommitScope" : "health",
"rawCommitSubject" : "add documentation for the health feature",
"messageTitle" : "docs(health): add documentation for the health feature",
"messageBody" : ""
} ]
}, {
"title" : "Build System",
"commits" : [ {
"hashFull" : "e0f366ca1ce86e0e516f853b2997f6fc0e1b5489",
"hash" : "e0f366ca1ce86e0",
"hash7" : "e0f366c",
"hash8" : "e0f366ca",
"commitTime" : "2022-08-10 08:42:20.000 +0200",
"commitTimeLong" : 1660113740,
"message" : "build(deps): upgrade `vertx` to 4.3.3",
"merge" : false,
"authorIdent" : {
"when" : "2022-08-10 02:10:13.000 +0200",
"name" : "github-actions[bot]",
"email" : "github-actions[bot]@users.noreply.github.com"
},
"committerIdent" : {
"when" : "2022-08-10 08:42:20.000 +0200",
"name" : "Sebastian Heid",
"email" : "[email protected]"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/e0f366ca1ce86e0e516f853b2997f6fc0e1b5489",
"commitType" : "build",
"commitPackage" : null,
"commitScope" : "deps",
"commitSubject" : "upgrade `vertx` to 4.3.3",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"firstLocaleCommitType" : null,
"firstLocaleCommitScope" : null,
"rawCommitType" : "build",
"rawCommitScope" : "deps",
"rawCommitSubject" : "upgrade `vertx` to 4.3.3",
"messageTitle" : "build(deps): upgrade `vertx` to 4.3.3",
"messageBody" : ""
} ]
} ]
}, {
"version" : {
"major" : 0,
"minor" : 12,
Expand All @@ -33,7 +279,7 @@
"initialDevelopment" : true,
"stable" : true
},
"releaseDate" : "2022-07-14 16:02:45.000 +0200",
"releaseDate" : "2022-07-14 16:23:19.000 +0200",
"sections" : [ {
"title" : "Chores",
"commits" : [ {
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 0.13.0 (2022-08-10)

### Bug Fixes

- speed up the test execution ([c59f6d86](https://github.com/SAP/neonbee/commit/c59f6d8668a1c94df78eb88080e8ad655b291b94))
- disable unstable test on github ([1e29e130](https://github.com/SAP/neonbee/commit/1e29e130dde52f14f55e9a3498e843baf9ab2b34))


### Features

- make ServerVerticle handler configurable ([deff579c](https://github.com/SAP/neonbee/commit/deff579ccf34f5e55512a2fc4c4141ab813e9bfe))


### Documentation

- **health**: add documentation for the health feature ([99be11b7](https://github.com/SAP/neonbee/commit/99be11b7657f6589aa23552294055de5fd221aa2))


### Build System

- **deps**: upgrade `vertx` to 4.3.3 ([e0f366ca](https://github.com/SAP/neonbee/commit/e0f366ca1ce86e0e516f853b2997f6fc0e1b5489))


## 0.12.1 (2022-07-14)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

group = 'io.neonbee'
version = '0.12.2-SNAPSHOT'
version = '0.13.0'
mainClassName = 'io.neonbee.Launcher'
archivesBaseName = 'neonbee-core'
sourceCompatibility = 11
Expand Down

0 comments on commit d18c135

Please sign in to comment.