Pangolin Release Notes
Last updated: Apr 4, 2026
- Apr 4, 2026
- Date parsed from source:Apr 4, 2026
- First seen by Releasebot:Apr 4, 2026
1.17.0
Pangolin releases 1.17 with fuller RBAC, site provisioning keys, log streaming and broader auditing. It also adds region blocking, pending site approvals, identity provider templates, private resource editing, API updates and UI improvements.
Read the Announcement
Read the full announcement with discussion of new features: Pangolin 1.17 - Multiple roles per user, site provisioning keys, log streaming, and more
What's Changed
- Add multiple role assignment for users (full RBAC)
- Add improved role mapping handling during auto-provisioning for identity providers
- Add built-in templates for Google and Azure to global identity providers
- Add region blocking within the rulesets to restrict or allow traffic based on geographic location
- Add site provisioning keys to create sites on first start without pre-generating IDs/Secrets
- Add pending sites page, where new sites created with a provisioning key must be manually approved
- Add editing the identifier of private resources
- Add connection logging of every TCP and UDP session through private resources
- Add SSH sessions to access logs
- Add log/event streaming (SIEM)
- Add domain CRUD endpoints to integration API
- Add endpoint to reset bandwidth to integration API
- Improve persist user locale preference to database
- Fix display actual values for WireGuard site credentials
- General UI improvements
- Various other bug fixes
- Full Changelog: 1.16.2...1.17.0
New Contributors
- @Fizza-Mukhtar made their first contribution in #2573
- @ChanningHe made their first contribution in #2432
- @shreyaspapi made their first contribution in #2524
- @noe-charmet made their first contribution in #2695
- @shleeable made their first contribution in #2653
- @infiniteWays made their first contribution in #2149
- @jaydeep-pipaliya made their first contribution in #2748
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
Original source Report a problem - Apr 4, 2026
- Date parsed from source:Apr 4, 2026
- First seen by Releasebot:Apr 4, 2026
1.17.0-s.4: Merge pull request #2784 from fosrl/dev
Pangolin improves deadlock prevention.
All of your release notes in one feed
Join Releasebot and get updates from Pangolin and hundreds of other software products.
- Apr 3, 2026
- Date parsed from source:Apr 3, 2026
- First seen by Releasebot:Apr 4, 2026
1.17.0-s.3: Merge pull request #2780 from fosrl/dev
Pangolin releases 1.17.0.
- Apr 3, 2026
- Date parsed from source:Apr 3, 2026
- First seen by Releasebot:Apr 4, 2026
1.17.0-s.2: Merge pull request #2778 from fosrl/dev
Pangolin releases 1.17.0-s.2.
- Apr 3, 2026
- Date parsed from source:Apr 3, 2026
- First seen by Releasebot:Apr 4, 2026
1.17.0-s.1: Merge pull request #2777 from fosrl/dev
Pangolin ships 1.17.0-s.1 release.
- Apr 3, 2026
- Date parsed from source:Apr 3, 2026
- First seen by Releasebot:Apr 4, 2026
1.17.0-s.0: Merge pull request #2776 from fosrl/dev
Pangolin releases 1.17.0-s.0, marking a new software update.
- Mar 31, 2026
- Date parsed from source:Mar 31, 2026
- First seen by Releasebot:Apr 1, 2026
1.17.0-rc.0
Pangolin adds release candidate updates with multi-role assignment, better identity provider mapping, built-in Google and Azure templates, region blocking, site provisioning keys and pending site approval, plus richer private resource logging, SIEM streaming, new API endpoints and UI fixes.
RC
A Release Candidate (RC) is a near-final software version, stable but undergoing last tests before official release. It has all features and no known bugs.
Users: Use cautiously due to potential undiscovered bugs. Not for critical systems unless prepared for issues. Report bugs.
Developers/Testers: Perform crucial final validation and thorough testing, especially of recent changes, to catch last-minute major issues.
Backup: Always back up data before installing an RC to allow rollback if problems arise.
Feedback: Provide feedback; it's vital for a robust final release.
What's Changed
- Add multiple role assignment for users
- Add improved role mapping handling during auto-provisioning for identity providers
- Add built-in templates for Google and Azure to global identity providers
- Add region blocking within the rulesets to restrict or allow traffic based on geographic location
- Add site provisioning keys to create sites on first start without pre-generating IDs/Secrets
- Add pending sites page, where new sites created with a provisioning key must be manually approved
- Add editing the identifier of private resources
- Add connection logging of every TCP and UDP session through private resources
- Add SSH sessions to access logs
- Add log/event streaming (SIEM)
- Add domain CRUD endpoints to integration API
- Adding an organization sites bandwidth reset API
- Fix display actual values for WireGuard site credentials
- Improve persist user locale preference to database
- General UI improvements
- Various other bug fixes
Full Changelog: 1.16.2...1.17.0-rc.0
New Contributors
- @Fizza-Mukhtar made their first contribution in #2573
- @ChanningHe made their first contribution in #2432
- @shreyaspapi made their first contribution in #2524
- @noe-charmet made their first contribution in #2695
- @shleeable made their first contribution in #2653
- @infiniteWays made their first contribution in #2149
- @jaydeep-pipaliya made their first contribution in #2748
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
Original source Report a problem - Mar 29, 2026
- Date parsed from source:Mar 29, 2026
- First seen by Releasebot:Mar 30, 2026
1.16.2-s.22: Add chainId to dedup messages (#2737)
Pangolin adds ChainId send-through on sensitive messages.
- Mar 26, 2026
- Date parsed from source:Mar 26, 2026
- First seen by Releasebot:Mar 27, 2026
1.16.2-s.21: Merge pull request #2716 from fosrl/patch-1
Pangolin adds typecasts.
- Mar 26, 2026
- Date parsed from source:Mar 26, 2026
- First seen by Releasebot:Mar 27, 2026
1.16.2-s.20: Merge pull request #2715 from fosrl/batch-band
Pangolin adds batch bandwidth setting for faster bulk updates.