Skip to content

Commit aa4236b

Browse files
committed
docfix/update release notes for bind_address property
1 parent 2403586 commit aa4236b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

release_notes.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
### Most recent changes at top of file
44
```
55
Date Commit Action
6-
12/12/2025 f2e7b827 Http4s runner configuration
7-
Added http4s.host and http4s.port to props sample template:
8-
- http4s.host=127.0.0.1
9-
- http4s.port=8086
10-
These properties control the bind address of bootstrap.http4s.Http4sServer
11-
when running via the obp-http4s-runner fat JAR.
6+
27/02/2026 24035862 Http4s server bind address configuration
7+
Added bind_address property for http4s server configuration:
8+
- bind_address: Optional property to specify the network binding address
9+
- Falls back to parsing hostname property if not set
10+
- Maintains backward compatibility with existing hostname configuration
11+
- Added Http4sConfigUtil.parseHostname() utility to support both plain
12+
hostnames ("127.0.0.1") and URI formats ("http://127.0.0.1:8080")
13+
- Added comprehensive test suite (Http4sConfigUtilTest) with 9 test cases
1214
11/12/2025 3c2df942 BREAKING CHANGE: Migration from Akka to Apache Pekko™ 1.1.2
1315
Replaced Akka 2.5.32 with Apache Pekko™ 1.1.2 to address Akka licensing changes.
1416
Updated all imports from com.typesafe.akka to org.apache.pekko.

0 commit comments

Comments
 (0)