@@ -4,19 +4,40 @@ All notable changes to this extension will be documented in this file.
4
4
5
5
## Unreleased
6
6
7
+ ## 1.3.0
8
+
7
9
### Added
8
10
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._
20
41
21
42
## 1.2.1
22
43
0 commit comments