Skip to content

0.13.0

Compare
Choose a tag to compare
@jajm jajm released this 23 Jun 06:31
· 54 commits to master since this release
v0.13.0
70f7436
  • Resources that are created or updated in batch are now indexed in batch. Previously each resource was indexed separately. It allows adapters to optimize the indexing process.
  • Resources that are created or updated are now indexed in a background job in order to not slow down the request. Except when we are already in a background job or a script executed from command line. In that case resources are indexed immediately.