- 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]
- Allow arbitrary path parameter within the path parameters [dmanchon]
6.0.0b4
Not secure
--------------------
- Allow to delete elements with the same id at cockroach [bloodbare]
- Split blob and objects initialization statements [bloodbare]
- Allow to ovewrite object table name and blob table name [bloodbare]
- Bug fix: handle raw strings in json payload [lferran]
- swagger tags fixes [ableeb]
- Move from travis to github actions [lferran]
6.0.0b3
Not secure
--------------------
- Provide patch operations for json field [vangheem]
- Optimize extend operation for bucket list field [vangheem]
- `.` and `..` should be blocked as valid ids. The browser will auto translate them to what current dir and parent dir respectively which gives unexpected results. [vangheem]
- Change in ISecurityPolicy that might improve performance during traversal for views with permission guillotina.Public [masipcat]
- Fix Response object responding with 'default_content' when 'content' evaluates to False [masipcat]
- Change log level for conflict errors to warning and fix locating tid of conflict error [vangheem]
- Fix security policy not taking into account IInheritPermissionMap for principals [masipcat,bloodbare]
- Fix use of int32 sql interpolation when it should have been bigint for tid [vangheem]
- Restore task vars after usage of Content API - Zope.interface 5.0.1 upgrade [bloodbare]
6.0.0b2
Not secure
--------------------
- Fix move(obj) fires IBeforeObjectMovedEvent after modifying the object [masipcat]
- Error handling: ValueDeserializationError editing registry value [vangheem]
- Handle db transaction closed while acquiring transaction lock [vangheem]
- Handle db transaction closed while acquiring lock [vangheem]
- Handle connection errors on file head requests [vangheem]