Skip to content

Commit 2f10788

Browse files
authored
[v1.3.x] release 1.3.0 (#1804)
1 parent 1bedd3b commit 2f10788

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
lines changed

.versions/next.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

CHANGELOG.md

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,40 @@ All notable changes to this extension will be documented in this file.
44

55
## Unreleased
66

7+
## 1.3.0
8+
79
### Added
810

9-
- Intellisense features for FlinkSQL language documents, provided by a connection to Confluent
10-
Cloud's Flink Language Server
11-
- Can submit new SQL statements to a Flink compute pool
12-
- Can view SQL statement results
13-
- Configurable default settings for `compute pool` and `database` for Flink operations
14-
- Codelenses for Flink SQL documents to support:
15-
- submitting statements
16-
- signing in to CCloud
17-
- setting a compute pool
18-
- setting a catalog and database
19-
- updating default pool/database settings
11+
- Initial support for the Flink SQL document language, including:
12+
- Syntax highlighting
13+
- `.flink.sql` file extension support
14+
- Ability to submit documents as Flink statements to a Flink compute pool\*
15+
- Built-in rendering of statement results\*
16+
- Configurable settings for using default compute pool and database IDs
17+
- Codelenses for:
18+
- signing in to CCloud
19+
- submitting statements
20+
- setting a compute pool for a specific statement document
21+
- setting a catalog and database for a specific statement document
22+
- Additional project generation features:
23+
- Support for Schema Registry configurations in multiple project template forms
24+
- Right-click context menu item to generate a project from a Flink compute pool in the Resources
25+
view\*
26+
- New setting for providing a Kerberos config file path for direct connections
27+
- Initial Copilot chat participant support\*\*:
28+
- New `@Confluent` chat participant for Copilot chat
29+
- Basic sidebar contextual information for connections, environments, clusters, and getting
30+
started with new projects
31+
32+
### Fixed
33+
34+
- Fixed an issue preventing users from connecting directly to a Schema Registry instance with
35+
self-signed certificates without hostname verification
36+
37+
\*_These updates require the `confluent.preview.enableFlink` setting to be enabled._
38+
39+
\*\*_Copilot chat participant and related tools require the
40+
`confluent.experimental.enableChatParticipant` setting to be enabled._
2041

2142
## 1.2.1
2243

0 commit comments

Comments
 (0)