- Enhanced Dependabot: Added weekly dependency updates with PR grouping and GitHub Actions monitoring
- Modernized CI/CD: Updated to latest GitHub Actions, added Python 3.10-3.12 matrix testing, fixed coverage reporting
- Code Quality: Added mypy type checking, updated to modern Python 3.10+ type syntax, replaced try/except/pass with contextlib.suppress
- Security: Integrated bandit security scanning into CI pipeline
- Developer Experience: Added comprehensive Makefile with colored help, consolidated error handling in GraphQL client
- Dependencies: Updated to latest versions, added development tools (mypy, bandit, types-requests)
Full Changelog: v0.2.0...v1.0.0