Skip to content

Releases: quintype/quintype-node-framework

Bugfix: Exclude visual stories from AMP infinite scroll

25 Nov 13:27
Compare
Choose a tag to compare

Update Amp Library to support visual story logo in any size

11 Oct 07:28
Compare
Choose a tag to compare

Update Amp Library to support visual story logo in any size

Amp version updated to 2.4.12

04 Oct 10:24
Compare
Choose a tag to compare
v6.1.4

chore(release): 6.1.4

Updated quintype amp dependencies from 2.4.10 to 2.4.11 ⚡

17 Sep 05:00
Compare
Choose a tag to compare

Upgrade workbox version from 2.1.1 to 6.2.0 via CDN

30 Aug 07:15
Compare
Choose a tag to compare

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

25 Aug 10:41
Compare
Choose a tag to compare

Updated backend version to fix: quintype/ace-planning#507

Support overriding of response cache header s-maxage from Sketches

13 Aug 11:39
Compare
Choose a tag to compare

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

11 Aug 09:21
Compare
Choose a tag to compare

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

29 Jul 10:47
Compare
Choose a tag to compare

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

22 Jul 06:30
Compare
Choose a tag to compare
  • Removed deprecated request-promise
  • Axios implemented
  • Request timeout implemented