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 acceptapplication/json
as well. Please make sure you setContent-Type
headers in your requests appropriately.
Docker
What's Changed
- Feature/hibernate by @hohonuuli in #9
New Contributors
- @hohonuuli made their first contribution in #9
Full Changelog: 0.5.2...1.0.0