Skip to content

vampire-squid 1.0.0

Latest
Compare
Choose a tag to compare
@hohonuuli hohonuuli released this 15 Feb 23:56
· 13 commits to main since this release
e49c58e

This is a major update to vampire-squid, the VARS video-asset manager micro service. If you are running an existing VARS installation, you will need to upgrade your database schema to work with this release. If you need the upgraded Schema, please create and issue and we will work with you provide that for your database. Otherwise you can continue using version 0.5.2. A few notable changes:

  • The default routes no longer include vam as part of the context path. So now instead of http://localhost:8080/vam/v1, the base route is http://localhost:8080/v1
  • Swagger docs are included at /docs (e.g. http://localhost:8080/docs)
  • We have added auditing tables all track changes
  • Previously many POST/PUT routes only accepted application/x-www-form-urlencoded content. Most will now accept application/json as well. Please make sure you set Content-Type headers in your requests appropriately.

Docker

What's Changed

New Contributors

Full Changelog: 0.5.2...1.0.0