3.5.0
This release adds safir.pydantic.CamelCaseModel
to further automate support for camel-case attributes in Pydantic models. It also adds the helper class safir.gcs.SignedURLService
to generate signed URLs for Google Cloud Storage objects, and the module safir.testing.gcs
to provide a mock of the Google Cloud Storage API for testing.
What's Changed
- DM-37192: Enable more mypy checks by @rra in #125
- [neophile] Update dependencies by @sqrbot in #126
- Generate API docs for safir.asyncio by @jonathansick in #127
- DM-37291: Add CamelCaseModel helper class by @rra in #128
- [neophile] Update dependencies by @sqrbot in #129
- [neophile] Update dependencies by @sqrbot in #130
- DM-37516: Add Google Cloud Storage utilities and testing support by @rra in #131
Full Changelog: 3.4.0...3.5.0