-
Notifications
You must be signed in to change notification settings - Fork 35
Releases: coder/code-marketplace
Releases · coder/code-marketplace
v2.4.0
@github-actions
github-actions
v2.4.0
This tag was signed with the committer’s verified signature.
code-asher
Asher
43294f9
This commit was signed with the committer’s verified signature.
code-asher
Asher
Added
- Implement the new
/api/vscode/{publisher}/{extension}/latest
endpoint. This
will fix issues where VS Code is unable to install extensions unless you
explicitly provide the version.
Assets 8
v2.3.1
@github-actions
github-actions
v2.3.1
This tag was signed with the committer’s verified signature.
code-asher
Asher
ce3a083
This commit was signed with the committer’s verified signature.
code-asher
Asher
Changed
- Updated several dependencies with CVEs.
Assets 8
v2.3.0
@github-actions
github-actions
v2.3.0
This tag was signed with the committer’s verified signature.
code-asher
Asher
f8791bb
This commit was signed with the committer’s verified signature.
code-asher
Asher
Added
- Add empty signatures when starting the server with --sign. This will not work
with VS Code on Windows and macOS as we do not have the key required, but it
will work for open source versions of VS Code (VSCodium, code-server) and VS
Code on Linux where signatures must exist but are not actually checked.
Changed
- Ignore extensions without a manifest. This is not expected in normal use, but
could happen if, for example, a manifest temporarily failed to download, which
would then crash the entire process with a segfault.
Assets 8
1 person reacted
v2.2.1
@github-actions
github-actions
v2.2.1
This tag was signed with the committer’s verified signature.
code-asher
Asher
5da059c
This commit was signed with the committer’s verified signature.
code-asher
Asher
Fixed
- The "attempt to download manually" URL in VS Code will now work.
Assets 8
v2.2.0
@github-actions
github-actions
v2.2.0
This tag was signed with the committer’s verified signature.
code-asher
Asher
c5afa31
This commit was signed with the committer’s verified signature.
code-asher
Asher
Changed
- Default max page size increased from 50 to 200.
Added
- New
server
sub-command flag--max-page-size
for setting the max page size.
Assets 8
v2.1.0
@github-actions
github-actions
v2.1.0
This tag was signed with the committer’s verified signature.
code-asher
Asher
6fb4e72
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
- New
server
sub-command flag--list-cache-duration
for setting the duration
of the cache used when listing/searching extensions. The default is still
one minute. - Local storage will also use a cache for listing and searching extensions
(previously only Artifactory storage used a cache).
Assets 8
v2.0.1
@github-actions
github-actions
v2.0.1
This tag was signed with the committer’s verified signature.
code-asher
Asher
4bef2c5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed
- Extensions with problematic UTF-8 characters will no longer cause a panic.
- Preview extensions will now show up as such.
Assets 8
v2.0.0
@github-actions
github-actions
v2.0.0
This tag was signed with the committer’s verified signature.
code-asher
Asher
Breaking changes
- When removing extensions, the version is now delineated by
@
instead of-
(for exampleremove vscodevim.vim@1.0.0
). This fixes being unable to remove
extensions with-
in their names. Removal is the only backwards-incompatible
change; extensions are still added, stored, and queried the same way.
Added
- Support for platform-specific extensions. Previously all versions would have
been treated as universal and overwritten each other but now versions for
different platforms will be stored separately and show up separately in the
API response. If there are platform-specific versions that have already been
added, they will continue to be treated as universal versions so these should
be removed and re-added to be properly registered as platform-specific.
Assets 8
1 person reacted
v1.2.2
@github-actions
github-actions
v1.2.2
This tag was signed with the committer’s verified signature.
code-asher
Asher
e1d0cdc
This commit was signed with the committer’s verified signature.
code-asher
Asher
Changed
- Help/usage outputs the binary name as
code-marketplace
instead of
marketplace
to be consistent with documentation. - Binary is symlinked into /usr/local/bin in the Docker image so it can be
invoked as simplycode-marketplace
.
Assets 8
v1.2.1
@github-actions
github-actions
v1.2.1
This tag was signed with the committer’s verified signature.
code-asher
Asher
ae3034c
This commit was signed with the committer’s verified signature.
code-asher
Asher
Fixed
- Adding extensions from a URL. This broke in 1.2.0 with the addition of bulk
adding.