You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/docs/changelog.md
+35-3Lines changed: 35 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,37 @@
2
2
3
3
A curated, chronologically ordered list of notable changes in [gitpod.io](https://www.gitpod.io/).
4
4
5
-
## 2020-04-21
5
+
## 2020-05-14
6
6
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
-[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)
- 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)
9
36
10
37
## 2020-04-22
11
38
@@ -16,6 +43,11 @@ A curated, chronologically ordered list of notable changes in [gitpod.io](https:
16
43
-[backend] Implement garbage collection for prebuilt workspace snapshots that are unused for more than 7 days
17
44
- Overhaul and improve GitHub/GitLab login code
18
45
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
+
19
51
## 2020-04-17
20
52
21
53
- 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