Skip to content

Release 2.8.0

Compare
Choose a tag to compare
@cwlacewe cwlacewe released this 06 May 22:12
· 6 commits to master since this release
aef01c1

What's New

Updated Docker Image

New Neo4J + S3 Query Handler (Experimental)

  • The new query handler takes advantage of our S3 connector and adds Neo4J for metadata store instead of default PMGD.
  • Additional details are available: Neo4J Query Handler, NeoAdd, NeoFind

New mutual TLS support

  • mTLS support was added to the server and Python client while retaining support for running in a TLS only (transport security only, no client authentication) or an insecure mode
  • Additional details are available: VDMS Mutual TLS Support

Add Entity via File Path

  • VDMS can now point to an image/video file accessible by the filesystem instead of storing the blob in the data store. The file could be on the local filesystem or a remote filesystem mounted on the server running VDMS.
  • Additional details are available: Updated AddImage Wiki, Updated AddVideo Wiki

Bug Fixes

Updated documentation in Wiki