Changelog
API versioning and release history
Changelog
Versioning policy
The Lise GraphQL API follows schema evolution principles:
- Additive changes (new types, new optional fields, new queries/mutations) are deployed without version bumps. Existing integrations continue to work.
- Breaking changes (removing fields, changing types, renaming operations) are announced in advance and deployed with a deprecation period.
- Deprecated fields are marked with
@deprecatedin the schema and grouped in the API Reference.
How to stay up to date
- Monitor this changelog for announcements.
- Regenerate your client types after schema changes if you use code generation.
- Check the schema reference — deprecated fields are visually marked.
Release history
2026-07-28 — FIX market data + Lise branding
- Documented the FIX 4.4 market-data feed (logon, security list, L2 snapshots and updates).
- Renamed documentation branding from DLTTSS to Lise.
2026-07-02 — Documentation launch
- Published external API documentation site.
- Documented authentication, pagination, error handling, and rate limits.
- Auto-generated schema reference from GraphQL SDL.
For questions about upcoming changes or to request new API capabilities, contact your account manager.
Updated about 2 months ago
Did this page help you?

