docs/Update release notes for http4s server configuration properties

Add entry documenting new http4s.host and http4s.port configuration properties added to sample.props.template for controlling obp-http4s-runner bind address.
This commit is contained in:
hongwei 2025-12-12 14:54:17 +01:00
parent e2b587cd33
commit 6e36f67d65

View File

@ -3,6 +3,12 @@
### Most recent changes at top of file
```
Date Commit Action
12/12/2025 f2e7b827 Http4s runner configuration
Added http4s.host and http4s.port to props sample template:
- http4s.host=127.0.0.1
- http4s.port=8086
These properties control the bind address of bootstrap.http4s.Http4sServer
when running via the obp-http4s-runner fat JAR.
TBD TBD Performance Improvement: Added caching to getProviders endpoint
Added configurable caching with memoization to GET /obp/v6.0.0/providers endpoint.
- Default cache TTL: 3600 seconds (1 hour)