Skip to content

Commit 80c924c

Browse files
chore(master): release 4.4.1
1 parent 5d52b76 commit 80c924c

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

.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.4.0"
2+
".": "4.4.1"
33
}

CHANGELOG.md

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

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

8+
## [4.4.1](https://github.com/mxenabled/path-core/compare/v4.4.0...v4.4.1) (2025-01-22)
9+
10+
11+
### Bug Fixes
12+
13+
* handle external timeout error with status code 531 ([aeba873](https://github.com/mxenabled/path-core/commit/aeba873636199969dbb42f2dde84b285bca54dc5))
14+
815
## [4.4.0](https://github.com/mxenabled/path-core/compare/v4.3.0...v4.4.0) (2025-01-14)
916

1017

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.4.0")
26+
api platform("com.mx.path-core:platform:4.4.1")
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.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"
48+
implementation "com.mx.path-core:common:4.4.1"
49+
implementation "com.mx.path-core:context:4.4.1"
50+
implementation "com.mx.path-core:gateway:4.4.1"
51+
implementation "com.mx.path-core:http:4.4.1"
52+
implementation "com.mx.path-core:messaging:4.4.1"
53+
implementation "com.mx.path-core:utilities:4.4.1"
5454
55-
annotationProcessor "com.mx.path-core:gateway-generator:4.4.0"
55+
annotationProcessor "com.mx.path-core:gateway-generator:4.4.1"
5656
57-
testImplementation "com.mx.path-core:testing:4.4.0"
57+
testImplementation "com.mx.path-core:testing:4.4.1"
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.4.0" // x-release-please-version
10+
version "4.4.1" // x-release-please-version
1111

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

0 commit comments

Comments
 (0)