Releases: eclipse/openvsx
v0.32.3
This release of Open VSX consists of:
Deploying the server application is documented in the Wiki.
What's Changed
🏕 Features
- Improve error handling in VSCodeAPI wrt file resources by @netomi in #1625
- Check if the IP address string can be resolved to an IPv4 address by @netomi in #1627
- Ensure temporary extension files are deleted during publication by @netomi in #1628
Full Changelog: v0.32.2...v0.32.3
v0.32.2
This release of Open VSX consists of:
Deploying the server application is documented in the Wiki.
What's Changed
🏕 Features
Full Changelog: v0.32.1...v0.32.2
v0.32.1
This release of Open VSX consists of:
Deploying the server application is documented in the Wiki.
What's Changed
🏕 Features
Full Changelog: v0.32.0...v0.32.1
v0.32.0
This release of Open VSX consists of:
Deploying the server application is documented in the Wiki.
What's Changed
🏕 Features
- Support removing arbitrary reviews for admins by @netomi in #1403
- Cleanup cli script by @netomi in #1538
- Add support for GfM alerts by @idleberg in #1535
- Support custom registry url with a subpath by @netomi in #1542
- Disable scripts by default for yarn by @netomi in #1546
- feat: support customizing the publisher agreement name and contact email by @gnugomez in #1550
- Fix searching by publisher by @netomi in #1578
- Redirect to
/erroronly for html pages, not api calls by @netomi in #1577 - Improve search result relevance by not boosting fuzzy matches anymore by @netomi in #1579
- Suppress MediaTypeNotSupportedException in server logs by @netomi in #1580
- Dependency and build updates by @netomi in #1586
- Security Check Framework by @netomi in #1529
- feat(webui): display extension unique identifier by @Pranav-0440 in #1590
- Cleanup MigrationItemJob by @netomi in #1587
- Use Version catalog by @netomi in #1594
- Add support for analysing fastly log files by @netomi in #1599
- Consistently use javax.annotations package for Nullable and Nonnull annotations by @netomi in #1600
- Simplify sonar workflow to only analyse master branch and enable gradle dependency submission by @netomi in #1601
- Submit scanning jobs in a fail-safe manner by @netomi in #1606
- Add download metrics for Prometheus by @netomi in #1607
- Migrate deprecated javax.annotation to jakarta.annotation by @netomi in #1609
- Crash at startup when local storage directory is not writable by @Pranav-0440 in #1603
- Evict namespace details json cache after membership change by @netomi in #1615
- Log if a user deletes an extension by @netomi in #1616
- Implement dynamic tier-based rate limiting by @netomi in #1569
- feat: adding admin logs to the backoffice by @gnugomez in #1582
👒 Dependencies
- build(deps): bump lodash from 4.17.21 to 4.17.23 in /webui by @dependabot[bot] in #1557
- build(deps): bump react-router from 6.23.1 to 6.30.2 in /webui by @dependabot[bot] in #1532
- build(deps): bump lodash from 4.17.21 to 4.17.23 in /cli by @dependabot[bot] in #1567
- build(deps): bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /cli by @dependabot[bot] in #1583
- build(deps-dev): bump webpack from 5.94.0 to 5.104.1 in /webui by @dependabot[bot] in #1593
New Contributors
- @idleberg made their first contribution in #1535
- @Pranav-0440 made their first contribution in #1590
Full Changelog: v0.31.0...v0.32.0
Frontend Library v0.18.0
Added
- Support removing reviews by admins (#1403)
- Support for GitHub flavored markdown alerts (#1535)
- Support customizing the publisher agreement name and contact email (#1550)
- Display the unique identifier on the extension details page (#1590)
- Add admin pages to edit / view data for dynamic rate limits (#1569)
- Add ability to browse admin logs via the admin dashboard (#1582)
Changed
- Disable the automatic execution of lifecycle scripts by yarn (#1546)
Dependencies
CLI v0.10.9
v0.31.0
This release of Open VSX consists of:
Deploying the server application is documented in the Wiki.
What's Changed
🏕 Features
- Upgrade to Java 25 by @amvanbaren in #1446
- chore(deps): bump apache:tika to 3.2.2 version by @svor in #1462
- cli 0.10.8 unreleased by @amvanbaren in #1465
- Fix gatling configuration / setup after upgrade to Java 25 by @netomi in #1461
- Fix Gatling tests by @amvanbaren in #1466
- Cleanup sonar workflow by @netomi in #1468
- Create issue template config by @netomi in #1472
- Fix: coalesce the max download count in case the database is empty by @netomi in #1444
- Update mocha and rimraf dev dependencies by @netomi in #1473
- Improve CI workflow by @netomi in #1475
- Search by publisher by @amvanbaren in #1447
- Fix order of parameters passed in the NamingUtil by @netomi in #1455
- Reduce log verbosity of ExpireFileListener to DEBUG instead of INFO by @netomi in #1481
- Only build docker images if respective files have changed by @netomi in #1483
- Only print the error result message when publishing an extension fails by @netomi in #1485
- Properly URI decode wildcard paths from URL endpoints by @netomi in #1484
- Properly validate MAX_CONTENT_SIZE when publishing extensions by @netomi in #1458
- Ensure to retrieve and display up-to-date publisher agreement status by @netomi in #1445
- Add support for CDN front URL configuration for storage providers by @netomi in #1452
- Add AwsDownloadCountService by @netomi in #1451
- Update glob and jws transitive dependencies by @netomi in #1482
- Release v0.31.0 by @amvanbaren in #1492
- Fallback for unsupported gallery color by @netomi in #1508
- Update qs dependency to 6.14.1 by @netomi in #1520
- Pin remaining workflows by @netomi in #1521
- Fix login of blocked users by @netomi in #1527
- Add publishing workflow for CLI by @netomi in #1525
- Add publishing workflow for frontend library by @netomi in #1526
- Improve release workflow by @netomi in #1528
👒 Dependencies
- Bump jws from 3.2.2 to 3.2.3 in /cli by @dependabot[bot] in #1460
- build(deps): bump glob from 10.4.1 to 10.5.0 in /webui by @dependabot[bot] in #1474
- build(deps): bump the github-actions group with 8 updates by @dependabot[bot] in #1476
- build(deps): bump qs from 6.12.0 to 6.14.1 in /cli by @dependabot[bot] in #1516
- build(deps): bump the github-actions group across 1 directory with 4 updates by @dependabot[bot] in #1512
Full Changelog: v0.30.0...v0.31.0
Frontend Library v0.17.1
Dependencies
- Upgrade
rimraffrom6.0.1to6.1.2 - Upgrade
@playwright/testfrom1.49.0to1.55.1 - Upgrade
mochafrom10.8.2to11.7.5 - Upgrade
ts-mochafrom10.0.0to11.1.0 - Add
ts-nodeversion10.9.2
CLI v0.10.8
v0.30.0
This release of Open VSX consists of:
Deploying the server application is documented in the Wiki.
What's Changed
- feat: Update OpenVSX Publisher agreement to v1.1 for dev document by @autumnfound in #1364
- feat: Add IRSA and session token support to AWS Storage Service by @achdmbp in #1327
- Bump js-yaml from 4.1.0 to 4.1.1 in /cli by @dependabot[bot] in #1417
- Bump glob from 10.3.10 to 10.5.0 in /cli by @dependabot[bot] in #1423
- feat: centering banner button by @gnugomez in #1405
- Allow admins to revoke a user's Personal Access Token by @amvanbaren in #1415
- Fix: correctly reference the request body class for the
/api/user/namespace/createoperation by @netomi in #1414 - Fix refreshing eclipse oauth2 token by @netomi in #1388
- Add scorecard workflow and update badges / logo by @netomi in #1422
- Fix: handle duplicate extensions included in search results by @netomi in #1408
- Bump js-yaml from 4.1.0 to 4.1.1 in /webui by @dependabot[bot] in #1424
- Add configuration setting to disable automatic storage migration by @netomi in #1425
- Publisher remove extension by @amvanbaren in #1366
- Bump cli version by @amvanbaren in #1431
New Contributors
- @achdmbp made their first contribution in #1327
- @gnugomez made their first contribution in #1405
- @netomi made their first contribution in #1414
Full Changelog: v0.29.1...v0.30.0