Code-Server v3.10.0 Release Notes

Release Date: 2021-05-10 // almost 3 years ago
  • VS Code v1.56.0

    ๐Ÿ†• New Features

    • ๐Ÿ”จ feat: minor connections refactor #3178 @code-asher
    • ๐Ÿ”’ feat(security): add code-scanning with CodeQL #3229 @jsjoeio
    • ๐Ÿ”’ feat(ci): add trivy job for security #3261 @jsjoeio
    • โšก๏ธ feat(vscode): update to version 1.56.0 #3269 @oxy
    • feat: use ptyHostService #3308 @code-asher

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix(socket): did this thing #321 @githubuser
    • ๐Ÿ›  fix(login): rate limiter shouldn't count successful logins #3141 @jsjoeio
    • โšก๏ธ chore(lib/vscode): update netmask #3187 @oxy
    • โšก๏ธ chore(deps): update dependencies with CVEs #3223 @oxy
    • ๐Ÿ›  fix: refactor logout #3277 @code-asher
    • ๐Ÿ›  fix: add flag for toggling permessage-deflate #3286 @code-asher
    • ๐Ÿ›  fix: make sure directories exist #3309 @code-asher

    ๐Ÿ“š Documentation

    • ๐Ÿ“„ docs(FAQ): add mention of sysbox #3087 @bpmct
    • ๐Ÿ“„ docs: add security policy #3148 @jsjoeio
    • ๐Ÿ“„ docs(guide.md): add caddy example for serving from sub-path #3217 @catthehacker
    • ๐Ÿ“„ docs: revamp debugging section #3224 @code-asher
    • ๐Ÿ“„ docs(readme): refactor to use codecov shield #3227 @jsjoeio
    • ๐Ÿ“„ docs(maintaining): use milestones over boards #3228 @jsjoeio
    • ๐Ÿ“„ docs(faq): add entry for accessing OSX folders #3247 @bpmct
    • ๐Ÿ“„ docs(termux): add workaround for Android backspace issue #3251 @jsjoeio
    • ๐Ÿ“„ docs(maintaining): add triage to workflow #3284 @jsjoeio
    • ๐Ÿ“„ docs(security): add section for tools #3287 @jsjoeio
    • ๐Ÿ“„ docs(maintaining): add versioning #3288 @jsjoeio
    • ๐Ÿ“„ docs: add changelog #3337 @jsjoeio

    Development

    • ๐Ÿ›  fix(update-vscode): add check/docs for git-subtree #3129 @oxy
    • ๐Ÿ”จ refactor(testing): migrate to playwright-test from jest-playwright #3133 @jsjoeio
    • ๐Ÿš€ refactor(ci): remove unmaintained CI images and update release workflow #3147 @oxy
    • chore(ci): migrate from hub to gh #3168 @oxy
    • โœ… feat(testing): add e2e tests for code-server and terminal #3169 @jsjoeio
    • chore(ranger): fix syntax for extension-request #3172 @oxy
    • โœ… feat(testing): add codecov to generate test coverage reports #3194 @jsjoeio
    • โœ… feat(testing): add tests for registerServiceWorker #3200 @jsjoeio
    • ๐Ÿ”จ refactor(testing): fix flaky terminal test #3230 @jsjoeio
    • โšก๏ธ chore: ignore 15.x @types/node updates #3244 @jsjoeio
    • ๐Ÿ— chore(build): compile vscode+extensions in parallel #3250 @oxy
    • ๐Ÿ›  fix(deps): remove eslint-plugin-jest-playwright #3260 @jsjoeio
    • ๐Ÿ›  fix(testing): reduce flakiness of terminal.test.ts and use 1 worker for e2e tests #3263 @jsjoeio
    • โœ… feat(testing): add isConnected check #3271 @jsjoeio
    • โœ… feat(testing): add test for src/node/constants.ts #3290 @jsjoeio
    • โœ… feat: test static route #3297 @code-asher
    • ๐Ÿ”จ refactor(ci): split audit from prebuild #3298 @oxy
    • โšก๏ธ chore(lib/vscode): cleanup/update build deps #3314 @oxy
    • ๐Ÿ›  fix(build): download correct cloud-agent for arch #3331 @oxy
    • ๐Ÿ›  fix: xmldom and underscore #3332 @oxy