Documentation Index
Fetch the complete documentation index at: https://docs.narrativebanking.com/llms.txt
Use this file to discover all available pages before exploring further.
Versioning policy
Narrative SDK follows semantic versioning (MAJOR.MINOR.PATCH) for public releases.
Current release line
- Active release line:
v1.5 - Latest published version in this line:
v1.5.7
Compatibility commitments
- Patch releases (for example,
1.5.1to1.5.2) include fixes or quality improvements and do not introduce breaking API contract changes. - Minor releases (for example,
1.5.xto1.6.0) can add capabilities while remaining backwards compatible. - Major releases (for example,
1.xto2.0.0) may include breaking changes.
What is considered a breaking change
A change is treated as breaking if an existing integration must be updated to keep working, for example:- removing or renaming public endpoints or fields
- changing request or response formats in an incompatible way
- changing authentication or authorisation requirements for existing endpoints