Skip to content

v0.3.4

Compare
Choose a tag to compare
@bakura10 bakura10 released this 19 Oct 16:23
· 62 commits to master since this release
v0.3.4
  • ZfrRest now supports coalesce filtering for "hasMany" or "findMany" requests type through the new, optional enable_coalesce_filtering module option. If enabled, ZfrRest will be able to respond to queries like /customers?ids[]=5&ids[]=64, where ids is a configurable primary key name.
  • Fix a bug with entry points. Previously, if you had an entry point configured as "/users", ZfrRest used to match URLs like "/userssssss"