- Set load_catalog=true in test settings [masipcat]
6.0.1
Not secure
------------------
- Also allow JWT sub claim for loginid [allusa]
6.0.0
Not secure
------------------
- Nothing changed yet.
6.0.0b6
Not secure
--------------------
- Undo datetime object renderization on guillotina_json_default. [lferran]
- Be able to define optional requestBody [lferran]
- Fix registry update, when type provided mismatch with the one specified by the schema return an error HTTP status code instead of throwing an exception. [pfreixes]
6.0.0b5
Not secure
--------------------
- Few fixes & improvements: [lferran] - Fix JSONField validation error - Add unit tests for middleware generate error response - Add path_qs to Request object - Add content_length to Request object - Fix datetime objects renderization
- Optimize json schema ref resolution to not make so copies of all json schema definition for every validator instance [vangheem]
- Fix json schema ref resolution for nested objects [vangheem]