Releases: quintype/quintype-node-backend
fix(bulk request): POST bulk to a get
Localhost was erroring out with a 5** response code for Bulk POST to GET.
It was figured that the api consumes JSON & text content which are serialized via trial and error
v2.3.3
What's Changed
- Handling null SectionId issue for relatedStoriesApi by @VeenaYemmiganur in #83
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- Add. limit & offset for Related stories infinite scroll by @VeenaYemmiganur in #82
New Contributors
- @VeenaYemmiganur made their first contribution in #82
Full Changelog: v2.3.1...v2.3.2
Implement axios toggle
Axios can be toggled here, can be overridden using scripts or BlackKnight
What's Changed
- fix(axios): Toggle axios by @Jeevan-Kishore in #79
Full Changelog: v2.3.0...v2.3.1
Implement request fallback for network calls (deprecated)
This version is deprecated, please update to the versions above
fix: request function error handling
request function was returning error object as a response, as the response was 200. Added a check if response.status (status inside response object) is 404 to throw an exception instead of returning error object
Replace RP with Axios
- Deprecated RP is replaced by axios #64
- Request timeouts implemented, capped to 2s
standardize lint
We have noticed getting lint changes based on system preference. To avoid this we are standardizing the lint across malibu libraries
Include collection cache keys and collection type to nested collection items
Include collection cache keys and collection type to nested collection items. This will be used by quintype-node-framework to build cache keys for a page so that when a collection gets updated the cache gets cleared and the changes gets reflected on the front-end - https://github.com/quintype/itsman/issues/7411
Support nested collection items limit.
Support nested collection items limit - https://github.com/quintype/ace-planning/issues/18