| |
| Date | Version | Source | Category | Type | Description |
| 2026-05-28 | 25.0.9644 | Smartsheet | Data Model | Added | - Added a new view, Info_Objects. This view returns Smartsheet objects, including sheets, reports, dashboards, templates, and folders.
- Added a new stored procedure, UpdateSheet. This stored procedure is used to update a sheet's settings and properties.
|
| 2026-05-26 | 25.0.9642 | Smartsheet | Connection | Changed | - Pagesize 接続プロパティのデフォルト値が 500 から 1000 に変更されました。
|
| 2026-05-12 | 25.0.9628 | Smartsheet | Data Model | Added | - UseLegacyAPI 接続プロパティが false に設定されている場合、Info_Templates ビューに CreatedAt および UpdatedAt カラムが追加されました。
|
| 2026-05-12 | 25.0.9628 | Smartsheet | Connection | Deprecated | - 以下の接続プロパティが非推奨になりました:
- UseLegacyAPI
- UseFullFilePathsAsTableNames
|
| 2026-05-12 | 25.0.9628 | Smartsheet | Data Model | Deprecated | - Info_Home ビューが非推奨になりました。
- Info_DashboardShares、Info_ReportShares、Info_SheetShares、Info_WorkspaceShares の各ビューにおいて、CreatedAt および ModifiedAt カラムが非推奨になりました。
- Info_Sheets ビューにおいて、以下のカラムが非推奨になりました:DependenciesEnabled、Favorite、FromId、GanttEnabled、ReadOnly、ResourceManagementEnabled、ShowParentRowsForFilters、TotalRowCount、および Version。
- Info_Templates ビューにおいて、以下のカラムが非推奨になりました:Blank、Categories、Description、GlobalTemplate、Image、LargeImage、Locale、Scope、Tags、および TemplateType。
- Info_Folders テーブルにおいて、Favorite カラムが非推奨になりました。
- Info_Workspaces テーブルにおいて、Favorite カラムが非推奨になりました。
|
| 2026-05-07 | 25.0.9623 | Smartsheet | Query Exec | Changed | - ImportFile ストアドプロシージャを実行する際に、FolderId および WorkspaceId の入力パラメーターの指定が必須ではなくなりました。
|
| 2026-05-06 | 25.0.9622 | Smartsheet | Data Model | Added | - CreateSheet ストアドプロシージャに、指定されたフォルダーまたはテンプレート内にシートを作成するための WorkspaceId および FolderId 入力パラメーターが追加されました。
|
| 2026-05-06 | 25.0.9622 | Smartsheet | Data Model | Deprecated | - CreateSheet ストアドプロシージャの ColumnName、ColumnType、および PrimaryColumn インデックス付き入力パラメーターが非推奨になりました。
|
| 2026-05-06 | 25.0.9622 | Smartsheet | Query Exec | Deprecated | - すべての DDL ステートメント(CREATE TABLE、ALTER TABLE、および DROP TABLE)が非推奨になりました。
|
| 2026-05-05 | 25.0.9621 | Smartsheet | Query Exec | Changed | - Info_Dashboards ビューの SELECT ステートメントを新しいトークンベースのページネーション戦略を使用するよう変更しました。
|
| 2026-03-30 | 25.0.9585 | Smartsheet | Data Model | Deprecated | - Info_DashboardShares、Info_ReportShares、Info_SheetShares、Info_WorkspaceShares の各ビューにおいて、CreatedAt および UpdatedAt カラムが非推奨になりました。
|
| 2026-02-03 | 25.0.9530 | Smartsheet | | Added | - UPSERT およびバルク UPSERT ステートメントのサポートが追加されました。
|
| 2026-01-13 | 25.0.9509 | General | | Added | - REGEXP_REPLACE() 文字列関数のサポートが追加されました。
|
| 2026-01-13 | 25.0.9509 | Smartsheet | | Changed | - Info_Workspaces ビューがトークンベースのページネーション戦略を使用するよう変更され、ビューに対するクエリのパフォーマンスが向上しました。
|
| 2025-12-19 | 25.0.9484 | Smartsheet | | Added | - 埋め込み資格情報を使用した OAuth フロー認証のサポートが追加されました。
|
| 2025-12-05 | 25.0.9470 | General | | Added | - INSERT INTO SELECT 文のサポートが追加されました。この操作をネイティブでサポートしていないプロバイダーについては、ドライバー側で実行されます。
|
| 2025-10-06 | 25.0.9410 | General | | Added | - ミリ秒とナノ秒に対応する".S" と",S" を使用したdatetime フォーマットのパースに対応しました。
|
| 2025-09-12 | 25.0.9386 | General | | Added | - sys_tables テーブルにIsInsertable、IsUpdateable、IsDeleteable カラムが追加されました。
|
| 2025-09-10 | 25.0.9384 | General | | Changed | - 静的に定義されたビューのすべてのカラムが読み取り専用としてレポ―トされるようになりました。
|
| 2025-09-03 | 25.0.9377 | General | | Changed | - 射影部分でIN 条件にNULL 値が使用される際の動作が修正されました。0 ではなくNULL が返されるようになりました。例えば、"NULL IN (1,2)" は"NULL" を返します。
|
| 2025-09-01 | 25.0.9375 | General | | Added | - CAST 関数で無限値を使用するサポートが追加されました。この関数は"inf" および"-inf" をDOUBLE、FLOAT、またはREAL にキャストできます。
|
| 2025-08-21 | 25.0.9364 | General | | Changed | - 動作変更:
- 非テーブルクエリにおける文字列値比較の不整合が修正されました。
- 例えば、"SELECT 'A' = 'a'" は以前はfalse を返していましたが、現在はtrue を返します。
|
| 2025-08-13 | 25.0.9356 | General | | Changed | - ヒープ使用量を削減するため、ページプロバイダーでメモリに保持される最大ページ数が15から5に変更されました。
|
| 2025-06-25 | 25.0.9307 | General | | Removed | - ConnectionType プロパティから"ADLS Gen 1" の値が削除されました。
|
| 2025-06-20 | 25.0.9302 | General | | Added | - 以下の関数が作成されました:
- TEXT_ENCODE:文字列を異なる文字セットにエンコードします(UTF8 → UTF7)。結果としてバイナリ配列を返します。
- TEXT_DECODE:バイナリ配列を受け取り、文字セットが指定された場合に文字列にデコードして戻します。
- BASE64_ENCODE:バイナリ配列を受け取り、base64 文字列(varchar)としてエンコードします。
- BASE64_DECODE:base64 エンコードされた文字列を受け取り、バイナリ配列にデコードします。
|
| 2025-06-19 | 25.0.9301 | Smartsheet | | Removed |
|
| 2025-06-18 | 25.0.9300 | General | | Changed | - 例外処理の内部コードがリファクタリングされました。特定のエラー条件で返される例外メッセージの表現や書式が変更されている場合があります。
|
| 2025-06-16 | 25.0.9298 | Smartsheet | | Added | - Info_Attachments テーブルに Description カラムが追加されました。
- Info_Groups テーブルに MemberEmails カラムが追加されました。
- Info_Discussions テーブルでの DELETE ステートメントのサポートが追加されました。
- Info_Groups テーブルでの INSERT、UPDATE、DELETE ステートメントのサポートが追加されました。
- 添付ファイルのバージョンデータを読み取るための Info_AttachmentVersions ビューが追加されました。
- ファイル添付を再アップロードするための UploadAttachmentVersion ストアドプロシージャが追加されました。
- DeleteAttachment ストアドプロシージャにすべてのバージョンを削除するための DeleteAllVersions 入力が追加されました。
|
| 2025-06-16 | 25.0.9298 | Smartsheet | | Removed | - Info_Attachments テーブルから FilePath および ContentEncoded カラムが削除されました。
- Info_Attachments テーブルでの INSERT ステートメントによるファイル添付のアップロード/作成サポートが削除されました。この機能のために新しい UploadAttachment ストアドプロシージャが公開されました。
|
| 2025-05-27 | 25.0.9278 | General | | Removed | - ProxyAuthscheme から"Proprietary" 列挙オプションが削除されました。
|
| 2025-05-27 | 25.0.9278 | Excel | | Removed | - C# 実装のSQLite のサポートが削除されました。以前、この実装をデフォルトで使用していた機能(AutoCache やEF6 スキーマキャッシュなど)は、今後はネイティブのSQLite ドライバーが必要になります。
|
| 2025-05-09 | 25.0.9260 | Smartsheet | | Added | - Info_Templates テーブルに blank、categories、globalTemplate、largeImage、tags、scope カラムが追加されました。
|
| 2025-05-07 | 25.0.9258 | Smartsheet | | Added | - Info_Comments テーブルでの UPDATE および DELETE ステートメントのサポートが追加されました。
|
| 2025-05-06 | 25.0.9257 | Smartsheet | | Added | - Info_Folders ビューに CreatedAt および ModifiedAt の2つの新しいカラムが追加されました。これらのカラムは UseLegacyAPI=False の場合のみ表示されます。
- 2つの新しいビューが追加されました:Info_Dashboards(Smartsheet アカウントで作成されたダッシュボードを表します)と Info_DashboardShares(ダッシュボードエンティティの共有操作を表します)。
|
| 2025-05-05 | 25.0.9256 | Smartsheet | | Added | - ダッシュボード、レポート、シートの公開ステータスの詳細を公開する3つの新しいビューが追加されました。
|
| 2025-04-29 | 25.0.9250 | Smartsheet | | Added | - 新しい接続プロパティ UseLegacyAPI が追加されました。このプロパティを設定することで、古いメタデータ取得ロジック(UseLegacyAPI=true、デフォルト動作)と新しいメタデータ取得ロジックを切り替えることができます。古いロジックは Home API(非推奨)エンドポイントを使用し、新しいロジックはより最新の API を使用します。
- 新しいカラム Info_Folders.ParentFolderId が追加されました。
- 以下のテーブルに RootFolderId 疑似カラムが追加されました:Info_Folders、Info_Sheets、Info_Reports、Info_Templates。この疑似カラムは UseLegacyAPI 設定パラメーターが False に設定されている場合に表示されます。
|
| 2025-04-08 | 25.0.9229 | Smartsheet | | Added | - 以下のビューが追加されました:Info_SheetShares、Info_ReportShares、Info_WorkspaceShares。
|
| 2025-02-15 | 24.0.9177 | General | | Added | - 符号なし整数型(unsigned integer type)を、その符号なしの値を保持するのに十分な精度を持つ最も近い符号付きデータ型に変換するサポートが追加されました。これは、JDBC が符号なしデータ型をサポートしていないため、JDBC に対してのみ行われます。
|
| 2025-01-27 | 24.0.9158 | Smartsheet | | Added | - データ定義言語(DDL)ステートメントの検証が追加されました。CREATE TABLE ステートメントでは RowId VARCHAR PRIMARY KEY という正確な定義を持つ RowId カラムが必要です。他のカラム(Column1 VARCHAR など)はカラム名とデータ型のみがサポートされます。
- ALTER TABLE ステートメントの検証が追加され、RowId カラムをいかなる方法でも変更できないようになりました。
|
| 2024-12-30 | 24.0.9130 | Smartsheet | | Added | - UseIdAsTableName 接続プロパティが追加されました。このプロパティは、プロバイダーがテーブル識別子としてシートとレポートの名前の代わりに ID を使用するかどうかを決定します。
|
| 2024-11-27 | 24.0.9097 | General | | Added | - LogModule の出力にThreadId が追加されました。Logfile の行には、実行中のアクションに関連するThread ID が含まれるようになりました。
|
| 2024-05-09 | 24.0.8895 | General | | Changed | - 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
|
| 2024-03-15 | 23.0.8840 | General | | Added | - Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
|
| 2023-12-31 | 23.0.8765 | Excel | | Added | - Added support for dialect SELECT queries in UI, VBA, and UDF =CDATAQUERY function.
|
| 2023-11-29 | 23.0.8733 | General | | Changed | - The ROUND function doesn't accept the negative precision values anymore.
|
| 2023-11-29 | 23.0.8733 | General | | 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.
|
| 2023-11-28 | 23.0.8732 | General | | Added | - Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
|
| 2023-07-18 | 23.0.8599 | Smartsheet | | Added | - Info_Users ビューに新しいカラムが追加されました。API の制限により、これらは Id フィルターが定義されている場合にのみ設定されます。新しいカラムは以下の通りです:Company、Department、MobilePhone、LastLogin、Role、Title、WorkPhone。
|
| 2023-06-20 | 23.0.8571 | General | | Added | - Added the new sys_lastresultinfo system table.
|
| 2023-06-08 | 23.0.8559 | Smartsheet | | Added | - Region プロパティが追加されました。このプロパティには Global(デフォルト値)、EU、GOV の3つの値があります。
|
| 2023-05-10 | 23.0.8530 | Excel | | Added | - Added the ability to cancel an in-progress test connection in the Connection Dialog Box.
|
| 2023-05-04 | 23.0.8524 | Smartsheet | | Added | - ColumnFormat TypeDetectionScheme が追加されました。これはカラムに指定された書式に基づいてデータ型を決定します。
|
| 2023-04-25 | 23.0.8515 | General | | Removed | - Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
|
| 2022-12-14 | 22.0.8383 | General | | Changed | - Added the Default column to the sys_procedureparameters table.
|
| 2022-11-24 | 22.0.8363 | Smartsheet | | Added | - ImportFile ストアドプロシージャに Overwrite パラメーターが追加されました。このパラメーターを True に設定すると、アップロードされるシートと同じ名前のすべてのシートが削除されます。
|
| 2022-11-11 | 22.0.8350 | Smartsheet | | Added | - ValueSource プロパティが追加されました。ユーザーはこのプロパティを使用して、ドライバーがセルの値を決定するために使用するフィールドを変更できます。
- Auto:null でないフィールドを使用します。
- Value:「Value」フィールドを使用します。
- DisplayValue:「DisplayValue」フィールドを使用します。
|
| 2022-09-30 | 22.0.8308 | General | | Changed | - Added the IsPath column to the sys_procedureparameters table.
|
| 2022-09-28 | 22.0.8306 | Excel | | Added | - Added a config file option STATUSBAR_UPDATE=TRUE. This indicates whether the Excel Add-In will update the Excel Status Bar with progress status on completed tasks. The default value is TRUE. This way, there is the option to NOT update the Status Bar by setting it to FALSE.
|
| 2022-09-14 | 22.0.8292 | Excel | | Changed | - Improved the User Experience of the Connection Editor by introducing a Basic tab for the most important connection properties.
|
| 2022-09-02 | 22.0.8280 | Smartsheet | | Added | - DownloadAttachment にストリーミング出力サポートが追加されました。FileStream が入力として追加されました。
- CreateSchema にバイナリおよびエンコードコンテンツ出力サポートが追加されました。FileStream が入力として、FileData が出力として追加されました。
|
| 2022-08-18 | 22.0.8265 | Smartsheet | | Added | - ImportFile にバイナリ入力サポートが追加されました。FileName および Content(InputStream)が入力として追加されました。
|
| 2022-07-05 | 22.0.8221 | Smartsheet | | Added | - Header 接続プロパティが追加されました。このプロパティは最初の行をカラム名として使用するかどうかを示します。
|
| 2022-03-17 | 21.0.8111 | Excel | | Changed | - Changed the behavior so that auto-refreshing continues even if the worksheet is not active anymore or loses focus.
|
| 2022-03-05 | 21.0.8099 | Excel | | Added | - Added support for inserting rows on tables when no primary key is defined on a given table.
|
| 2022-02-19 | 21.0.8085 | Excel | | Added | - The button "Get Data -> From ProviderX" now displays a submenu with existing connections buttons and a separator, with the "New ProviderX Connection" button, if a connection exists. If no connections exist, then clicking "Get Data -> From ProviderX" will prompt the user to create a new connection before selecting the data.
|
| 2022-02-19 | 21.0.8085 | Excel | | Removed | - In the "Table Selection" form, the "Source", "New Connection", "Connection", and "Edit Connection" fields are removed as they are out of the scope of the "Table Selection" form.
|
| 2021-12-31 | 21.0.8035 | Excel | | Added | - Added batch support for CDATAINSERT, CDATAUPDATE, and CDATADELETE user-defined functions.
|
| 2021-11-11 | 21.0.7985 | Excel | | Added | - Added a config file option called RETRIEVE_DATA_ROWS_PERCOUNT. When getting data, this indicates how many rows will be populated into the sheet at a time. The default value is 1000.
|
| 2021-11-11 | 21.0.7985 | Excel | | Changed | - Improved performance when loading data from Get Data/Refresh and the CDATAQUERY function.
|
| 2021-11-03 | 21.0.7977 | Excel | | Added | - Added new VBA functions: GetLastErrorCode and GetLastError.
|
| 2021-10-29 | 21.0.7972 | Excel | | Added | - Added new VBA functions: GetUpSertedRows, UpSertRows, UpSertAll and UpSert.
|
| 2021-10-29 | 21.0.7972 | Excel | | Changed | - The "Update Rows" button will now update changes made to existing rows or insert newly created rows.
|
| 2021-10-29 | 21.0.7972 | Excel | | Removed | - The "Add Rows" button has been removed.
|
| 2021-09-28 | 21.0.7941 | Excel | | Added | - When loading data, table columns are auto-fitted to display all cells' content. In cases when cells have large amounts of text and the table has many rows, this operation might be slow.
- Added a config file option DISABLE_AUTOFIT_COLUMN. Setting DISABLE_AUTOFIT_COLUMN==TRUE will speed up the process in those cases. The default value is FALSE.
|
| 2021-09-28 | 21.0.7941 | Excel | | Changed | - Changed the maximum characters that a cell can retrieve from the data source from 8,192 to 32,767.
|
| 2021-09-20 | 21.0.7933 | Smartsheet | | Added | - MoveSheet ストアドプロシージャが追加されました。指定されたシートを新しい場所に移動します。
|
| 2021-09-02 | 21.0.7915 | General | | Added | - Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
|
| 2021-08-24 | 21.0.7906 | Smartsheet | | Changed | - Info_comments テーブルは SheetId と DiscussionId の代わりに SheetId のみを必要とするようになりました。つまり、このテーブルは指定されたシートのすべてのコメントを返すようになります。
|
| 2021-08-07 | 21.0.7889 | General | | Changed | - Added the KeySeq column to the sys_foreignkeys table.
|
| 2021-08-06 | 21.0.7888 | General | | Changed | - Added the new sys_primarykeys system table.
|
| 2021-07-26 | 21.0.7877 | Excel | | Added | - You can sort and reorder columns on the "CData Query" form to alter the sort order.
|
| 2021-07-23 | 21.0.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.
|
| 2021-07-21 | 21.0.7872 | Excel | | Removed | - Removed support for .NET 3.5. Before upgrade/downgrade, a clean uninstall and then the same product versions install should be performed. So, if you want to downgrade, all the downgrade build versions must support .NET 3.5. If you want to upgrade, all the upgrade build versions will drop .NET 3.5 support.
|
| 2021-07-16 | 21.0.7867 | Smartsheet | | Added | - UseFullFilePathsAsTableNames 接続プロパティが追加されました。シートまたはレポートに対応するテーブルやビューの名前にフルファイルパスを含めるかどうかを設定します。
|
| 2021-07-06 | 21.0.7857 | Excel | | Added | - Added a config file option REPLACE_SYSTEM_LOCALE=TRUE. This indicates whether Office culture replaces system locale. The default value is TRUE. This way, there is the option to disable overriding system locale by setting it to FALSE.
|
| 2021-06-30 | 21.0.7851 | Smartsheet | | Added | - CSV または XLSX をトップレベルの「sheets」フォルダー、指定されたフォルダー、または指定されたワークスペースにインポートするサポートが追加されました。
|
| 2021-06-26 | 21.0.7847 | Excel | | Added | - Added the ability to move the columns up and down on the "CData Query" form grid view and change their order via the UI.
|
| 2021-06-24 | 21.0.7845 | Excel | | Added | - Added the default parameter "showPopups" so the user may decide whether to show popups when calling VBA functions.
|
| 2021-05-26 | 21.0.7816 | Smartsheet | | Added | - シートまたは行へのディスカッション追加のサポートが追加されました。ディスカッションへのコメント追加のサポートが追加されました。例はデータモデルの各テーブルで確認できます。
|
| 2021-05-21 | 21.0.7811 | Excel | | Added | - A new UI implementation is added for "in" and "not in" filter options on the "CData Query" form. The user is able to select via an interface from a list of distinct column values.
|
| 2021-04-25 | 21.0.7785 | General | | Added | - Added support for handling client side formulas during insert / update. For example: UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
|
| 2021-04-23 | 21.0.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.
|
| 2021-04-16 | 21.0.7776 | General | | Added | - Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - Reduced the length to 255 for varchar primary key and foreign key columns.
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - Updated index naming convention to avoid duplicates.
|
| 2021-03-24 | 21.0.7753 | Smartsheet | | Changed | - パーソナルアクセストークンの公開方法が改善されました。新しい接続プロパティ(PersonalAccessToken)と AuthScheme プロパティの新しい値(PersonalAccessToken)が追加されました。
|
| 2020-12-30 | 20.0.7669 | Excel | | Added | - Implemented user awareness during the upgrade process from 2019 to 2020 or 2021 editions.
|
| 2020-12-18 | 20.0.7657 | Excel | | Added | - Added the "is null" and "is not null" filters on the "CData Query" form.
|
| 2020-10-13 | 20.0.7591 | Smartsheet | | Added | - メタデータ検出エンドポイントが [/home](https://smartsheet-platform.github.io/api-docs/#list-contents) エンドポイントに変更されました。
- フォルダー/ワークスペースのトラバーサルのサポートが追加されました。info_folders、info_sheets、info_reports へのクエリは、最初のディレクトリレベルだけでなく、オブジェクトの完全なリストを返すようになります。
- info_folders、info_sheets、info_reports の各オブジェクトタイプに FolderId および WorkspaceID が公開されました。
|