Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit ee6f0dc

Browse files
committed
[docs] Update /docs/changelog/ up to 2020-05-14 Gitpod.io release
1 parent 76bbd58 commit ee6f0dc

File tree

1 file changed

+35
-3
lines changed

1 file changed

+35
-3
lines changed

src/docs/changelog.md

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,37 @@
22

33
A curated, chronologically ordered list of notable changes in [gitpod.io](https://www.gitpod.io/).
44

5-
## 2020-04-21
5+
## 2020-05-14
66

7-
- Upgrade Pyenv's Python from 3.7.7 → 3.8.2 [gitpod-io/workspace-images#212](https://github.com/gitpod-io/workspace-images/pull/212)
8-
- Drop support of .NET 2.2 in `gitpod/workspace-dotnet*`, because it reached [End-Of-Life](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) on 2019-12-23
7+
- Support Amazon Linux based workspace images (thanks @Kreyren!), fixes [gitpod-io/gitpod#1490](https://github.com/gitpod-io/gitpod/issues/1490)
8+
- [theia] Measure first time connection for IDE websocket
9+
- [theia] Improve & optimize IDE diff view, remove a `O(n^2)` diff computation
10+
- [theia] Load IDE faster by defering & batching VSCode extensions initialization: [eclipse-theia/theia#7676](https://github.com/eclipse-theia/theia/pull/7676)
11+
- [theia] Switch PHP language support from `felixfbecker.php-intellisense``bmewburn.vscode-intelephense-client`: Faster & cached indexing, better support for Symfony projects
12+
- [gitlab] Fix GitLab permission check, fixes [gitpod-io/gitpod#1464](https://github.com/gitpod-io/gitpod/issues/1464)
13+
- [workspaces-list] UX: Only show search/filter when relevant, make GC message dismissable, start workspaces in a new tab
14+
- [backend] Monitor Go service metrics with a new dashboard
15+
- [backend] Optimize Gitpod database with multiple indexes
16+
- [backend] Increase maximum allowed workspace startup time from 30min → 60 min (for big projects), fixes [community/cannot-open-a-new-workspace-for-libreoffice](https://community.gitpod.io/t/cannot-open-a-new-workspace-for-libreoffice/1237)
17+
18+
## 2020-05-12
19+
20+
- Downgrade Ruby `2.7.1``2.6.6` (because Solargraph doesn't support latest Bundler `2.1.4` yet) [gitpod-io/workspace-images/e9281a20](https://github.com/gitpod-io/workspace-images/commit/e9281a207c4c6b4c7df2e91e9ec81f36ed0652ae)
21+
22+
## 2020-05-08
23+
24+
- Upgrade to Rust `1.43.1` [gitpod-io/workspace-images#230](https://github.com/gitpod-io/workspace-images/pull/230)
25+
- Fix the persistence of Ruby gems in `/workspace/.rvm` with a custom `.rvmrc` [gitpod-io/workspace-images#223](https://github.com/gitpod-io/workspace-images/pull/223)
26+
- Upgrade RVM's Ruby from `2.5``2.5.8` and `2.6``2.7.1` [gitpod-io/workspace-images#213](https://github.com/gitpod-io/workspace-images/pull/213)
27+
28+
## 2020-05-02
29+
30+
- Fix Ubuntu 20.04 based `gitpod/workspace-dotnet` and `gitpod/workspace-dotnet-vnc` images by installing .NET Core SDK 3.1 binaries [gitpod-io/workspace-images#218](https://github.com/gitpod-io/workspace-images/pull/218)
31+
32+
## 2020-04-29
33+
34+
- Best practice: Don't stay as `USER root` in `gitpod/workspace-full-vnc` [gitpod-io/workspace-images#215](https://github.com/gitpod-io/workspace-images/pull/215)
35+
- Add bash auto-completion for `cargo` [gitpod-io/workspace-images#216](https://github.com/gitpod-io/workspace-images/pull/216)
936

1037
## 2020-04-22
1138

@@ -16,6 +43,11 @@ A curated, chronologically ordered list of notable changes in [gitpod.io](https:
1643
- [backend] Implement garbage collection for prebuilt workspace snapshots that are unused for more than 7 days
1744
- Overhaul and improve GitHub/GitLab login code
1845

46+
## 2020-04-21
47+
48+
- Upgrade Pyenv's Python from 3.7.7 → 3.8.2 [gitpod-io/workspace-images#212](https://github.com/gitpod-io/workspace-images/pull/212)
49+
- Drop support of .NET 2.2 in `gitpod/workspace-dotnet*`, because it reached [End-Of-Life](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) on 2019-12-23
50+
1951
## 2020-04-17
2052

2153
- Fix `gitpod/workspace-postgres` image and pin to PostgreSQL version 12 [gitpod-io/workspace-images#209](https://github.com/gitpod-io/workspace-images/pull/209)

0 commit comments

Comments
 (0)