Yellowfin Change Log
Yellowfin BI 9.8.2.2 - build 20230501
Published: 2 May, 2023
国内公開日: 2023/05/02
製品リリースにおけるナンバリングのルールを変更しています。
従来:V8.0.1→V8.0.2→V8.0.3 …
Ver9:V9.1.0→V9.2.0→V9.3.0 …
※必要に応じてパッチリリースされる場合があり、その際のナンバリングは9.x.1→9.x.2…となります。
詳細につきましてはサポート提供規約をご確認ください。
ダウンロードはこちら
※ダウンロードにはログインが必要です。
Yellowfinの古いバージョンにおいて、セキュリティ脆弱性が確認され、最新バージョンにアップグレードしていないお客様に影響が出る可能性があります。
現在ご利用いただいおりますYellowfinのバージョンをできるだけ早く、影響を受けないバージョンへアップグレードしていただくようお願いします。
詳細につきましては【重要】セキュリティ情報をご確認ください。
Resolved Issues(不具合改修):
- Resolved the issue with report columns being 5px wider than normal.
レポートのカラムが通常より5px広くなる事象を解消しました。
=============================================================
Yellowfin Change Log
Yellowfin BI 9.8.2.1 - build 20230421
Published: 24 April, 2023
国内公開日: 2023/04/25
本ビルドをご要望の方は、サポート宛にお問合せください。
Resolved Issues(不具合改修):
- Updated hsqldb.jar from 2.3.4 to 2.7.1.
hsqldb.jarを2.7.1にアップデートしました。
=============================================================
Yellowfin Change Log
Yellowfin BI 9.8.2 - build 20230420
Published: 20 April, 2023
国内公開日: 2022/10/11
本ビルドをご要望の方は、サポート宛にお問合せください。
Enhancements(機能強化・拡張):
管理
- Added an automated mechanism that will run at a client specified interval, to query a license file from a central server and update the current license if applicable.
指定した間隔でセントラルサーバーからライセンスファイルを照会し、該当する場合は現在のライセンスを更新する自動メカニズムを追加しました。 - Added a new feature that will prompt to have export settings applied to Client Organizations when updating the settings at the Primary Organization.
デフォルト組織でエクスポートのデフォルトを変更したとき、指定したクライアント組織にも適用できるようになりました。 - Added additional logging for the SSO login process.
SSOログイン処理に関してのログを追加しました。 - Modified the JWT Signature Verification Algorithm selection from radio buttons to a dropdown list.
「JWTの署名アルゴリズム」の設定をラジオボタンからドロップダウンリストに変更しました。
ダッシュボード
- The Report search panel is now semi transparent when dragging a report in the Dashboard and Present editors.
ダッシュボードエディターとプレゼントエディターでレポートをドラッグした際に、レポート検索パネルが半透明化されるようになりました。
データソース
- Changed the Data Source refresh time from being hours to minutes to allow finer granularity of control on how long database connections should remain in the connection pool.
より細かい制御が行えるよう、コネクションプールの「更新時間(接続をセットし直す間隔)」を分単位で設定できるように変更しました。
フィルター
- Added support for the CLIENTREFID token in custom filter queries that are not on-demand.
オンデマンドではないカスタムクエリーフィルターで"CLIENTREFID"トークンが利用できるようになりました。 - Implemented a configuration option that will enable non-mandatory filters on Jasper Reports.
Jasper Reportsで必須ではないフィルターを有効にする設定を追加しました。 - Added a configurable report format to control the width of the left navigation filters' expandable panel.
レフトサイドフィルターパネルの幅を設定できるようになりました。 - Added an option to not sort a custom SQL Query filter ASC or DESC but retain the sort sequence from the database query.
カスタムクエリーフィルターを昇順または降順で並べ替えせず、データベースクエリーの並び順を保持できるようになりました。
インポート/エクスポート
- Added the ability to exclude data source information when exporting content.
エクスポートコンテンツからデータソースの情報を除外することができるようになりました。 - Enabled the use of CSS variables in PDF export when using custom CSS styles.
カスタムCSSスタイル使用時のPDF書き出しで、CSS変数を使用できるようにしました。
インフラストラクチャー
- Added support for using Databricks data sources.
Databricksをデータベース一覧に追加しました。 - Added a new REST endpoint that allows user details to be fetched using the username /rpc/users/user-details-by-username/{username}
ユーザー名を使用してユーザー情報を取得するエンドポイントを追加しました(/rpc/users/user-details-by-username/{username} )。
NLQ
- Added updates to the user interface of the NLQ synonym feature, specifically to the '+' symbol color, in order to make it more apparent when synonyms had been added.
NLQ設定画面で、同意語設定のユーザーインターフェースを改良しました、特に同義語が追加されたことを明確にするため、+ボタンの色を変更しました。
レポートビルダー
- Added new date and time formatting options: HH:mm, HH:mm:ss, HH:mm:ss.S, and dd.MM.yyyy. These options now support the default time format in Germany, which is HH:mm:ss with a leading zero for the hour value.
日付と時刻の書式に次の書式を新たに追加しました:HH:mm, HH:mm:ss, HH:mm:ss.S, dd.MM.yyyy
これらはドイツのデフォルトの時間形式であるHH:mm:ssに対応し、時間の値には先頭のゼロが含まれます。 - Added a functionality to add the page slider in both above and below the table.
表の上下にページスライダーを表示することができるようになりました。
セキュリティ
- Updated from snakeyaml jar 1.26 to 1.33.
snakeyaml jarを1.33にアップデートしました。 - Updated batik-all jar from 1.12 to 1.16.
batik-all jarを1.16にアップデートしました。 - Upgraded woodstox-core.jar from 6.2.6 to 6.5.0.
woodstox-core.jarを6.5.0にアップデートしました。
Resolved Issues(不具合改修):
管理
- Added capability to allow connections to Snowflake to not have a default database specified.
Snowflake利用時、デフォルトデータベースの指定せずに接続できるよう改良しました。 - Resolved a null pointer issue when editing accounts without email or last name.
電子メールや姓がないユーザー情報を編集する際に発生していたエラーを解消しました。 - Added an advanced configuration option to improve performance when loading the browse page.
パフォーマンス改善の一環として、閲覧ページロード中に実行されるコメント数のカウント処理を制御する設定を追加しました。 - Resolved an issue with LDAP users losing group membership if their DistinguishedName changed as result of being moved in the directory.
LDAPユーザーのディレクトリを移動した結果DistinguishedNameが変更されると、グループメンバーシップが失われる事象を解消しました。
ブロードキャスト
- Fixed broadcast format icons (CSV, DOC, PDF, TXT, and XLS) so that they changed to a blue color on selection.
ブロードキャスト設定画面にて、選択したファイルタイプのアイコンが青に切り替わるよう改善しました。
閲覧ページ
- Resolved an issue so that new Presentations are not automatically added as a favorite.
新たに作成したプレゼンテーションが自動的にお気に入り登録されていた事象を解消しました。
グラフ
- Resolved an issue with JS charts not displaying when other elements are present on the report canvas.
レポートキャンバスに他のエレメントが配置されているとき、JSグラフが表示されなかった事象を解消しました。 - Resolved an issue on pie-chart tooltips where the "others" segment was not set.
円グラフのツールチップに「その他」が表示されていなかった事象を解消しました。 - 24827 - Resolved an issue to ensure that changes to Slider Initial Range are reflected immediately when building a report.
日付スライダー設定時、「スライダーの初期範囲」が反映されていなかった事象を解消しました。 - Fixed an issue where a GIS layer using the same report data as the primary map, could not be sectioned.
プライマリーと同じレポートデータを使用したGISレイヤーにセクションが適用されていなかった事象を解消しました。
ダッシュボード
- Fixed an issue that prevented Dashboard tabs changing by triggering a click event via JavaScript.
JavaScriptでクリックイベントを発生させると、ダッシュボードのタブが変化しない事象を解消しました。 - Resolved an issue where some report configurations caused Dashboard filter linking to fail.
特定の条件下にて、ダッシュボードのフィルターリンクが設定できなかった事象を解消しました。 - Fixed an issue where making certain changes on the Dashboard Management page would remove users from the User Access list.
ダッシュボード管理で特定の変更を行った際、アクセスリストからユーザーが削除されていた事象を解消しました。 - Resolved an issue where a system error occurred when saving a private Dashboard.
非公開ダッシュボード保存時に発生していたシステムエラーを解消しました。 - Resolved an issue where the “Return to Dashboard” button was not shown when using Yellowfin on an iPad browser
iPadブラウザでYellowfinを閲覧した際、「ダッシュボードに戻る」ボタンが表示されていなかった事象を解消しました。 - Fixed an issue where Dashboard Filter Group Names in Japanese were corrupted when using SQL Server.
SQL Serverをリポジトリデータベースとして使用しているとき、ダッシュボードのフィルターグループ名の日本語が文字化けする事象を解消しました。 - Resolved an issue where users were directed to the primary Dashboard instead of the copied version when making an edit.
Webサービス経由でダッシュボードを編集した際、コピーされたバージョンではなくオリジナルのダッシュボードに誘導されていた事象を解消しました。 - Fixed an issue with unclear text labels when switching the access toggle between “Visible to All” and “Private” while creating Dashboard Bookmarks.
ダッシュボードブックマーク作成時の、アクセス権設定のトグルボタンのテキストを見直しました。 - Resolved an issue where Dashboard drill down link interactions stopped working after the second drill down.
ダッシュボードドリルダウンのインタラクションが、2回目のドリルダウン以降動作しなかった事象を解消しました。 - Fixed an issue with thumbnail generation for Canvas Dashboards and Presentations.
キャンバスダッシュボードとプレゼンテーションのサムネイルの生成処理を見直しました。 - Resolved an intermittent issue where the left side navigation filters would disappear on dashboards.
ダッシュボードのレフトサイドナビゲーションフィルターが断続的に表示されなくなる事象を解消しました。
データソース
- Resolved an issue where a table could not be created for a writable Databricks Data Source.
書き込み可のDatabricksデータソースにテーブルが作成できなかった事象を解消しました。 - Resolved an issue with Databricks JDBC connections not supporting API token authentication.
Databricks接続時のAPIトークン認証に対応しました。 - Resolved an issue with the Data Source editing screen showing username and password fields for data sources that do not require them, for example: Kerberos authentication for Oracle databases.
OracleのKerberos認証のように、データベース接続時にユーザー名とパスワードを必要としないデータソースを作成する際にはユーザ名とパスワードを表示しないよう改良しました。 - Removed the ability for the Redshift connection wizard to use the PostgreSQL JDBC driver, as the latest PostgreSQL Drivers are no longer compatible with RedShift.
最新のPostgreSQLドライバがRedShiftと互換性がないため、Redshift接続時のドライバーリストからPostgreSQL Driverを削除しました。
トランスフォーメーションフロー
- Fixed the possibility of a deadlock in Data Transformation.
トランスフォーメーションフローでのデッドロックの可能性を回避するため、処理を見直しました。
フィルター
- Resolved an issue where the Top N filter was disappearing from Dashboard after editing the report used in that Dashboard.
ダッシュボードで使用しているレポートを編集すると、高度な関数のユーザプロンプトがダッシュボードのフィルターから外れてしまう事象を解消しました。 - Resolved an issue where reports on freehand SQL views would not restrict filter prompt values by other applied filters.
フリーハンドSQLビューから作成したレポートで「すべてのフィルター値を表示する」設定が動作していなかった事象を解消しました。 - Resolved an issue that would let users create duplicate Dashboard or Presentation filters, that would cause filter linking to behave inconsistently.
ダッシュボードやプレゼンテーションのフィルターを重複して作成すると、フィルターのリンクが正常に動作しなかった事象を解消しました。 - Resolved an issue where linked date filters changed from date format to timestamp format when used on OLAP subqueries.
OLAPサブクエリーを使用した際、日付フィルターの書式が日付型からタイムスタンプ型に変更される事象を解消しました。
インポート/エクスポート
- Resolved an issue that would cause some export items to be marked as having been deleted after logging out.
特定の条件下にて、再ログイン後にエクスポートコンテンツが削除済み扱いになっていた事象を解消しました。 - Resolved an issue where the Add to Export List menu option was incorrectly showing for private content.
「エクスポート一覧に追加」オプションが非公開コンテンツに表示されていた事象を解消しました。 - Resolved an issue where Dashboard filters were lost during content import.
コンテンツのインポート時にダッシュボードフィルターが失われる事象を解消しました。 - Fixed an issue where the import process was taking a long time when the schema name was invalid.
コンテンツインポート時、スキーマ名が不正だとインポート処理に通常以上の時間を要していた事象を解消しました。 - Resolved an issue where some passwords could not be decrypted correctly on some particular JVMs.
特定のJavaバージョンにて、パスワードが正しく復号されなかった事象を解消しました。
PDF/XLSエクスポート
- Resolved an issue with PDF exports of Dashboards that contain canvas-based reports with "shrink to fit" enabled.
マルチグラフキャンバスレポートを含んだダッシュボードのPDFエクスポート時、「ページ幅に合わせて縮小」が動作していなかった事象を解消しました。 - Fixed an issue with XLSX export missing Subtotal labels.
Excelエクスポート時、小計のラベルが表示されていなかった事象を解消しました。 - Fixed an issue where custom CSS was not being applied to PDF exports.
PDFエクスポート時にカスタムCSSが適用されていなかった事象を解消しました。
インフラストラクチャー
- Implemented a caching mechanism that will improve the loading speed of Cached Filters when loading a report.
パフォーマンス改善として、レポートロード中のフィルターフィールドのキャッシュ処理を見直しました。 - Resolved an issue with some Jasper Reports not running. A library dependency was added to fix this issue.
特定のJasperレポートが実行できなかった事象を解消しました。 - Fixed an issue with yfx files including private reports not being generated in the REST API endpoint for users with Super User roles.
コンテンツスーパーユーザーの権限を持つユーザーであっても、REST API経由では個人レポートをエクスポートできなかった事象を解消しました。 - Fixed an issue where the ReportService web service was not accepting pipe as a delimiter for values for the BETWEEN filter operator.
Between(~の間)演算子の値の区切り文字としてのパイプが、Webサービスでは動作していなかった事象を解消しました。
レポートビルダー
- Resolved an issue where drill-through popups were not displaying at the correct size after subsequent drill-throughs or drill-backs.
ポップアップタイプのドリルスルーを繰り返したとき、ポップアップのサイズが正しく計算されていなかった事象を解消しました。 - Resolved an issue where column text display position was not precisely centered even when the style was set to “center”.
カラム(列)の見出しを "中央 "に設定しても、テキストの表示位置が正確に中央にならない事象を解消しました。 - Resolved an issue with Report editing via web services where the report was not copied prior to putting it into edit mode.
Webサービス経由でレポートを編集する際、アーカイブが生成されていなかった事象を解消しました。
セキュリティー
- Resolved multiple reflected XSS vulnerabilities.
複数のXSS脆弱性に対応しました。 - Fixed several areas where end-points would not perform the correct function check, which would allow some users to perform functions above their level of access.
エンドポイントが正しい機能チェックを行わず、一部のユーザーがアクセスレベル以上の機能を実行できるようになっていた複数の箇所を改良しました。 - Fixed a security issue that user information could be retrieved via task assignment even if the user has no access to the organization.
クライアント組織へのアクセス権がないユーザーであっても、タスク割り当てによりユーザー情報を取得できるセキュリティの問題を解消しました。
ビュー
- Fixed an issue where adding Views to My Favorites would not result in the Views appearing on My Favorites page.
お気に入りに追加したビューが、Myコンテンツのお気に入りに表示されていなかった事象を解消しました。 - Fixed an issue where the view field description was erased after editing a field format in the report builder.
レポートビルダーでカラムの書式を変更すると、ビュービルダーで設定していたカラムの説明が消失する事象を解消しました。 - Resolved an issue with a data type mismatch when grouping numeric fields on Snowflake datasources.
Snowflakeで数値型のデータをグループ化すると、データ型の不一致が発生していた事象を解消しました。