What's Changed
⚡ Speed up imports by loading generated models lazily: 12x faster load time (2.6s → 0.21s), 6x lower memory usage (375MB → 57MB)
- Add CHANGES.md update automation using GitHub Actions by @MarshalX in #686
- Add network mocking for identity resolver tests by @MarshalX in #680
- Add caching and bump actions for CI/CD pipelines by @MarshalX in #681
- Speed up imports by loading generated models lazily by @MarshalX in #679
- Improve errors visibility in update_lexicons GHA workflow by @MarshalX in #682
- Update lexicons by @MarshalX in #685 and #689
- Fix
update_lexiconscodegen failing due to lazy-loading regression by @MarshalX in #683 - Fix GHA cache by @MarshalX in #684
Full Changelog: v0.0.68...v0.0.69