mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 11:06:49 +00:00
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:
parent
e2b587cd33
commit
6e36f67d65
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user