Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@miloschwartz miloschwartz released this 06 Apr 17:32
· 7 commits to main since this release
6f683ca

What's Changed

  • Pass share link access token in headers for authenticated access
  • Shorten and prettify share links
    • Old share links will still work (?token= format will eventually is deprecated and will eventually be removed in favor of new link format)
  • Add resource visibility toggle on resources table
  • Use global table search for all tables to search across multiple columns
  • Fix updating admin user email creating new user in system

Full Changelog: 1.1.0...1.2.0

How to Update

Important

Always back up your config app-data before updating. This will allow you to easily roll back if the update breaks your configuration. You will not be able to easily downgrade otherwise.

View documentation

5.2k Stars in 90 Days

April 5th (yesterday) marked 90 days from the initial release and announcement of the Pangolin project. In that time the repository has earned more than 5.2k stars! Thank you to everyone for the support and sharing the project!

Access Token in Headers

When you generate a share link, you have the option to pass the underlying access token in headers. If a valid access token is passed in each request from the client, fully authenticated requests are made through the proxy. Similarly, you can pass the access token in a query param on each request.

Note

This feature requires a Badger (Traefik middleware) plugin version of at least v1.1.0. Our auto-migration script will attempt to update this for you.

SCR-20250406-kfzt