v0.7.1
v0.7.1 (2022-04-06)
- Skip extra parameters while validating the keys. #690 (Omkar Joshi)
- Support defining security mechanisms for Swagger #711 (Dan Leyden)
- Update boolean handling of false #749 (Colin Bruce)
Note: Up until and including v0.6.x, apipie-rails was silently ignoring allow_blank == false on String validation.
when allow_blank is not specified, it default to false. to allow blank strings, you must specify it as a parameter.
Alternatively, if you want to revert to the previous behavior, you can set this configuration option:
Apipie.configuration.ignore_allow_blank_false = true
.