Releases: eclipse-openvsx/openvsx
Releases · eclipse-openvsx/openvsx
v0.34.1
This release of Open VSX consists of:
Deploying the server application is documented in the Wiki.
What's Changed
🏕 Features
- feat: add useExtensionDetail hook for managing extension details state by @gnugomez in #1760
- refactor(build): using dynamic imports for admin and extension pages by @gnugomez in #1750
- chore(deps): bump thymeleaf to 3.1.4.RELEASE by @netomi in #1774
- fix: published by label text wraps by @gnugomez in #1765
- feat: Add icon validation to publish event by @autumnfound in #1766
- fix: validate that all file resources are available by @netomi in #1776
- Fix: add download url for errroed extension scans by @netomi in #1778
👒 Dependencies
- build(deps): bump follow-redirects from 1.15.6 to 1.16.0 in /cli by @dependabot[bot] in #1759
- build(deps): bump dompurify from 3.3.2 to 3.4.0 in /webui by @dependabot[bot] in #1768
- build(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.80 to 1.84 in /server by @dependabot[bot] in #1770
- build(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #1775
Full Changelog: v0.34.0...v0.34.1
Frontend Library v0.20.1
Changed
- Reduce size of main bundle by splitting it up in separate chunks that are dynamically loaded (#1750)
- Display download link also for error'ed security scans on scan card (#1778)
Fixed
- Refactor extension detail page to avoid unnecessary data reloads (#1760)
- Fix refreshing of extension readme when switching versions (#1760)
- Fix namespace / publisher column on extension detail page (#1765)
Dependencies
- Bump dompurify from
3.3.2to3.4.0(#1768)
v0.34.0
This release of Open VSX consists of:
Deploying the server application is documented in the Wiki.
What's Changed
🏕 Features
- Fix: make toSearchEntry fail-safe by @netomi in #1751
- Rate Limiting Phase 2 by @netomi in #1698
- Change: improve usage stats collection with a local cache by @netomi in #1755
- Fix: avoid loading extension data multiple times by @netomi in #1756
👒 Dependencies
- build(deps): bump the github-actions group with 3 updates by @dependabot[bot] in #1754
Full Changelog: v0.33.1...v0.34.0
Frontend Library v0.20.0
Added
- Support rate-limit token management in admin dashboard (#1698)
- Support customer membership management in admin dashboard (#1698)
- Support displaying usage stats for customer members (#1698)
- Calculate and display daily p95 usage stats (#1698)
Fixed
- Avoid loading extension data multiple times on the extension detail page (#1756)
CLI v0.10.11
v0.33.1
This release of Open VSX consists of:
Deploying the server application is documented in the Wiki.
What's Changed
Changes
- chore: update devfile commands to use OpenVSX v0.33.0 by @svor in #1722
- Change: make malicious zip file checks a synchronous PublishCheck by @netomi in #1721
- Fix dispatcher race condition when multiple scan jobs are dispatched in one go by @netomi in #1740
- fix: display usage stats in UTC timezone by @netomi in #1747
👒 Dependencies
- chore(deps): bump spring boot to 3.5.13 by @netomi in #1739
- build(deps): bump picomatch from 4.0.3 to 4.0.4 in /webui by @dependabot[bot] in #1720
- build(deps): bump yaml from 1.10.2 to 1.10.3 in /webui by @dependabot[bot] in #1717
- build(deps): bump picomatch from 2.3.1 to 2.3.2 in /cli by @dependabot[bot] in #1719
- build(deps): bump the github-actions group across 1 directory with 7 updates by @dependabot[bot] in #1710
- build(deps): bump io.netty dependency set from 4.2.7.Final to 4.2.12.Final in /server by @dependabot[bot] in #1724
- build(deps): bump brace-expansion from 1.1.12 to 1.1.13 in /cli by @dependabot[bot] in #1725
- build(deps): bump lodash from 4.17.23 to 4.18.1 in /webui by @dependabot[bot] in #1742
- build(deps-dev): bump vite from 7.3.1 to 7.3.2 in /webui by @dependabot[bot] in #1744
- build(deps): bump the github-actions group across 1 directory with 2 updates by @dependabot[bot] in #1743
- build(deps): bump lodash from 4.17.23 to 4.18.1 in /cli by @dependabot[bot] in #1745
Full Changelog: v0.33.0...v0.33.1
Frontend Library v0.19.1
v0.33.0
This release of Open VSX consists of:
Deploying the server application is documented in the Wiki.
What's Changed
🏕 Features
- Migrate to vite for webui by @netomi in #1399
- Check for Retry-After reposonse header when receiving 429 responses from the server by @netomi in #1637
- fix(webui): improve mobile menu item link styling for better usability by @llinq in #1598
- Update secret detection configuration by @janbro in #1645
- Fix: handle empty fullName / email of users when sending emails by @netomi in #1648
- Update name squatting by @janbro in #1646
- Improve wording for empty extension state by @ranjithkumar0556-art in #1641
- feat: adding platform to scan card + some refactoring by @gnugomez in #1650
- Fix duplicate scan job key by @janbro in #1657
- Add more transparent error details to admin UI by @janbro in #1658
- Access token expiry by @amvanbaren in #1513
- Remove Content-Length header from forwarded http header options by @netomi in #1659
- Max Scan Concurrency by @janbro in #1654
- Align entity definition with schema migration and update jooq generated sources by @netomi in #1664
- Remove deprecated content column from FileResource entity by @netomi in #1667
- Fix: update lastUpdatedTime of an Extension when there are changes by @netomi in #1670
- chore: adapt .devfile.yaml to the recent changes by @svor in #1668
- Fix: race condition in GenerateKeyPairJobRequestHandler by @netomi in #1669
- Fix: add size limit when reading data from a zip file entry by @netomi in #1673
- Handle license check within PublishExtensionVersionHandler by @netomi in #1677
- Remove Develocity configuration by @ribafish in #1679
- Fix race condition wrt file caches by @netomi in #1687
- feat: add support for positron engine by @netomi in #1689
- change: do not post reviews when hitting enter, properly align buttons by @netomi in #1690
- Fix: make query more resilient by @netomi in #1697
- chore[devfile]: revert postgresql image in devfile by @svor in #1699
- Fix: gracefully handle case of file resources without extension version by @netomi in #1706
- chore: bump spring boot to 3.5.12 by @netomi in #1714
- fix: make error dialog link visible on white background by @JudyLipinski in #1712
- Feat: improve access token expiry by supporting sending an email when tokens have expired by @netomi in #1701
- fix: display an accurate number of total hits for search by @netomi in #1716
👒 Dependencies
- build(deps): bump ajv from 6.12.6 to 6.14.0 in /cli by @dependabot[bot] in #1632
- build(deps): bump tar from 7.5.7 to 7.5.9 in /cli by @dependabot[bot] in #1624
- build(deps): bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /webui by @dependabot[bot] in #1638
- build(deps): bump tar from 7.5.7 to 7.5.9 in /webui by @dependabot[bot] in #1639
- build(deps): bump rollup from 4.53.1 to 4.59.0 in /webui by @dependabot[bot] in #1647
- build(deps): bump underscore from 1.13.6 to 1.13.8 in /cli by @dependabot[bot] in #1656
- build(deps): bump the github-actions group across 1 directory with 6 updates by @dependabot[bot] in #1660
- build(deps): bump tar from 7.5.9 to 7.5.10 in /cli by @dependabot[bot] in #1666
- build(deps): bump tar from 7.5.9 to 7.5.10 in /webui by @dependabot[bot] in #1665
- build(deps): bump dompurify from 3.2.4 to 3.3.2 in /webui by @dependabot[bot] in #1671
- build(deps): bump tar from 7.5.10 to 7.5.11 in /webui by @dependabot[bot] in #1678
- build(deps): bump tar from 7.5.10 to 7.5.11 in /cli by @dependabot[bot] in #1681
- build(deps): bump flatted from 3.3.1 to 3.4.2 in /cli by @dependabot[bot] in #1703
- build(deps): bump flatted from 3.3.1 to 3.4.2 in /webui by @dependabot[bot] in #1702
New Contributors
- @llinq made their first contribution in #1598
- @ranjithkumar0556-art made their first contribution in #1641
- @JudyLipinski made their first contribution in #1712
Full Changelog: v0.32.3...v0.33.0
Frontend Library v0.19.0
Added
- Add support for
positronengine in the extension detail view and filter out unknown engines (#1689)
Changed
- Switch from webpack to vite for building the bundle (#1399)
- Add more target information and useful links to scan card (#1650)
- Do not post a review when hitting enter anymore (#1690)
Fixed
- Check
Retry-Afterhttp header when receiving429responses from the server (#1637) - Menu items link clicks now capture the whole menu item area (#1598)
- Fix color of error links in
ErrorDialogto make them visible (#1712)