This version includes cleanup, internal refactoring, and infrastructure updates.
๐ Privacy Improvements
- Removed Telemetry Collection (PR #1327)
- All telemetry data collection has been completely removed from the extension
- No data is being collected or sent to any analytics services
- Telemetry functions have been replaced with no-op functions that only log debug messages
- This change improves user privacy while maintaining all extension functionality
๐ง Technical Improvements
- DNS Resolution Refactoring (PR #1302)
- Improved internal implementation by migrating from
ipfs.dns
toipfs.resolve
- Enhanced reliability of IPNS resolution
- This is an internal change that maintains the same user experience with improved code quality
- Improved internal implementation by migrating from
๐งช Testing & Infrastructure
-
End-to-End Test Improvements (PR #1308)
- Fixed and updated E2E tests to ensure proper functionality across browsers
- Improved test reliability and coverage
-
CI Pipeline Updates
- Updated GitHub Actions upload-artifact to v4 (PR #1325)
- Updated stale issue workflow configuration
๐ Full Changelog
- 70790a3 fix: remove countly (#1327)
- c22c558 chore(ci): update upload-artifact action to v4 (#1325)
- 7ca6433 chore: Update .github/workflows/stale.yml [skip ci]
- 659b797 refactor: ipfs.dns โ ipfs.resolve (#1302)
- 6f17967 fix(test): ๐ง Making e2e Tests work again. (#1308)
New Contributors
Full Changelog: v3.1.0...v3.2.0
Installation
Alternative: use prebuilt artifacts attached to this release, or build and install it manually.
This release was brought to you by the Shipyard team.