Skip to content

Releases: Decipher/jsonapi_views

Release list

8.x-1.2

Choose a tag to compare

@Decipher Decipher released this 09 Aug 09:04

Six bug fixes for cache metadata, OpenAPI resource type discovery, preview URL filters, route build performance, and numeric bundle names, plus GitLab CI and Drupal 10/11 compatibility fixes.

Contributors (7)

deciphered, Anybody, kierancott, jeffschuler, yahyaalhamad, chodec, jacobbell84

Changelog

Issues: 6 issues resolved.

Changes since 8.x-1.1:

Bug

  • fix(#3202583) by yahyaalhamad, deciphered: add views cache settings to response headers, skip view execution for access-denied requests
  • fix(#3265781) by deciphered: add resource type route default for single-bundle views
  • fix(#3376193) by jeffschuler, deciphered: use filter identifier when building preview URL
  • fix(#3484714) by jacobbell84, deciphered: cache resource type names per entity type
  • fix(#3503402) by chodec, deciphered: cast bundle ID to string in route resource type lookup

Task