Skip to content

Releases: dentsusoken/iPLAss

4.1.0

25 Jun 09:42

Choose a tag to compare

モジュールは以下からダウンロード可能です。

https://iplass.org/downloads/

Changes

変更点、詳細は以下のリンクを参照ください。

v4.1.0の変更点一覧

v4.1は3rdパーティライブラリのバージョンアップ、非推奨であった機能の削除等いくつかの変更が加えられています。
互換性に関するノートが各Issueに記述がありますので、v4.0からバージョンアップする際には、ご確認ください。

互換性に関するノートがある変更点一覧

v4.1.0には、v4.0.21までの機能拡張、バグ修正はすべて含まれています。

Changes in Enterprise Edition

以下はEnterprise Editionの変更点です。

  • LLM: AI機能をMDCモジュールのUIで利用可能にする [enhancement]

  • LLM: AI機能基盤とAmazon Bedrock用の実装クラスを追加する [enhancement]

  • MDC: ファイルダウンロード用ダイアログを非公開にする [compatibility notes][refactoring]

    MDCモジュールのUIカスタマイズにおいて、ファイルダウンロード用ダイアログ用コンポーネント( MFileDownloadDialog )が利用不可となりました。
    カスタムテンプレート等でこのコンポーネントを直接使用しているか確認してください。
    使用している場合は、独自作成したダイアログ等への移行を検討してください。

  • LLM: iPLAss MCPサーバ + メタデータCRUD Toolの提供 [enhancement]

  • LLM: 利用可能なAIサービスプロバイダとしてKnowNarratorを追加する [enhancement]

  • AWS2: aws-java-sdk apache-client -> apache5-client へ変更 [dependency update]

  • MDC: Nameに / を含むAggregationをメニューから開くとエラー [bug]

  • MDC: contextMap 経由でコンポーネント操作を利用可能にする [compatibility notes][enhancement]

    contextMap に今回新たに追加された以下のキーは、カスタムボタン実行時に doScript で new Function の仮引数として展開されます

    • mdcProxy
    • mdcComponent

    そのため、既存のカスタムスクリプトがトップレベルで const mdcProxy のように宣言している場合、仮引数との重複で SyntaxError になって動かなくなります。

  • WAM: 同意管理機能の提供 [enhancement]

  • MDC: 保存リスト機能の提供 [enhancement]

  • MDC: カスタムボタンから呼び出せない公開関数がある [bug]

  • iplass-ee-aws モジュール削除 [compatibility notes]

    iplass-ee-aws モジュールを利用している場合は、iplass-ee-aws2 モジュールに変更してください。
    iplass-ee-aws2 へのマイグレーションは、(4.0)Migration aws2 を参照してください。

  • Micrometer 1.12.8 -> 1.17.0 バージョンアップ [compatibility notes][dependency update]

    prometheus 利用者に限り、互換性の問題が発生する可能性があります。
    prometheus java クライアントのバージョンアップに伴い、出力結果が変わる可能性があります。
    詳細については、Micrometer のマイグレーションガイドを参照してください。

  • HikariCP 5.1.0 -> 7.1.0 バージョンアップ [dependency update]

  • スプレッドシートビュー機能の提供 [enhancement]

  • Excelアドイン連携 サンプルアプリケーションの提供 [enhancement]

  • ナレッジマネジメント・問い合わせ管理 サンプルアプリケーションの提供 [enhancement]

(English)
The module can be downloaded from the following links.

https://iplass.org/en/downloads/

Changes

For the details of the changes, please refer to the following links.

v4.1.0 Change Log
Note: For English descriptions, please refer to the comments from corresponding issues.

The v4.1 series includes several changes, such as updates to third-party libraries and the removal of deprecated features.
Please check the notes regarding compatibility in the respective issues when upgrading from v4.0.

List of changes with compatibility notes

v4.1.0 includes all feature enhancements and bug fixes from v4.0.21 and earlier.

Changes in Enterprise Edition

The changes in Enterprise Edition are listed below.

  • LLM: Enable AI features via the MDC module UI [enhancement]

  • LLM: Add AI feature infrastructure and implementation classes for Amazon Bedrock [enhancement]

  • MDC: Make the file download dialog private [compatibility notes][refactoring]

    The file download dialog component (MFileDownloadDialog) is no longer available for UI customization in the MDC module.
    Please check if you are using this component directly in custom templates or similar locations.
    If you are using it, please consider migrating to a custom-created dialog.

  • LLM: Provide iPLAss MCP Server + Metadata CRUD Tool [enhancement]

  • LLM: Add KnowNarrator as an available AI service provider [enhancement]

  • AWS2: Change aws-java-sdk from apache-client to apache5-client [dependency update]

  • MDC: Error occurs when opening an Aggregation with a / in its name from the menu [bug]

  • MDC: Enable component manipulation via contextMap [compatibility notes][enhancement]

    The following keys newly added to contextMap are expanded as formal parameters for new Function within doScript when executing custom buttons:

    • mdcProxy
    • mdcComponent

    Consequently, if existing custom scripts declare variables like const mdcProxy at the top level, a SyntaxError will occur due to a conflict with the formal parameters, causing the script to fail.

  • WAM: Provide consent management functionality [enhancement]

  • MDC: Provide saved list functionality [enhancement]

  • MDC: Some public functions cannot be called from custom buttons [bug]

  • Remove iplass-ee-aws module [compatibility notes]

    If you are using the iplass-ee-aws module, please switch to the iplass-ee-aws2 module.
    Please refer to (4.0)Migration aws2 for migration to iplass-ee-aws2.

  • Micrometer version upgrade: 1.12.8 -> 1.17.0 [compatibility notes][dependency update]

    Compatibility issues may arise for users of Prometheus.
    Output results may change due to the version upgrade of the Prometheus Java client.
    Please refer to the Micrometer migration guides for details.

  • HikariCP version upgrade: 5.1.0 -> 7.1.0 [dependency update]

  • Added Spreadsheet View functionality [enhancement]

  • Provided sample application for Excel Add-in integration [enhancement]

  • Provided sample application for knowledge management and inquiry management [enhancement]

4.0.21

24 Jun 09:12

Choose a tag to compare

モジュールは以下からダウンロード可能です。

https://iplass.org/downloads/

Changes

変更点、詳細は以下のリンクを参照ください。

v4.0.21の変更点一覧

Changes in Enterprise Edition

以下はEnterprise Editionの変更点です。

  • MDC: AuditLogセクションのプロパティ名の多言語対応が必要 [bug]
  • MDC: 2ペイン表示のカード形式で長いプロパティ名が折り返されず右側に突き抜ける [bug]
  • Workflow: ユーザタスク一覧パーツのフィルター条件で連動プロパティ機能を利用可能にする(GEM) [enhancement]
  • GEM: AuditLogセクションのプロパティ名の多言語対応 [bug]
  • GEM: 保存リストのファイル形式選択ポップアップがDefinition設定と不整合/直接ダウンロード時にファイル形式を選択できない [bug]
  • MDC: js-cookie バージョンアップ(webjar 3.0.5 → 3.0.8)[dependency update]
  • aws-java-sdk 2.42.30 -> 2.46.13 バージョンアップ [dependency update]

(English)
The module can be downloaded from the following links.

https://iplass.org/en/downloads/

Changes

For the details of the changes, please refer to the following links.

v4.0.21 Change Log
Note: For English descriptions, please refer to the comments from corresponding issues.

Changes in Enterprise Edition

The solved issues of Enterprise Edition are listed below.

  • MDC: Multilingual support required for property names in the AuditLog section [bug]
  • MDC: Long property names overflow to the right instead of wrapping in the two-pane card view [bug]
  • Workflow: Enable the linked property feature for filter conditions in the user task list component (GEM) [enhancement]
  • GEM: Multilingual support for property names in the AuditLog section [bug]
  • GEM: File format selection popup for saved lists is inconsistent with Definition settings / Unable to select file format during direct download [bug]
  • MDC: js-cookie version upgrade (webjar 3.0.5 → 3.0.8) [dependency update]
  • aws-java-sdk version upgrade (2.42.30 → 2.46.13) [dependency update]

3.2.44

23 Jun 09:48

Choose a tag to compare

モジュールは以下からダウンロード可能です。

https://iplass.org/downloads/

Changes

変更点、詳細は以下のリンクを参照ください。

v3.2.44の変更点一覧

Changes in Enterprise Edition

以下はEnterprise Editionの変更点です。

  • MDC: js-cookie バージョンアップ(webjar 3.0.5 → 3.0.8) [dependency update]
  • GEM: AuditLogセクションのプロパティ名の多言語対応 [bug]
  • MDC: AuditLogセクションのプロパティ名の多言語対応が必要 [bug]

(English)
The module can be downloaded from the following links.

https://iplass.org/en/downloads/

Changes

For the details of the changes, please refer to the following links.

v3.2.44 Change Log
Note: For English descriptions, please refer to the comments from corresponding issues.

Changes in Enterprise Edition

The solved issues of Enterprise Edition are listed below.

  • MDC: js-cookie version upgrade (webjar 3.0.5 → 3.0.8) [dependency update]
  • GEM: Multilingual support for property names in the AuditLog section [bug]
  • MDC: Multilingual support required for property names in the AuditLog section [bug]

4.0.20

28 May 09:07

Choose a tag to compare

モジュールは以下からダウンロード可能です。

https://iplass.org/downloads/

Changes

変更点、詳細は以下のリンクを参照ください。

v4.0.20の変更点一覧

Changes in Enterprise Edition

以下はEnterprise Editionの変更点です。

  • GEM: 保存リスト一覧からの直接ファイルダウンロードで何も起きない [bug]
  • MDC: TopViewのSearchResult Listにて、column infoを設定するとカードでの表示が崩れる [bug]
  • AdminConsole:ラベルが表示されない箇所が複数存在する [bug]
  • MDC: 依存ライブラリのアップデート(axios: 1.15.0 -> 1.16.1) [dependency update]
  • Workflow: ユーザタスク一覧の各種Action/WebAPIをカスタマイズできるようにする [enhancement]
  • GEM:ワークフロー履歴セクションからタスク詳細ダイアログ表示時にタスクを処理したユーザのみ表示されてる場合に全員未回答だとタスクOIDが取得できずにエラーになる [bug]
  • MDC: SearchResultList がレスポンシブ対応されていない [bug]
  • MDC:Aggregation(集計)のローデータ表示時に、設定されたフィルタ条件による絞り込みが行われていない [bug]
  • MDC:SelectタイプのReference項目、表示項目が入力しない場合、画面表示不正 [bug]
  • MDC: 汎用検索(EntityListing)機能の提供 [enhancement]
  • MDC: 一括更新画面のView名を指定してもDefaultのBulkViewが表示される [bug]
  • MDC: Reference型Propertyの表示タイプ SELECT の選択値を画面上で絞り込めるようにする [enhancement]
  • MDC: fiexedTenantを設定した場合、MDCが正常に動作しない [bug][compatibility notes]

    MDC の静的コンテンツの配置パスを /mdc/ から /static/mdc/ に変更しました。
    以下に該当する場合は対応が必要です。

    • オリジナルコンポーネントを使用している場合
      iplass-ee-skeleton の最新版(4.0.20以降)を取り込んだ後、npm run build で再ビルドしてください。
      src/main/webapp/static/mdc/ 配下に成果物が出力されます。
      なお、旧パス src/main/webapp/mdc/ 配下に残っているファイルは不要なので削除してください。

    • MDC の resource.jsp / resourceJs.jsp を上書きしている場合
      JSP 内の ${staticContentPath}/mdc/... 参照を ${staticContentPath}/static/mdc/... に変更してください

(English)
The module can be downloaded from the following links.

https://iplass.org/en/downloads/

Changes

For the details of the changes, please refer to the following links.

v4.0.20 Change Log
Note: For English descriptions, please refer to the comments from corresponding issues.

Changes in Enterprise Edition

The solved issues of Enterprise Edition are listed below.

  • GEM: Nothing happens when downloading files directly from the saved list [bug]
  • MDC: When setting column info in the TopView's SearchResult List, the card display breaks [bug]
  • AdminConsole: There are multiple places where labels are not displayed [bug]
  • MDC: Dependency library update (axios: 1.15.0 -> 1.16.1) [dependency update]
  • Workflow: Allows customization of various Actions/WebAPIs in the user task list [enhancement]
  • GEM: When displaying the task details dialog from the workflow history section, if only users who have processed the task are displayed, and all users have not responded, the task OID cannot be obtained and an error occurs [bug]
  • MDC: SearchResultList is not responsive [bug]
  • MDC: When displaying raw data in Aggregation, filtering by the set filter conditions is not performed [bug]
  • MDC: When displaying Reference fields of Select type, the screen display is incorrect if the display fields are not entered [bug]
  • MDC: Provides a general-purpose search (EntityListing) function [enhancement]
  • MDC: Default BulkView is displayed even when a View name is specified on the bulk update screen [bug]
  • MDC: Allows filtering of the selected value of Reference type Property display type SELECT on the screen [enhancement]
  • MDC: MDC does not function correctly when fixedTenant is set [bug][compatibility notes]

    Changed the location path of MDC's static content from /mdc/ to /static/mdc/.
    Action is required if any of the following apply.

    • If you are using the original component
      After incorporating the latest version of iplass-ee-skeleton (4.0.20 or later), rebuild with npm run build.
      The artifacts will be output under src/main/webapp/static/mdc/ .
      Note that any files remaining under the old path src/main/webapp/mdc/ are unnecessary, so please delete them.
    • If you have overwritten resource.jsp / resourceJs.jsp of MDC
      Change the reference ${staticContentPath}/mdc/... in your JSP to ${staticContentPath}/static/mdc/...

3.2.43

28 May 02:48

Choose a tag to compare

モジュールは以下からダウンロード可能です。

https://iplass.org/downloads/

Changes

変更点、詳細は以下のリンクを参照ください。

v3.2.43の変更点一覧

Changes in Enterprise Edition

以下はEnterprise Editionの変更点です。

  • WAM: serverless版プラグインの依存ライブラリのアップデート(h3: 1.15.1 → 1.15.11)[dependency update]
  • MDC: 依存ライブラリのアップデート(axios: 1.15.0 -> 1.16.1)[dependency update]
  • AdminConsole:ラベルが表示されない箇所が複数存在する [bug]
  • MDC:SelectタイプのReference項目、表示項目が入力しない場合、画面表示不正 [bug]
  • MDC: fiexedTenantを設定した場合、MDCが正常に動作しない [bug][compatibility notes]

    MDC の静的コンテンツの配置パスを /mdc/ から /static/mdc/ に変更しました。
    MDC の resource.jsp / resourceJs.jsp を上書きしている場合は、
    JSP 内の ${staticContentPath}/mdc/... 参照を ${staticContentPath}/static/mdc/... に変更してください。

(English)
The module can be downloaded from the following links.

https://iplass.org/en/downloads/

Changes

For the details of the changes, please refer to the following links.

v3.2.43 Change Log
Note: For English descriptions, please refer to the comments from corresponding issues.

Changes in Enterprise Edition

The solved issues of Enterprise Edition are listed below.

  • WAM: Serverless plugin dependency library update (h3: 1.15.1 → 1.15.11) [dependency update]
  • MDC: Dependency library update (axios: 1.15.0 -> 1.16.1) [dependency update]
  • AdminConsole: Multiple locations where labels are not displayed [bug]
  • MDC: Select type Reference field, display incorrectly if display field is not entered [bug]
  • MDC: MDC does not function correctly when fixedTenant is configured [bug] [compatibility notes]

    The static content placement path for MDC has been changed from /mdc/ to /static/mdc/.
    If you are overriding resource.jsp / resourceJs.jsp in MDC,
    Please change the ${staticContentPath}/mdc/... references in your JSP to ${staticContentPath}/static/mdc/...

4.0.19

30 Apr 10:08

Choose a tag to compare

モジュールは以下からダウンロード可能です。

https://iplass.org/downloads/

Changes

変更点、詳細は以下のリンクを参照ください。

v4.0.19の変更点一覧

Changes in Enterprise Edition

以下はEnterprise Editionの変更点です。

  • MDC: 定型集計主要な機能対応(基本プロパティ、フィルタ部分、集計テーブル、集計グラフ) [enhancement]
  • GEM: EntityListingの編集モードでファイルダウンロード時にsavedListNameが取得できない [bug]
  • Workflow: タスク一覧パーツのフィルター条件を複数列レイアウトで表示できるようにする [enhancement]
  • MDC: DetailDecimalPropertyEditorの型ガード関数のシグネチャ誤り [bug]
  • aws-java-sdk 2.42.10 -> 2.42.30 バージョンアップ [dependency update]
  • WAM: javascriptプラグインの依存ライブラリアップデート(h3:1.15.5 -> 1.15.11)[dependency update]
  • WorkFlow: UserTaskの完了条件にCUSTOMを追加 [enhancement]
  • MDC: 依存ライブラリのアップデート - axios: 1.13.5 -> 1.15.0 [dependency update]
  • Workflow: Userタスク詳細画面にカスタムテンプレートを埋め込めるように [enhancement]
  • Workflow: Userタスク詳細画面にて、ユーザタスクを完了する際のサーバサイドのカスタム処理を組み込める機構 [enhancement]
  • AdminConsole: TopViewのユーザタスク一覧パーツ設定ダイアログで、Entity Propertiesから新Show Propertiesにプロパティをドラッグ&ドロップできてしまう [bug]
  • MDC: Entity定義に存在しないプロパティデータを無視したインポート実行に対応する [enhancement]

(English)
The module can be downloaded from the following links.

https://iplass.org/en/downloads/

Changes

For the details of the changes, please refer to the following links.

v4.0.19 Change Log
Note: For English descriptions, please refer to the comments from corresponding issues.

Changes in Enterprise Edition

The solved issues of Enterprise Edition are listed below.

  • MDC: Support for major standard aggregation functions (basic properties, filter section, aggregation table, aggregation graph) [enhancement]
  • GEM: Unable to retrieve savedListName when downloading files in EntityListing's edit mode [bug]
  • Workflow: Enables display of filter conditions in the task list part in a multi-column layout [enhancement]
  • MDC: Incorrect signature of type guard function in DetailDecimalPropertyEditor [bug]
  • aws-java-sdk 2.42.10 -> 2.42.30 version upgrade [dependency update]
  • WAM: Javascript plugin dependency library update (h3: 1.15.5 -> 1.15.11) [dependency update]
  • WorkFlow: Added CUSTOM to UserTask completion conditions [enhancement]
  • MDC: Dependency library update - axios: 1.13.5 -> 1.15.0 [dependency [update]
  • Workflow: Allows embedding of custom templates in the User task details screen [enhancement]
  • Workflow: Adds a mechanism to incorporate server-side custom processing when a user task is completed in the User task details screen [enhancement]
  • AdminConsole: In the TopView user task list part settings dialog, properties can be dragged and dropped from Entity Properties to the new Show Properties [bug]
  • MDC: Adds support for import execution ignoring property data that does not exist in the Entity definition [enhancement]

3.2.42

28 Apr 09:47

Choose a tag to compare

モジュールは以下からダウンロード可能です。

https://iplass.org/downloads/

Changes

変更点、詳細は以下のリンクを参照ください。

v3.2.42の変更点一覧

Changes in Enterprise Edition

以下はEnterprise Editionの変更点です。

  • MDC: 依存ライブラリのアップデート - axios: 1.13.5 -> 1.15.0 [dependency update]
  • WorkFlow: UserTaskの完了条件にCUSTOMを追加 [enhancement]
  • WAM: javascriptプラグインの依存ライブラリアップデート(h3:1.15.5 -> 1.15.11) [dependency update]
  • GEM: EntityListingの編集モードでファイルダウンロード時にsavedListNameが取得できない [bug]
  • WAM: serverless版プラグインの依存ライブラリのアップデート(h3: 1.8.1 → 1.15.1, axios: 1.13.5 → 1.15.2, ufo: 1.3.0 → 1.6.3)[dependency update]

(English)
The module can be downloaded from the following links.

https://iplass.org/en/downloads/

Changes

For the details of the changes, please refer to the following links.

v3.2.42 Change Log
Note: For English descriptions, please refer to the comments from corresponding issues.

Changes in Enterprise Edition

The solved issues of Enterprise Edition are listed below.

  • MDC: Dependency library update - axios: 1.13.5 -> 1.15.0 [dependency update]
  • WorkFlow: Added CUSTOM to UserTask completion conditions [enhancement]
  • WAM: Javascript plugin dependency library update (h3: 1.15.5 -> 1.15.11) [dependency update]
  • GEM: Cannot retrieve savedListName when downloading files in EntityListing edit mode [bug]
  • WAM: Serverless plugin dependency library update (h3: 1.8.1 → 1.15.1, axios: 1.13.5 → 1.15.2, ufo: 1.3.0 → 1.6.3) [dependency update]

4.0.18

26 Mar 09:39

Choose a tag to compare

モジュールは以下からダウンロード可能です。

https://iplass.org/downloads/

Changes

変更点、詳細は以下のリンクを参照ください。

v4.0.18の変更点一覧

Changes in Enterprise Edition

以下はEnterprise Editionの変更点です。

  • Workflow: ワークフロー変数の取得、更新用メソッドの追加 [enhancement]
  • MDC:操作ログセクションのユーザー列をリンク(User詳細画面へのリンク)にすることを可能 [enhancement]
  • MDC: TopViewにおけるSearchResult表示のデザイン微調整 [enhancement]
  • MDC: 2ペインにおいて、モバイル端末にてペインの幅を調節するツマミが動作しない [bug]
  • MDC: 2ペインにおけるDetailView AppBarの不具合修正 [bug]
  • aws-java-sdk 2.33.8 -> 2.42.10 バージョンアップ [dependency update]

(English)
The module can be downloaded from the following links.

https://iplass.org/en/downloads/

Changes

For the details of the changes, please refer to the following links.

v4.0.18 Change Log
Note: For English descriptions, please refer to the comments from corresponding issues.

Changes in Enterprise Edition

The solved issues of Enterprise Edition are listed below.

  • Workflow: Added methods for retrieving and updating workflow variables. [enhancement]
  • MDC: Enabled linking the user column in the operation log section (linking to the User details screen). [enhancement]
  • MDC: Minor design adjustments to the SearchResult display in TopView. [enhancement]
  • MDC: In 2-pane layouts, the slider for adjusting pane width does not work on mobile devices. [bug]
  • MDC: Fixed a bug in the DetailView AppBar in 2-pane layouts. [bug]
  • aws-java-sdk 2.33.8 -> 2.42.10 version upgrade. [dependency update]

3.2.41

25 Mar 10:49

Choose a tag to compare

モジュールは以下からダウンロード可能です。

https://iplass.org/downloads/

Changes

変更点、詳細は以下のリンクを参照ください。

v3.2.41の変更点一覧

Changes in Enterprise Edition

Enterprise Editionの変更点はありません。

(English)
The module can be downloaded from the following links.

https://iplass.org/en/downloads/

Changes

For the details of the changes, please refer to the following links.

v3.2.41 Change Log
Note: For English descriptions, please refer to the comments from corresponding issues.

Changes in Enterprise Edition

There are no changes in the Enterprise Edition.

4.0.17

26 Feb 09:32

Choose a tag to compare

モジュールは以下からダウンロード可能です。

https://iplass.org/downloads/

Changes

変更点、詳細は以下のリンクを参照ください。

v4.0.17の変更点一覧

Changes in Enterprise Edition

以下はEnterprise Editionの変更点です。

  • 二段階認証(TOTP): QRコード生成でライブラリのバグにより特定条件でエラーが発生する [bug]

  • MDC: ユーザタスク一覧関連vueにてany型を引数にしている箇所のリファクタリング [refactoring]

  • TimeBased 2段階認証のワンタイムパスワード有効範囲(過去方向)を設定可能にする [compatibility notes][enhancement]

    GEM、MDC、WAMモジュールのそれぞれのログイン画面におけるTimeBased 2段階認証のワンタイムパスワードのバックワードウィンドウサイズが固定値となっていましたが、TimeBasedOneTimePasswordHandlerのtimeStepWindowSizeもしくはbackwardTimeStepWindowSizeの設定を参照するようになりました。
    ウィンドウサイズを変更する場合はTimeBasedOneTimePasswordHandlerの設定変更をお願いします。
    https://iplass.org/docs/serviceconfig/index.html#TimeBasedOneTimePasswordHandler

  • Workflow:ユーザタスク詳細埋め込み内のリファレンス項目関連のボタン(新規、削除)の挙動不正 [bug]

  • Workflow: CANCELED でワークフローが終了した後にUserTaskで回答すると NullPointerException が発生する [bug]

  • SendGrid: MailTemplateにHTMLメッセージ未設定の場合、WebAPI v3メール送信ができない [bug]

  • AWS2: S3LobStore、requiredTagチェックで失敗した場合の理由を例外から判別可能にする [enhancement]

  • Workflow: カスタム処理内でワークフロー変数を参照可能にする [enhancement]

  • MDC: 依存ライブラリアップデート(axios: 1.12.2 -> 1.13.5) [dependency update]

  • SendGrid: Web API v3利用時にボディパラメータを上書き可能にする [enhancement]

  • WAM: JavaScript版プラグインの依存ライブラリアップデート(h3: 1.12.0 -> 1.15.5, ufo: 1.5.4 -> 1.6.3) [dependency update]

(English)
The module can be downloaded from the following links.

https://iplass.org/en/downloads/

Changes

For the details of the changes, please refer to the following links.

v4.0.17 Change Log
Note: For English descriptions, please refer to the comments from corresponding issues.

Changes in Enterprise Edition

The solved issues of Enterprise Edition are listed below.

  • Two-factor authentication (TOTP): A library bug caused an error when generating QR codes under certain conditions. [bug]

  • MDC: Refactored parts of the user task list-related vue that used the "any" type as an argument. [refactoring]

  • Enabled setting the validity range (backward) of one-time passwords for time-based two-factor authentication. [compatibility notes][enhancement]

    The backward window size for one-time passwords for time-based two-factor authentication on the login screens of the GEM, MDC, and WAM modules was previously a fixed value.
    Now, it references the timeStepWindowSize or backwardTimeStepWindowSize setting of the TimeBasedOneTimePasswordHandler.
    To change the window size, please change the TimeBasedOneTimePasswordHandler setting.
    https://iplass.org/docs/serviceconfig/index.html#TimeBasedOneTimePasswordHandler

  • Workflow: Reference item-related buttons (New, Delete) in embedded user task details behave incorrectly. [bug]

  • Workflow: A NullPointerException occurs when responding to a UserTask after a workflow has ended with CANCELED. [bug]

  • SendGrid: WebAPI v3 email cannot be sent if an HTML message is not set in the MailTemplate. [bug]

  • AWS2: S3LobStore and requiredTag checks now display the reason for failure from the exception. [enhancement]

  • Workflow: Workflow variables can now be referenced in custom processes. [enhancement]

  • MDC: Dependency library update (axios: 1.12.2 -> 1.13.5) [dependency update]

  • SendGrid: Body parameters can now be overridden when using Web API v3. [enhancement]

  • WAM: Dependency library update for JavaScript plugins (h3: 1.12.0 -> 1.15.5, ufo: 1.5.4 -> 1.6.3) [dependency update]