Skip to content

v1.5.4

Latest

Choose a tag to compare

@dario-vega dario-vega released this 18 Dec 13:41
· 2 commits to main since this release
0361e29

Release Notes - Version 1.5.4

Added

  • Added support for OCI session tokens when adding cloud connections
    using an OCI config file.

Changed

  • Removed the need to manually configure the Oracle NoSQL SDK path for
    Cloud, On-prem, and CloudSim connections. The SDK is now included solely
    as a Gradle dependency.
  • Updated the connection display name in the NoSQL Tool Window for cloud
    connections created using OCI config files.
  • Updated the Update Row (Advanced DDL) dialog with a new scrollable,
    JSON-aware text area, replacing the old non-JSON editor.
  • Creating a cloud connection using an OCI config file no longer requires
    specifying the endpoint. Only the config file location and profile are required.
  • Upgraded Gradle to version 8.14.2+.
  • Upgraded the Oracle NoSQL Java SDK to version 5.4.18.
  • Updated the minimum supported IntelliJ Platform version to
    2025.1.7+ (build 251.29188.11+).
  • Updated IntelliJ plugin tooling from org.jetbrains.intellij v1.17.3
    to org.jetbrains.intellij.platform v2.10.5.

Fixed

  • Resolved the issue described in GitHub Issue #11, affecting both
    On-prem and Cloud connections when using kv-25.3 and above.
  • Fixed JSON explorer issues in the table row view, including problems
    navigating JSON collection tables.
  • Fixed IntelliJ runtime errors occurring inside the plugin:
    • java.lang.Throwable: TreeUI should be accessed only from EDT
    • com.intellij.diagnostic.PluginException: Cannot init component state

Full Changelog: CHANGELOG.md