Skip to main content

🎥 How Gousto reduces food waste and increases workforce productivity: Watch on-demand. >

Release Notes HighByte Intelligence Hub Version 2.1
New Features:
  • Added support for application-level redundancy.
  • Added support for Webhook Connector. Supports JSON / XML.
  • Added support for Google Cloud Pub/Sub Connector. Supports outbound only.
  • Added support for Apache Parquet Connector. Supports inbound only.
  • Added support for reading dynamic inputs (inputs that are dependent on other inputs) within the Input definition page.
  • Added support for synchronizing certificates between hubs.
  • Added syntax highlighting for writing expressions.
  • Added support for validating configuration and setting files on runtime start.
  • Added REST API methods for bulk creating inputs/outputs.
  • Updated configuration front-end to Bootstrap v5.0.
  • Updated Connector definition page to show count of inputs/outputs.
  • Updated Flow summary page to contain more textual details.
  • Updated audit log messages
    • Only include what has changed for an updated configuration element.
    • Include object details when new objects are created.
  • Updated Azure IoT Hub Connector to set the content and encoding type of messages to JSON / UTF-8.
  • Updated MQTT Connector
    • Supports dynamic topics based on the value being written.
    • Supports redundant brokers.
  • Updated OPC UA TCP Connector
    • Supports returning an input value as a complex data object consisting of a Value, Quality and Timestamp.
    • Improved performance of importing OPC UA tags.
  • Updated MQTT Sparkplug Connector to support redundant brokers.
  • Updated SQL Connector
    • Supports output updates and upserts.
    • Supports reading JSON based values.
    • Added filter to SQL table explorer.
    • Error message for PostgreSQL when table names with capital letters aren’t wrapped in quotes.
    • Supports PostgreSQL JSON, JSONB, and geo spatial types.
  • Updated REST Client Connector
    • Supports OAuth, PUT command and the ability to ignore server-side certificates.
    • Added support for XML payloads.
  • Updated connection sync to make use of bulk Input/Output API.
Fixes:​​
  • Fixed issue with switching between Host and Remote hubs.
  • Fixed issue with syncing between Remote Hub and Host.
  • Fixed issue with renaming a model's attribute being reflected in any instances based on the model.
  • Fixed REST API issues
    • Prevent user creation of attribute IDs.
    • Fixed inconsistencies with permissions, error and exception status codes, and response fields.
  • Fixed issue where outputs would be invalidated if a flow was set to publish only changes and no changes occurred.
  • Fixed issue with the external logger periodically blocking execution of runtime services.
  • Fixed issue with assigning a unique hub name on the first connection from one hub to another.
  • Fixed issue with prematurely timing out on reading an input via the configuration tool for Connectors that need to subscribe to the data.
  • Fixed issue with using excessive memory when reading values faster than can be written to a connection.
  • Fixed CSV Connector issues
    • The hub would continuously process the same file if indexing was enabled and there was no process or error directory.
    • The hub would not process a file in the event the max rows per read was a multiple of the number of rows in the file.
  • Fixed OPC UA Connector issues
    • No longer expires a secure channel prematurely.
    • No longer raises an exception / error message when closing a session that has already been released by the server.
  • Fixed REST Client Connector issue with failing a response with an empty body message.
  • Fixed issue with MQTT and MQTT Sparkplug Connectors not observing the user-defined request timeout.
  • Fixed issue with multi-thread access and overloaded MQTT outputs.
  • Fixed issues with instances
    • Nested instances were not being referenced using the @ symbol.
    • Only inputs could be selected from reference panel and not other instances.
  • Fixed visual issues with large lists of certificates.
  • Fixed issue so that roles with no claims cannot be created.