Skip to content

Releases: kerberos-io/hub

hub-0.54.3

23 Jul 10:52
Compare
Choose a tag to compare

Minor changes

  • Roles: add ability to enable/disable videowall by role level
  • Videowall: fix for showing videowalls of non-owner users.

Release

hub-0.54.2

02 Jul 15:07
Compare
Choose a tag to compare

Minor changes

  • Videowall: we now generate a short link which is easier to share with others, in future we will add custom links (link colission).
  • Videowall: permissions to disable specific features of the live views.
  • Videowall: Show/hide header to increase the the size of the viewport.
  • Watchlist: exporting media through tasks on watchlist page was broken.
  • Liveview: added support for digital zoom.
  • Classification: add support for colour detection.

Release

hub-0.54.1

11 Jun 08:37
Compare
Choose a tag to compare

Major changes

  • Within release we have added the videowall feature that allows providing access to external users and devices
    1. Create one or more video walls with different camera selections
    2. Ability to secure the video wall with a passcode
    3. Ability to activate or disable a videowall
    4. Sharing of the video wall by copy/paste the encrypted videowall url

Videowall protected

Videowall overview

Minor Changes

  • Optimisation for the sprite and thumbnail micro services. Those microservices will now download media directly though the storage provider other than through Kerberos Vault.

Release

hub-0.54.0

15 May 14:21
Compare
Choose a tag to compare

Minor Changes

  • Support of SSO enforcements for domains: when a domain is created, with SSO configured, it is now possible to force the usage of SSO. By enabling the forceSSO feature (in the database or through env variables), users will no longer be able to specify username and password, the only way to sign in, is to use the continue with SSO button.
  • Enable quality for thumbnail generation with new levels, 1 (best) to 31 (worst). We have broken this in previous version due to implementation of a new thumbnail and sprite generation mechanism.

Release

hub-0.53.0

24 Apr 17:44
Compare
Choose a tag to compare

Minor Changes

  • Fix for SSO (database settings) and claimId feature. Now you can select the desired claim to be used for user authentication. Claim IDs might different from IDP to IDP, so hence we have made this configurable. Please read more on the documentation: https://doc.kerberos.io/hub/sso/ for configuration.

Release

hub-0.52.0

19 Mar 21:02
Compare
Choose a tag to compare

Major Changes

  • Export feature allowing to bulk export recordings into a zip file. An upgrade from Kerberos Vault is required (1.0.1218231161 or later). A new version of pipe-analysis has been released which is required for the export feature (make sure to update to 1.0.6426898456), only recordings uploaded after this change will be shown in the export UI.
  • Force MFA, an account (sub user) can have the force MFA enabled, this will make sure MFA is enabled on login (and if not it will be forced to setup a MFA token).
  • A new license method has been implemented, which require a new license to be created. Please reach out to [email protected].

Minor Changes

  • Tasks have been reimplemented, and is now asynchronously archived (similar to export feature).
  • SSO settings are now stored in the settings collection as well.
  • SSO detection for domain feature.

Release

hub-0.51.1

29 Feb 13:01
3396038
Compare
Choose a tag to compare

Major Changes

  • We have added support for AMQPS in the RabbitMQ integration. This was added to all the pipeline servers and Kerberos Vault.
  • We have upgraded support for MongoDB 5.x, 6.x and beyond. We currently are using the official mongodb driver.
  • Implementation of a new license verification, you will need to receive a new license.

Release

hub-0.50.0

12 Feb 07:21
2cfd57e
Compare
Choose a tag to compare

Minor Changes

  • Various UI and bug fixes in the front end: profile page, role page, analytics page, etc.
  • Implementation of multi SSO domains. You can now connect multiple OIDC providers linked to a domain. Depending on the domain @google.com or @yourcompany.com the user will be guided through the SSO process.
  • Ability to embed Kerberos Hub into an existing application through SSO chaining. Authentication token (oauth2) is forwarded to the Kerberos Hub application, which automatically validates or reject the token, and seamless login the user.
  • Performance increase of thumbnail generation and significant reduced size.
  • Support for IO triggering through alerts. ONVIF configured Kerberos Agents will pull IO configuration from the camera and forward it to Kerberos Hub. The Kerberos Agent act as a gateway for triggering the IO pins.
  • New chart layouts for better UX and rendering.

Major Changes

  • Performance increase due to front-end version upgrade (Angular).
  • Performance increase due to MongoDB driver update, we do support latest MongoDB version. kerberos-io/roadmap#58

Release

hub-0.48.0

10 Nov 14:48
d499d7b
Compare
Choose a tag to compare

Minor Changes

  • We've implemented a semantic search (based on OpenAI and langchain) allowing you to translate human readable text to predefined search filters.
  • Design fixes on dashboard, limiting cameras list to 5 items.
  • Implement videojs player on camera page + add sprites.
  • Add feature permissions on device level. Now you can define access on role level and device level. You can disable remote configuration and PTZ functions.
  • Fix clear filter on the media page.
  • Sort camera list alphabetically, add new icon opening the live view.
  • Opening a multi select filter, will now auto-focus in the search filter.
  • Change site selection behaviour: when selecting the site filter, it will select the desired cameras (and no longer filter it).
  • Improve white labeling: there were still a few "kerberos" references in the application.
  • New implementation of MQTT, we now have a single topic subscription which we use for end-to-end encryption. kerberos-io/agent@0c70ab6

Major Changes

  • Implementation of end-to-end encryption. Now it's possible to provide asymmetric and symmetric keys to encrypt remote actions such as live streaming and PTZ. This means that you'll need to provide a passphrase (on top of your MFA) to decrypt using RSA and AES. kerberos-io/roadmap#1

Screenshot 2023-11-10 at 15 33 09

Release

hub-0.47.4

02 Oct 07:53
d499d7b
Compare
Choose a tag to compare

Minor Changes

  • While forwarding items from one Kerberos Vault to the other Kerberos Vault, with thumbnail generation enabled, Kerberos Hub showed the thumbnail twice.
  • An issue in monitor queue has been fixed when forwarding recordings from one Kerberos Vault to the other Kerberos Vault. This caused to error the pipe and drop the message.

Release