docs: Add CHANGELOG and update documentation for v4.2.3

- Create CHANGELOG.md with release history
- Update SDK documentation with test coverage and type safety info
- Highlight 99 integration/unit tests and comprehensive coverage
- Add quality assurance badges (mypy, ruff)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Simone Scarduzio
2025-10-07 23:19:19 +02:00
parent 50db9bbb27
commit e706ddebdd
2 changed files with 69 additions and 0 deletions

View File

@@ -101,6 +101,8 @@ client.put_object(Bucket='mybucket', Key='myfile.zip', Body=data)
- **Data Integrity**: SHA256 verification on every operation
- **Transparent**: Works with existing tools and workflows
- **Production Ready**: Battle-tested with 200K+ files
- **Thoroughly Tested**: 99 integration/unit tests with comprehensive coverage
- **Type Safe**: Full mypy type checking, zero type errors
## When to Use DeltaGlider