All Versions
24
Latest Version
Avg Release Cycle
61 days
Latest Release
1435 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.11.0 Changes
- ๐ Improves the tests for JSON API response middleware
- โ Document testing best practices
- ๐ Fixes bug #160 in dynamic broken relationships cleanup on response
- โ Adds an excludePortFromLinks option
- โ Adds paging (next, previous) links capability to json api response middleware
-
v3.9.0 Changes
- response-send middleware will now need to be included when setting up Express.js routes. The response-json-api middleware no longer calls
res.send(res.body)
. - ๐ Fixes catalog spec controller routing.
- response-send middleware will now need to be included when setting up Express.js routes. The response-json-api middleware no longer calls
-
v3.8.0 Changes
- Hide
channel.secrets
from /config response
- Hide
-
v3.7.0 Changes
- ๐ Fixes a bug in the CORS headers middleware
- Report upstream source errors, but return cached content anyway
- ๐ Fix redis-search store
- Authorization warns if Authentication failed
- ๐ Fix search request parameter handling
-
v3.5.0 Changes
- Return 401 if channel/platform not active
- Properly return 405 instead of 403 on bad method access.
- ๐ Remove appending port to JSON API links in production environments.
- JSON API compliant error objects.
-
v3.4.1 Changes
- Correct JSON API error responses
-
v3.4.0 Changes
- Resource specification objects must be fetched with full channel object rather than the channel id string
- HTTP DELETE handlers in catalog controllers. _ More compliant JSON API responses.
-
v3.3.0 Changes
- ๐ Handle special case of JSON API links in config response
- ๐ Fixes JSON API response middleware bugs
- Limit attributes assigned to resource object meta
- ๐ Fixes the include=foo query parameter in CatalogListController and CatalogItemController
-
v3.2.2 Changes
- โ Adds a type and id property to config objects for JSON API readiness.
-
v3.2.0 Changes
- ๐ Fixes a promise chaining error
- ๐ Fixes a promise returning warning
- โ Adds a CloudSearch Store