Skip to content

v0.7.1

Compare
Choose a tag to compare
@mathieujobin mathieujobin released this 07 Apr 12:39
· 178 commits to master since this release
c61402d

v0.7.1 (2022-04-06)

Full Changelog

  • 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.