Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-01 | 6.0 kB | |
v0.25.0 source code.tar.gz | 2025-06-01 | 11.9 MB | |
v0.25.0 source code.zip | 2025-06-01 | 12.4 MB | |
Totals: 3 Items | 24.3 MB | 0 |
This release of Open VSX consists of: * ovsx CLI * openvsx-webui frontend library * openvsx-server Docker image * openvsx-webui Docker image
Deploying the server application is documented in the Wiki.
What's Changed
- Use publisher agreement after signing by @amvanbaren in https://github.com/eclipse/openvsx/pull/1178
- Automate namespace claim process by @amvanbaren in https://github.com/eclipse/openvsx/pull/1179
- Always enqueue RemoveFileJobRequest by @amvanbaren in https://github.com/eclipse/openvsx/pull/1181
- Fix artifact poisoning by @amvanbaren in https://github.com/eclipse/openvsx/pull/1186
- Run server tests conditionally by @amvanbaren in https://github.com/eclipse/openvsx/pull/1192
- Update Sonar github action by @amvanbaren in https://github.com/eclipse/openvsx/pull/1188
- Add workflow permissions by @amvanbaren in https://github.com/eclipse/openvsx/pull/1189
- Update yarn to 4.9.1 by @amvanbaren in https://github.com/eclipse/openvsx/pull/1190
- Use format specifiers by @amvanbaren in https://github.com/eclipse/openvsx/pull/1193
- Fix peer requirements by @amvanbaren in https://github.com/eclipse/openvsx/pull/1191
- Use dedicated exceptions by @amvanbaren in https://github.com/eclipse/openvsx/pull/1194
- Update server dependencies by @amvanbaren in https://github.com/eclipse/openvsx/pull/1195
- Conditional logging by @amvanbaren in https://github.com/eclipse/openvsx/pull/1196
- Expected the Promise rejection reason to be an Error. by @amvanbaren in https://github.com/eclipse/openvsx/pull/1197
- Add default case to switch by @amvanbaren in https://github.com/eclipse/openvsx/pull/1198
- Don't use Stream.peek by @amvanbaren in https://github.com/eclipse/openvsx/pull/1199
- Catch Exception instead of Throwable by @amvanbaren in https://github.com/eclipse/openvsx/pull/1200
- Add missing @Override annotations by @amvanbaren in https://github.com/eclipse/openvsx/pull/1201
- Remove exception in method declaration by @amvanbaren in https://github.com/eclipse/openvsx/pull/1202
- Replace "as" with upper case format "AS" by @amvanbaren in https://github.com/eclipse/openvsx/pull/1203
- Set defaultValue for boolean by @amvanbaren in https://github.com/eclipse/openvsx/pull/1204
- Remove unused imports by @amvanbaren in https://github.com/eclipse/openvsx/pull/1205
- Reduce complexity queryV2 method by @amvanbaren in https://github.com/eclipse/openvsx/pull/1206
- Reduce complexity upstream browse method by @amvanbaren in https://github.com/eclipse/openvsx/pull/1207
- Reduce complexity upstream asset method by @amvanbaren in https://github.com/eclipse/openvsx/pull/1208
- Use SLF4J fluent API by @amvanbaren in https://github.com/eclipse/openvsx/pull/1209
- Reduce getWebResource complexity by @amvanbaren in https://github.com/eclipse/openvsx/pull/1210
- Reduce OrphanNamespaceMigration complexity by @amvanbaren in https://github.com/eclipse/openvsx/pull/1211
- Reduce DataMirrorJobRequestHandler complexity by @amvanbaren in https://github.com/eclipse/openvsx/pull/1212
- Reduce ExtensionVersionHandler complexity by @amvanbaren in https://github.com/eclipse/openvsx/pull/1213
- Reduce DatabaseSearchService complexity by @amvanbaren in https://github.com/eclipse/openvsx/pull/1214
- Reduce AzureDownloadCountService complexity by @amvanbaren in https://github.com/eclipse/openvsx/pull/1215
- Reduce UrlUtil complexity by @amvanbaren in https://github.com/eclipse/openvsx/pull/1216
- Reduce toExtensionVersionJsonV2 complexity by @amvanbaren in https://github.com/eclipse/openvsx/pull/1217
- Fix missing files migration by @amvanbaren in https://github.com/eclipse/openvsx/pull/1218
- Fix deprecated method calls by @amvanbaren in https://github.com/eclipse/openvsx/pull/1219
- Move PAT functionality from util.ts to login.ts by @amvanbaren in https://github.com/eclipse/openvsx/pull/1220
- Make feed names constant by @amvanbaren in https://github.com/eclipse/openvsx/pull/1221
- Split command and options by @amvanbaren in https://github.com/eclipse/openvsx/pull/1222
- Reduce nested functions in zip.ts by @amvanbaren in https://github.com/eclipse/openvsx/pull/1223
- Enable XML secure processing feature to prevent XXE attacks by @amvanbaren in https://github.com/eclipse/openvsx/pull/1224
- Move personal access token functionality to pat.ts by @amvanbaren in https://github.com/eclipse/openvsx/pull/1225
- Use yauzl-promise instead of yauzl by @amvanbaren in https://github.com/eclipse/openvsx/pull/1226
- decrease cognitive complexity by @amvanbaren in https://github.com/eclipse/openvsx/pull/1227
- Append instead of overwrite URL by @amvanbaren in https://github.com/eclipse/openvsx/pull/1228
- Merge if statements and use pattern variable by @amvanbaren in https://github.com/eclipse/openvsx/pull/1229
- Use entrySet when both key and value are used by @amvanbaren in https://github.com/eclipse/openvsx/pull/1230
- Simplify assertions by @amvanbaren in https://github.com/eclipse/openvsx/pull/1231
- Add @deprecated javadoc by @amvanbaren in https://github.com/eclipse/openvsx/pull/1232
- Use nullish coalescing by @amvanbaren in https://github.com/eclipse/openvsx/pull/1233
- Extension header styling by @amvanbaren in https://github.com/eclipse/openvsx/pull/1242
- Delete extension using admin token by @amvanbaren in https://github.com/eclipse/openvsx/pull/1248
- v0.25.0-rc.1 changes by @amvanbaren in https://github.com/eclipse/openvsx/pull/1249
- Improve FixMissingFilesJobRequestHandler by @amvanbaren in https://github.com/eclipse/openvsx/pull/1250
Full Changelog: https://github.com/eclipse/openvsx/compare/v0.24.0...v0.25.0