Skip to content

Releases: kerberos-io/hub

hub-0.47.3

17 Sep 14:06
d499d7b
Compare
Choose a tag to compare

Minor Changes

  • Profile page: update timezone components has been tweaked.
  • General: better UI for read-only components.
  • Remote Configuration: now Kerberos Agents as of 24136f8 or later, have remote configuration enabled. As of now you can change the camera name, RTSP connection, ONVIF connection and modify the region of interest.

Release

hub-0.47.2

31 Aug 11:03
d499d7b
Compare
Choose a tag to compare

Minor Changes

  • Site detail page: a new tab showing the livestreams of the cameras connected to that site.
  • PTZ Onboard presets: as in previous release where we've added a custom PTZ layer, we've integrated the onboard PTZ presets as well (Kerberos Agent required to be ecabc47 or later.)
  • Small UI tweaks here and there.

Release

hub-0.47.1

28 Aug 12:31
473ee3a
Compare
Choose a tag to compare

Minor Changes

  • Function based access: depending on the user role, you can now disable or enable specific permissions.
  • PTZ presets: you can define one or more presets, and enable those through the live view. We do support Absolute PTZ and Continuous PTZ through polling. Kerberos Agent required to be 410a62e or later.

Release

hub-0.47.0

02 Jun 20:03
Compare
Choose a tag to compare

Minor Changes

  • Improved live view player: added full screen option, optimised PTZ controls.
  • Pipeline optimisations: dominantcolor and sprite imaging.
  • Domain MFA issue while signing in.
  • Time window login: allow users only to access the application during specific time windows.
  • Reset filter option on media page.
  • Resetting share recording modal on completion.
  • Alerts were not triggered when setup by an (sub) account.

Release

hub-0.46.0

13 Apr 13:14
Compare
Choose a tag to compare

Minor Changes

  • Cleanup: analysis collection was not cleaning up correctly. When a user was deactivated, not all data was removed.
  • Watchlist: sprite and thumbnails were not shown correctly on the watchlist page.
  • Emails: an issue when selecting the SMTP mail provider, emails were not send properly.
  • Duplicate days: date array of a users contains duplicate dates (might occur due to DB issues).
  • Media page: Allow nested search of classified objects.
  • Media page: When signed in through a non-owner user, refreshing the sequence page, showed no recordings (blank page).
  • Add Prometheus SDK (WIP): some microservices in kerberos-pipeline have already integrated the Prometheus SDK.
  • A Kerberos Hub Grafana dashboard was created showing the execution times of some microservices.

Screenshot 2023-04-13 at 15 17 40

Major Changes

  • Optimise support for RabbitMQ (working with manual ACKs), but support for pipeline microservices that rely on Python.

Release

hub-0.45.0

26 Mar 18:38
Compare
Choose a tag to compare

Minor Changes

  • Add domain field on login screen, when multiTenant set to true and navigating to tenantBaseDomain.
  • Added environment variable which allows to add a banner to the top of application: production, develop, demo, staging or acceptance.

Major Changes

  • Full support for RabbitMQ.

Release

hub-0.43.0

24 Mar 12:19
Compare
Choose a tag to compare

Minor Changes

  • Added resource parameter to the helm chart, you can now customise your own resource limits and requests.
  • Tasks page now include the sprite and thumbnail. Both sprite and thumbnail are copied to the archive provider for infinite persistence.
  • Dashboard camera overview: we now show a list of available cameras and their uptime.
  • Translation of specific keywords for private edition was updated "Kerberos Agent" > "Camera".
  • When switching between two user sessions (logout > login), we cleaned up the state object which clears out all information from previous session.
  • Add additional logging to several pipeline services and Hub API, for better debugging.
  • Account page: username missing when using in multiTenant mode.

Major Changes

  • Partial support for RabbitMQ. Most pipeline services have been migrated and now support RabbitMQ. We'll be supporting SQS, Kafka and RabbitMQ (upcoming release).

Release

hub-0.42.0

07 Mar 13:42
Compare
Choose a tag to compare

Minor Changes

  • Digital zoom + pan/tilt is now using SHIFT+MouseEvent, to make sure the page is no longer stuck.
  • Analytics page we are hiding the heatmaps for now (a more efficient approach will be add).
  • Online cameras/sites is not showing the actual state, this has been fixed.
  • When thumbnail is not created properly we'll show the original recording instead of a placeholder.
  • Removed How-To-Videos, and should not be made visible on private installations, we will add new videos in the near future.

Major Changes

  • Day overview: a new page was added, which allows a user to browse through an entire day of events. This behaviour is achieved due to creating a M3U8 file of fragmented recordings.
    • Special note this is not working on Safari for the time being.
    • Make sure to upgrade Kerberos Vault to the latest version or later than: kerberos/vault:1.0.797789961
    • Make sure Kerberos Agents have Fragmented recording turned on, otherwise the player will not work.

Release

hub-0.41.0

20 Feb 10:33
Compare
Choose a tag to compare

Minor Changes

  • Kerberos Vault reset configuration settings (once filled in, wasn't possible to remove)
  • Ability to specify classification list through MongoDB settings
  • Customize navigation menu by providing custom links (title + url)
  • Watch list filter: unwatched and watched notifications
  • Tasks: filter on assignee (my tasks overview)
  • Register: force username to be lowercase or (-_).
  • Login: Make username uppercase insensitive.
  • Updating profile page throws error when non owner account.
  • Ability to set a friendly name in the Kerberos Agent, which reflects in Kerberos Hub (Kerberos Factory)
  • Remove non-relevant metrics for guests, editor, .. (Average Bandwidth)
  • Private installation allow to forgot password.

Major Changes

  • Tasks: transfer thumbnails and sprites to archive bucket as well, make sure to show thumbnail in task overview (instead of video).
  • Camera page: utilisation metrics + prepare for remote configuration (hub -> agent). (Update Kerberos Agent to latest release)
  • Add new API for full-day overview, UI will be prepared and made available in next release.

Release

hub-0.39.1

05 Jan 11:37
11b56f2
Compare
Choose a tag to compare

Minor Changes

  • Bug in GetMedia timeout (fixed time.Second)

Major Changes

  • Introduce motion region searching on media page.

Release