mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 20:31:48 +00:00
JetBrains: release 3.1.0-alpha.1 (#56008)
This commit is contained in:
parent
7b89d5f040
commit
98eb3f9d5c
@ -11,15 +11,20 @@
|
||||
### Changed
|
||||
|
||||
- Improved settings UI [#55876](https://github.com/sourcegraph/sourcegraph/pull/55876)
|
||||
- Telemetry and other GraphQL requests are now sent through the agent [56001](https://github.com/sourcegraph/sourcegraph/pull/56001)
|
||||
|
||||
### Deprecated
|
||||
|
||||
### Removed
|
||||
|
||||
- All network traffic from the plugin process [56001](https://github.com/sourcegraph/sourcegraph/pull/56001)
|
||||
- Non-agent autocomplete and chat [55997](https://github.com/sourcegraph/sourcegraph/pull/55997)
|
||||
- Support for 2022.0, 2022.1 is now required [#55831](https://github.com/sourcegraph/sourcegraph/pull/55831)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Await on agent server before submitting telemetry events [56007](https://github.com/sourcegraph/sourcegraph/pull/56007)
|
||||
- Bug causing exceptions to get thrown on editor events [55999](https://github.com/sourcegraph/sourcegraph/pull/55999)
|
||||
- Use inferred codebase for autocomplete [#55900](https://github.com/sourcegraph/sourcegraph/pull/55900)
|
||||
- Make sure caret is visible after accepting multiline completion [#55924](https://github.com/sourcegraph/sourcegraph/pull/55924)
|
||||
- Suppress duplicate telemetry when using agent [cody#689](https://github.com/sourcegraph/cody/pull/689)
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
pluginGroup=com.sourcegraph.jetbrains
|
||||
pluginName=Sourcegraph
|
||||
# SemVer format -> https://semver.org
|
||||
pluginVersion=3.0.10-alpha.3
|
||||
pluginVersion=3.1.0-alpha.1
|
||||
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||
# for insight into build numbers and IntelliJ Platform versions.
|
||||
pluginSinceBuild=221.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user