Skip to content

3.5.0

Compare
Choose a tag to compare
@rra rra released this 12 Jan 21:06
· 539 commits to main since this release
3.5.0
5e3cb8d

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