Releases: quintype/quintype-node-framework
Bugfix: Exclude visual stories from AMP infinite scroll
Update Amp Library to support visual story logo in any size
Update Amp Library to support visual story logo in any size
Amp version updated to 2.4.12
v6.1.4 chore(release): 6.1.4
Updated quintype amp dependencies from 2.4.10 to 2.4.11 ⚡
v6.1.2 chore(release): 6.1.2
Upgrade workbox version from 2.1.1 to 6.2.0 via CDN
There is slight change in syntax of new workbox. Users of quintype-node-framework
need to adopt new syntax change in their service worker. Refrence PR for same https://github.com/quintype/madrid/pull/3976/files
Ticket: #201
Update backend version
Updated backend version to fix: quintype/ace-planning#507
Support overriding of response cache header s-maxage from Sketches
Support overriding of response cache header s-maxage from Sketches Proxy.
It is observed that the below requests have a short TTL. We need to add the custom TTL on these
Eg: "/api/, /sitemap/, /rss-feed" etc.
Note: do not override s-maxage for breaking news, qlitics and if the cacheability is Private
We are fetching the s-maxage value from BK for both isomorphic and upstream routes.
Fix for onesignal service worker update
Fix for onesignal service worker update.
Added version to the service worker.
As well as re-register the service worker (onesignal), when config version updates.
Added support for cookies in load data function
Added support for cookies in load data function, used req.cookies, and passing inside the load data.
Ticket - quintype/ace-planning#470
Replace RP with Axios
- Removed deprecated request-promise
- Axios implemented
- Request timeout implemented