Only small, additive features are listed here. Refactors and package-wide redesigns are intentionally excluded.
Provide an iterator that follows LangLion pagination links and yields DTOs across pages while retaining the existing single-page methods.
Allow a client to refresh an expired access token once and report the replacement token through a caller-provided callback, without adding framework-specific storage.
Expose a guarded raw request method using the existing transport and error handling so newly released LangLion endpoints remain accessible before a typed wrapper is added.