Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

We're excited to announce Squirro 2.6.2, released on October 10th, 2018

Contents

Table of Contents
minLevel2
excludeContents

What's in the release?

...

  • Bookmark widget is now called 'Tabsso that the visual and the functional attributes of the widget is clear.
  • Breadcrumb is now a widget in itself. It comes with two modes: Breadcrumbs and Chips. Breadcrumb mode is a pure trail of how the user ended up at a particular state of a dashboard. Chips mode display all the filters in the tag component with a X button. Users can remove any filter from this mode of the widget and the dashboard reloads with the new combination of filters.
  • Navigation Chips is another widget added to the navigation group of widgets. Conceptually, it is configured and functions like Tabs widget. Instead of tabs, it offer toggle-able chips to control the dashboard by query or dashboard store. Main difference between the two is that the 'Tabs' widget will always have 'ALL' tab as the first tab whereas the Navigation Chips widget will not have the ALL tab and no chip will be selected by default.
  • Furthermore, the query behind the Tabs widget and the Navigation Chip widget is not passed to the resettable filters. Which means, now when the users clear all filters, they won't jump back to the 'Home' or the 'All' tab of the Tab widget.

...

Added on Nov 9, 2018 (build 175 – patch 2)

  • SB-140 -  Remove hard dependency on user_information for SSO auth
  • SB-150Table widget count number is not being formatted
  • SB-155 - Helvetia - Disable Highlight not working on Facet Table Widget / Result List
  • SB-156 - fix for hashtags in filenames
  • SB-165 - Prevent Materialize initialization on facet row view
  • SB-166 - Scroll bar issue fix on table widget
  • Fix project template guide loading
  • Add ability to import/export ML model assets. Fix for large project exports.
  • Extend activity tracking

Added on Nov 13, 2018 (build 178 – patch 3)

  • Feature: Disable Drilldown option for all widgets that have a selection mode
  • Fix the returned query bleeding into other widget queries
  • Fix for export/import ML models and pipelets
  • Fix for toolbox building on Windows
  • Default to standard JSON module
  • SB-179 - "Matching pages" column shown without content if highlighting is disabled

Added on Nov 17, 2018 (build 183 – patch 4)

  • SB-182 - Check for `pipeline_workflow_id` or `pipeline_workflow_name` before composing process_config in DocumentUploader
  • Fix guide file persistence

Added on Nov 23, 2018 (build 184 – patch 5)

...

Please follow the regular installation steps

Upgrade Instructions

Warning

Please ensure that your current version is 2.6.1. If you are on a version older than 2.6.1, please contact support.


Expand
title1. Upgrade Storage Nodes and Cluster Nodes collocated on the same machine/VM


Code Block
yum update jre
yum update squirro-storage-node-users
yum update squirro-storage-node
yum update squirro-cluster-node-users
yum update squirro-*




Expand
title2. Upgrade Storage and Cluster Nodes when they are on different servers (and there is only one storage node and one cluster node)

Upgrade the storage node by running:

Code Block
yum update jre
yum update squirro-storage-node-users
yum update squirro-storage-node

Upgrade the cluster node by running:

Code Block
yum update jre
yum update squirro-cluster-node-users
yum update squirro-*




...