Skip to content

@datawheel/canon-cms@0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@davelandry davelandry released this 04 Jun 21:52
· 3112 commits to master since this release

This release brings in full tesseract support to the cms!

Additionally, canon-cms no longer improperly borrows CANON_LOGICLAYER_CUBE as a way to designate where data lives. Users should now use CANON_CMS_CUBES to designate a mondrian or tesseract endpoint.

🔥BREAKING 🔥
CANON_CMS_CUBES originally expected a path like path.com/cubes because it was used for fetching cube metadata. From now on, CANON_CMS_CUBES should be set only to the base path for mondrian or tesseract, (path.com), because the /cubes suffix is now added internally to fetch metadata in the appropriate place.

  • fixes bug in ID ordering for tesseract (44b13e2)
  • updates tesseract-client (73282d3)
  • adds different paths for different clients (36bfb2c)
  • updates package lock (ce27083)
  • adds framework in cmsroute for tesseract/mondrian (7d2b667)
  • adds tesseract to package lock (d61e6ae)