v0.2.12.0
Added
- Embed associations, e.g.
/film?select=*,director(*)
- @ruslantalpa - Filter columns, e.g.
?select=col1,col2
- @ruslantalpa - Does not execute the count total if header "Prefer: count=none" - @diogob
Fixed
- Tolerate a missing role in user creation - @calebmer
- Avoid unnecessary text re-encoding - @ruslantalpa