Skip to content

v5.0.0

Compare
Choose a tag to compare
@ashusvnath ashusvnath released this 05 Oct 09:46
· 907 commits to master since this release

Avni-Server

Security features

  • Enhanced Validation - If enhanced_validation is set to true on the application.properties file, then several new validations will happen on save of entities - avniproject/avni-security#16, avniproject/avni-security#6
  • Content Security Policy - Content Security Policy can be specified using the csp.enabled and csp.allowed.hosts property in application.properties
  • Check to make address_level_type mandatory - avniproject/avni-security#22
  • Configurable Anti-csrf protection on all resources
  • Add CORS support to avni-server
  • Ability to blacklist urls using a avni.blacklisted.urls-file file specified in application.properties
  • Remove save/delete/post calls exposed via Spring Data-Rest endpoints
  • Remove java stack trace from responses
  • Parameterization of queries for Search
  • Ability to set password policies in Keycloak
  • Modify cookie attributes to add SameSite attribute to enhance security - avniproject/avni-security#17

Others

Full Changelog: v4.0.1...v5.0.0