Release 2.8.0
What's New
Updated Docker Image
- Docker image is available on Dockerhub
- Users have the ability to override the default parameters in config-vdms.json. See Environment Variable in Docker Container for more information
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