What's Changed
- Introduces
mass_assignment_strict_mode
configuration option to control the behavior of mass assignment in #32- The setting is per class and configures strict handling of unknown attributes by raising an exception.
- By default it is disabled, and you need to opt-in.
Full Changelog: v0.6.0...v0.6.1