Apipie v0.7.1 Release Notes

Release Date: 2022-04-06 // almost 2 years ago
  • ๐Ÿš… 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. 0๏ธโƒฃ 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.