Skip to content

v0.1.7

Choose a tag to compare

@rustyconover rustyconover released this 02 Mar 22:43
· 110 commits to main since this release

What's Changed

  • Cache-Control headers on GET pages: Landing page and describe page now return Cache-Control: no-cache, no-store, must-revalidate, max-age=0 to prevent browser caching. POST endpoints are unaffected.
  • Landing page layout: Moved "Powered by vgi-rpc" info from the page body into the footer for a cleaner layout.