Skip to content

Commit 932d32e

Browse files
github-actions[bot]meotch
authored andcommitted
chore(master): release 4.4.0
1 parent db7f829 commit 932d32e

4 files changed

Lines changed: 23 additions & 11 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.3.0"
2+
".": "4.4.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
* making Annotations.fieldsAnAnnotations respect inheritance ([3b266dd](https://github.com/mxenabled/path-core/commit/3b266ddcb227766a32f16e88e7b9b2022737de53))
77

8+
## [4.4.0](https://github.com/mxenabled/path-core/compare/v4.3.0...v4.4.0) (2025-01-14)
9+
10+
11+
### Features
12+
13+
* add tests to connection binding on gateway objects ([d5901f0](https://github.com/mxenabled/path-core/commit/d5901f08ebd5dda0916b412e8a30a6d21542cdbd))
14+
15+
16+
### Bug Fixes
17+
18+
* bump connectTimeout to 10s from 5s ([db7f829](https://github.com/mxenabled/path-core/commit/db7f82923eb6d1eb95dae3df32604313adff0d34))
19+
820
## [4.3.0](https://github.com/mxenabled/path-core/compare/v4.2.1...v4.3.0) (2024-12-19)
921

1022

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _Gradle_
2323
<!-- x-release-please-start-version -->
2424
```groovy
2525
dependencies {
26-
api platform("com.mx.path-core:platform:4.3.0")
26+
api platform("com.mx.path-core:platform:4.4.0")
2727
2828
implementation "com.mx.path-core:common"
2929
implementation "com.mx.path-core:context"
@@ -45,16 +45,16 @@ _Gradle_
4545
<!-- x-release-please-start-version -->
4646
```groovy
4747
dependencies {
48-
implementation "com.mx.path-core:common:4.3.0"
49-
implementation "com.mx.path-core:context:4.3.0"
50-
implementation "com.mx.path-core:gateway:4.3.0"
51-
implementation "com.mx.path-core:http:4.3.0"
52-
implementation "com.mx.path-core:messaging:4.3.0"
53-
implementation "com.mx.path-core:utilities:4.3.0"
48+
implementation "com.mx.path-core:common:4.4.0"
49+
implementation "com.mx.path-core:context:4.4.0"
50+
implementation "com.mx.path-core:gateway:4.4.0"
51+
implementation "com.mx.path-core:http:4.4.0"
52+
implementation "com.mx.path-core:messaging:4.4.0"
53+
implementation "com.mx.path-core:utilities:4.4.0"
5454
55-
annotationProcessor "com.mx.path-core:gateway-generator:4.3.0"
55+
annotationProcessor "com.mx.path-core:gateway-generator:4.4.0"
5656
57-
testImplementation "com.mx.path-core:testing:4.3.0"
57+
testImplementation "com.mx.path-core:testing:4.4.0"
5858
}
5959
```
6060
<!-- x-release-please-end -->

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
88
}
99

10-
version "4.3.0" // x-release-please-version
10+
version "4.4.0" // x-release-please-version
1111

1212
def platformProject = "platform"
1313
def publishedProjects = [

0 commit comments

Comments
 (0)