| |
| Date | Build Number | Change Type | Description |
| 10/09/2025 | 9413 | Apache Kafka | Updated
- Updated OpenSSL to 3.3.5.
|
| 10/06/2025 | 9410 | General | Added
- ミリ秒とナノ秒に対応する".S" と",S" を使用したdatetime フォーマットのパースに対応しました。
|
| 09/12/2025 | 9386 | General | Added
- sys_tables テーブルにIsInsertable、IsUpdateable、IsDeleteable カラムが追加されました。
|
| 09/10/2025 | 9384 | General | Changed
- 静的に定義されたビューのすべてのカラムが読み取り専用としてレポ―トされるようになりました。
|
| 09/03/2025 | 9377 | General | Changed
- 射影部分でIN 条件にNULL 値が使用される際の動作が修正されました。0 ではなくNULL が返されるようになりました。例えば、"NULL IN (1,2)" は"NULL" を返します。
|
| 09/01/2025 | 9375 | General | Added
- CAST 関数で無限値を使用するサポートが追加されました。この関数は"inf" および"-inf" をDOUBLE、FLOAT、またはREAL にキャストできます。
|
| 08/25/2025 | 9368 | Apache Kafka | Added
- Added the ExposeQueueMetadataColumns connection property, which determines whether the Partition, Offset, and Timestamp columns are exposed.
- Added the option KafkaOAuthClient in the AuthScheme connection property. This authentication scheme supports KIP-768 OpenID authentication. Refer to "KIP-768: Extend SASL/OAUTHBEARER with Support for OIDC" in Kafka's documentation for more information.
|
| 08/21/2025 | 9364 | General | Changed
- 動作変更:
- 非テーブルクエリにおける文字列値比較の不整合が修正されました。
- 例えば、"SELECT 'A' = 'a'" は以前はfalse を返していましたが、現在はtrue を返します。
|
| 08/13/2025 | 9356 | General | Changed
- ヒープ使用量を削減するため、ページプロバイダーでメモリに保持される最大ページ数が15から5に変更されました。
|
| 06/25/2025 | 9307 | General | Removed
- ConnectionType プロパティから"ADLS Gen 1" の値が削除されました。
|
| 06/20/2025 | 9302 | General | Added
- 以下の関数が作成されました:
- TEXT_ENCODE:文字列を異なる文字セットにエンコードします(UTF8 → UTF7)。結果としてバイナリ配列を返します。
- TEXT_DECODE:バイナリ配列を受け取り、文字セットが指定された場合に文字列にデコードして戻します。
- BASE64_ENCODE:バイナリ配列を受け取り、base64 文字列(varchar)としてエンコードします。
- BASE64_DECODE:base64 エンコードされた文字列を受け取り、バイナリ配列にデコードします。
|
| 06/18/2025 | 9300 | General | Changed
- 例外処理の内部コードがリファクタリングされました。特定のエラー条件で返される例外メッセージの表現や書式が変更されている場合があります。
|
| 06/11/2025 | 9293 | Apache Kafka | Added
- Added support for a new property, AllowKeyOnlyRegistryTopics. This property specifies whether schema registry topics that have only a -key schema are exposed as tables. Previously a topic could not be available as a table unless it had a -value schema.
|
| 05/29/2025 | 9280 | ADO.NET | Changed
- ADO.NET DbDataReader.GetDataTypeName の実装が改善され、現在ではvarchar、tinyint、datetime などのデータベースのデータ型名が返されるようになりました。以前は、"System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" のような形式で、カラムの.NET 型の完全修飾名が返されていました。
|
| 05/29/2025 | 9280 | Apache Kafka | Changed
- .NET editions now reference Confluent.Kafka 2.10.0 and its dependencies. See its NuGet page for a complete list: https://www.nuget.org/packages/Confluent.Kafka/.
- Java editions now bundle: kafka-clients 4.0.0, lz4-java 1.8.0, slf4j-api 1.7.36, snappy-java 1.1.10.5, zstd-jni 1.5.6-6, jackson-annotations 2.16.2, jackson-core 2.16.2, jackson-databind 2.16.2, jackson-datatype-jdk8 2.16.2, jose4j 0.9.4, opentelemetry-proto 1.0.0-alpha, org.osgi.core 6.0.0, protobuf-java 3.25.5.
Removed
- Java 11 is required due to updates in the kafka-clients dependency, which has removed support for Java 8. Users who utilize JDBC generally do not need to worry about this change, as everything is bundled together. Requiring a new Java runtime version represents a significant change.
|
| 05/27/2025 | 9278 | ADO.NET | Removed
- C# 実装のSQLite のサポートが削除されました。以前、この実装をデフォルトで使用していた機能(AutoCache やEF6 スキーマキャッシュなど)は、今後はネイティブのSQLite ドライバーが必要になります。
|
| 05/27/2025 | 9278 | General | Removed
- ProxyAuthscheme から"Proprietary" 列挙オプションが削除されました。
|
| 05/01/2025 | 9252 | Apache Kafka | Added
- Added support for JSON Schemas that are not objects. JSON Schemas that allow non-object types are reported as a single column, similar to TypeDetectionScheme=MessageOnly.
|
| 03/11/2025 | 9201 | Apache Kafka | Changed
- Changed how topics with unsupported schema registry formats are reported. Now, if a registry schema is in an unsupported format (currently just PROTOBUF), the driver treats that the same as the SerializationFormat/MessageKeyType being set to binary mode. The message/key is treated as a binary blob and reported as a base64 value.
|
| 02/15/2025 | 9177 | General | Added
- 符号なし整数型(unsigned integer type)を、その符号なしの値を保持するのに十分な精度を持つ最も近い符号付きデータ型に変換するサポートが追加されました。これは、JDBC が符号なしデータ型をサポートしていないため、JDBC に対してのみ行われます。
|
| 12/17/2024 | 9117 | Apache Kafka | Added
- Added support for reading data using multiple versions of Avro schemas from Confluent registries. Refer to the documentation for the SchemaMergeMode property to understand how different modes impact the data model and their applicable restrictions.
|
| 11/27/2024 | 9097 | General | Added
- LogModule の出力にThreadId が追加されました。Logfile の行には、実行中のアクションに関連するThread ID が含まれるようになりました。
|
| 11/20/2024 | 9090 | Apache Kafka | Added
- Added support for Google Managed Service. For information on how to authenticate to Google Managed Service, see "Establishing a Connection."
|
| 11/05/2024 | 9075 | Apache Kafka | Changed
- The driver is updated to support Confluent.Kafka library version 2.6.0. This library only supports versions of .NET that support .NET Standard 2.0 (.NET Framework 4.6.1 and later, .NET Core 2.0 and later).
|
| 10/18/2024 | 9057 | Apache Kafka | Changed
- Due to a change in how we package libraries from the Kafka project, three libraries are now separately provided: zstd-jni, lz4-java, and snappy-java. Customers using JDBC now need to include the bundled JAR files and these three libraries on the JAVA classpath.
|
| 07/16/2024 | 8963 | Apache Kafka | Changed
- .NET editions now reference Confluent.Kafka 2.5.0 and its dependencies. See its NuGet page for a complete list: https://www.nuget.org/packages/Confluent.Kafka/
|
| 06/14/2024 | 8931 | Apache Kafka | Deprecated
- The AggregateMessages and ProduceMeta connection properties.
- The RegistryType connection property. Use MessageKeyType or SerializationFormat to specify the type of schema.
|
| 06/11/2024 | 8928 | Apache Kafka | Changed
- The driver no longer exposes a ‘Producer’ table when TypeDetectionScheme=RowScan for use with the Topic connection property.
Deprecated
- The Topic connection property is deprecated.
|
| 05/31/2024 | 8917 | Apache Kafka | Changed
- The AuthScheme property default is now None. Users who have been connecting with a username and password and have not previously set AuthScheme must now explicitly set AuthScheme=Plain.
- The RegistryAuthScheme default is now None. Users who authenticate via any kind of registry authentication must now explicitly set a RegistryAuthscheme. (Previously, users were only rarely required to set a RegistryAuthScheme.)
|
| 05/14/2024 | 8900 | Apache Kafka | Deprecated
- The Topic connection property. The property is now redundant with the driver's support for dynamic metadata.
|
| 05/09/2024 | 8895 | General | Changed
- 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
|
| 05/08/2024 | 8894 | Apache Kafka | Changed
- Java editions now bundle: kafka-clients 3.7.0, lz4-java 1.8.0, slf4j-api 1.7.36, snappy-java 1.1.10.5, zstd-jni 1.5.5-6, Jackson 2.16.0 (jackson-annotations, jackson-core, jackson-databind, jackson-datatype-jdk8), jose4j 0.9.4, opentelemetry-proto 1.0.0-alpha, org.osgi.core 6.0.0, protobuf-java 3.23.4
|
| 05/03/2024 | 8889 | Apache Kafka | Added
- Extend SerializationFormat and MessageKeyType to support the same primitive and complex types. The driver can now read and write message keys in structured formats (JSON, Avro, CSV, XML), and message values in primitive formats (binary integers, floats and strings).
- Support SchemaRegistry type detection for Avro and JSON message keys, when using a Confluent schema registry.
Changed
- Schema files created on previous versions of the driver must be re-recorded. The extra formats supported in SerializationFormat and MessageKeyType require metadata that is not part of older schema files.
Removed
- Removed support for renaming CSV columns using schema files.
|
| 03/26/2024 | 8851 | Apache Kafka | Added
- Added support for reading Avro decimal fields, as well as fixed-length binary fields generally. Decimal fields are reported as the SQL DECIMAL type. Fixed-length binary fields are reported as BINARY and decoded like the Avro bytes type.
- Added support for resolving references within Avro schemas on Confluent schema registries.
Changed
- Topics in Confluent schema registries that belong to contexts (with the ":." prefix) are no longer listed as tables. This matches the default behavior of the Confluent schema-registry library.
|
| 03/15/2024 | 8840 | General | Added
- Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
|
| 02/06/2024 | 8802 | Apache Kafka | Changed
- Java editions now bundle: kafka-clients 3.6.1, lz4-java 1.8.0, slf4j-api 1.7.36, snappy-java 1.1.10.5, zstd-jni 1.5.5-1, Jackson 2.13.5 (jackson-annotations, jackson-core, jackson-databind, jackson-datatype-jdk8), jose4j 0.9.3, org.osgi.core 6.0.0
|
| 01/18/2024 | 8783 | ADO.NET | Added
- Added support for EFCore 8.
|
| 11/29/2023 | 8733 | General | Changed
- The ROUND function doesn't accept the negative precision values anymore.
Changed
- The returning types of the FDMonth, FDQuarter, FDWeek, LDMonth, LDQuarter, LDWeek functions are changed from Timestamp to Date.
- The return type of the ABS function will be consistent with the parameter value type.
|
| 11/28/2023 | 8732 | General | Added
- Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
|
| 11/15/2023 | 8719 | ADO.NET | Changed
- NuGet license and icon are now embedded within the package itself, in compliance with the package authoring best practices.
|
| 11/13/2023 | 8717 | Apache Kafka | Changed
- Java editions now bundle: kafka-clients 3.6.0, lz4-java 1.8.0, slf4j-api 1.7.36, snappy-java 1.1.10.4, zstd-jni 1.5.5-1, Jackson 2.13.5 (jackson-annotations, jackson-core, jackson-databind, jackson-datatype-jdk8), jose4j 0.9.3, org.osgi.core 6.0.0
- .NET editions now reference Confluent.Kafka 2.3.0 and its dependencies (check its NuGet page for a complete list)
|
| 08/22/2023 | 8634 | Apache Kafka | Added
- Added support for authenticating to Azure Event Hubs with OAuth. AzureAD, AzureServicePrincipal, AzureServicePrincipalCert, and AzureMSI are all supported.
|
| 08/03/2023 | 8615 | Apache Kafka | Changed
- ProduceMessage now uses MessageText/MessageBytes to provide the message body, with corresponding inputs for the key.
Removed
- ProduceMessage no longer accepts input streams for providing raw keys and messages.
|
| 06/20/2023 | 8571 | General | Added
- Added the new sys_lastresultinfo system table.
|
| 04/25/2023 | 8515 | General | Removed
- Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
|
| 04/19/2023 | 8509 | ADO.NET | Removed
- Removed support for EFCore 3.1.
|
| 04/19/2023 | 8509 | Apache Kafka | Added
- Added ProduceMessage stored procedure for producing messages. It can be used to publish raw messages to topics regardless of the connection TypeDetectionScheme.
- Added support for binary message keys by setting MessageKeyType=binary.
|
| 04/18/2023 | 8508 | ADO.NET | Removed
- Removed support for SSRS 2012.
Added
- Added support for SSRS 2022.
|
| 03/14/2023 | 8473 | Apache Kafka | Added
- Added support for reading and writing specific partitions. A SELECT that filters on a specific value (or set of values) from the Partition column will subscribe to just those partitions. This increases read performance when many partitions are present. An INSERT can provide a value for the Partition column to write a message to a partition instead of having it auto-assigned.
|
| 12/14/2022 | 8383 | General | Changed
- Added the Default column to the sys_procedureparameters table.
|
| 11/22/2022 | 8361 | Apache Kafka | Added
- Added support for detecting the correct serialization format when performing an INSERT. The driver will determine this from either the schema registry or by row scan, depending upon the TypeDetectionScheme property. This allows connections with SerializationFormat=AUTO to insert data when the serialization format is unknown or different across topics. Other values of SerializationFormat keep their old behavior and skip this format detection.
|
| 10/26/2022 | 8334 | Apache Kafka | Changed
- Updated the versions of the Kafka libraries used in both Java and .NET. JDBC now bundles kafka-clients 3.3.1 while ADO.NET is built against Confluent.Kafka 1.9.3. The new version of Confluent.Kafka only supports .NET Framework versions 4.6.2 and up. The supported versions for other .NET variants (.NET Standard and .NET 5+) are unaffected.
|
| 09/30/2022 | 8308 | General | Changed
- Added the IsPath column to the sys_procedureparameters table.
|
| 08/05/2022 | 8252 | Apache Kafka | Added
- Added support for CreateTablePartitions and CreateTableReplicationFactor. This allows CREATE TABLE to be used on smaller clusters, and to be tuned for better read throughput or higher failover redundancy.
|
| 07/18/2022 | 8234 | Apache Kafka | Added
- Added support for ConsumerProperties and ProducerProperties options. These allow for direct configuration of the underlying Kafka client libraries, in cases where the driver doesn't expose its own version of a property.
|
| 06/08/2022 | 8194 | ADO.NET | Removed
- Removed support for VS2010.
|
| 05/19/2022 | 8174 | ADO.NET | Removed
- Removed support for .NET 2.0.
|
| 05/03/2022 | 8158 | Apache Kafka | Added
- RegistryClientCert and related properties, as well as RegistryServerCert. These properties are used for the schema registry specifically and support the same SSL options as other providers. They are added to avoid confusion between what SSL properties apply to the schema registry vs. the Kafka broker.
Deprecated
- The SSLKey, SSLCert and SSLCertPassword properties as well as TrustStorePassword and TrustStorePath. These hidden properties were required to connect to brokers via SSL, but they were specific to each edition and did not expose all of the certificate formats that the Kafka client libraries could accept.
Replacements
- SSLClientCert and related properties, as well as SSLServerCert and related properties. Internally these configure the same Kafka client properties, but the names and values of these options more consistent with the registry SSL options. Only a subset of certificate types are supported due to limitations of the Kafka client libraries.
|
| 04/27/2022 | 8152 | ADO.NET | Removed
- Removed support for EFCore 3.0 and EFCore5.0.
|
| 04/20/2022 | 8145 | Apache Kafka | Added
- Added support for Confluent-compatible Avro encoding with the UseConfluentAvroFormat option. The default format is still the Avro file block format, but setting this option allows the provider to produce messages which can be read and validated by Confluent tools and libraries.
|
| 04/07/2022 | 8132 | Apache Kafka | Changed
- Updated the versions of the Kafka libraries used in both Java and .NET. .NET now requires the following assemblies to be present at runtime: Confluent.Kafka (and librdkafka.redist) : 1.8.2.0 System.Memory: 4.5.2 System.Buffers: 4.5.1 System.Runtime.CompilerServices.Unsafe: 4.5.3
|
| 03/30/2022 | 8124 | Apache Kafka | Added
- Added support for authenticating using SCRAM-SHA-512.
|
| 12/13/2021 | 8017 | Apache Kafka | Removed
- Removed unnecesary dependencies relating to embedded Kafka servers. This also removes the log4j component which was affected by the recent CVE reports.
|
| 09/23/2021 | 7936 | Apache Kafka | Added
- Added support for Authenticating with Kerberos on both JDBC and ADO editions.
|
| 09/02/2021 | 7915 | General | Added
- Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
|
| 08/26/2021 | 7908 | Apache Kafka | Added
- Added support for AWS Glue Schema Registry service. Now we support Confluent and AWS Glue Schema Registry types.
|
| 08/07/2021 | 7889 | General | Changed
- Added the KeySeq column to the sys_foreignkeys table.
|
| 08/06/2021 | 7888 | General | Changed
- Added the new sys_primarykeys system table.
|
| 07/23/2021 | 7874 | General | Changed
- Updated the Literal Function Names for relative date/datetime functions. Previously, relative date/datetime functions resolved to a different value when used in the projection as opposed to the predicate. For example: SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH(). Formerly, the two LAST_MONTH() methods would resolve to different datetimes. Now, they will match.
- As a replacement for the previous behavior, the relative date/datetime functions in the criteria may have an 'L' appended to them. For example: WHERE col > L_LAST_MONTH(). This will continue to resolve to the same values that were previously calculated in the criteria. Note that the "L_" prefix will only work in the predicate - it not available for the projection.
|
| 07/12/2021 | 7863 | Apache Kafka | Removed
- Removed the Topic static table. Previously it was used only to retrieve some static columns. Now it's no longer needed.
|
| 06/23/2021 | 7844 | Apache Kafka | Added
- Added support for JSON Scheme type on SchemaRegistry mode. Now we support AVRO and JSON schema types.
|
| 06/07/2021 | 7828 | ADO.NET | Added
- Added support for the DbCommand.CommandTimeout property.
|
| 05/29/2021 | 7819 | ADO.NET | Removed
- Removed support for SSRS 2008.
|
| 04/23/2021 | 7783 | General | Changed
- Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
|
| 04/16/2021 | 7776 | ADO.NET | Changed
- Separated the ADO.NET Provider assembly and Entity Framework Core 5 Nuget packages.
- Single precision floating point numbers are now reported as with the Data Type Name as "real". Double precision floating point numbers now have their Data Type Name reported as "float". This change does not impact the actual data types of these columns - only the reported data type name.
- Separate EFCore 3.0, 3.1 and EFCore 5 dlls are now shipped with the driver. The 2.0 and 2.1 EFCore dlls are removed.
|
| 04/16/2021 | 7776 | General | Changed
- Reduced the length to 255 for varchar primary key and foreign key columns.
Changed
- Updated index naming convention to avoid duplicates.
|
| 04/16/2021 | 7776 | General | Changed
- Updated implicit and metadata caching to improve performance and support for multiple connections. Old metadata caches are not compatible - you need to generate new metadata caches if you are currently using CacheMetadata.
|