Skip to content

chore: update changelog for 1.30.5 #1110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions changelog/1.30.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "1.30.5"
description: "Released on 09/01/2022"
---

### Breaking changes ❗

There are no breaking changes in 1.30.5.

### Features ✨

- infra: updated Projector server to 1.8.1.
- web: updated Projector client to 1.8.0.

### Bug fixes 🐛

- infra: fixed an issue where idle connections would drop after 30 seconds.

### Security updates 🔐

There are no security updates in 1.30.5.

### Known issues 🔧

- [Development of JetBrains projector was suspended on July 11, 2022.](https://lp.jetbrains.com/projector/)
JetBrains IDE versions published after this date may exhibit strange behaviors
or crash unexpectedly under Projector. For the best experience, JetBrains
recommends migrating to Jetbrains Gateway.
3 changes: 3 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,9 @@
{
"path": "./changelog/1.30.0.md",
"children": [
{
"path": "./changelog/1.30.5.md"
},
{
"path": "./changelog/1.30.4.md"
},
Expand Down