Skip to content

Commit f9edb6f

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

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

release_notes.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
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
1211
11/12/2025 3c2df942 BREAKING CHANGE: Migration from Akka to Apache Pekko™ 1.1.2
1312
Replaced Akka 2.5.32 with Apache Pekko™ 1.1.2 to address Akka licensing changes.
1413
Updated all imports from com.typesafe.akka to org.apache.pekko.

0 commit comments

Comments
 (0)