Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleIguana 10.1.102 - Aug 23, 2024

Iguana 10.1.102:
This release focuses on standardizing our help documentation. It also includes other small features and fixes.

New Features and Enhancements:

  • Standardization of Help Documentation: The help documents have been standardized to have consistent formatting.

  • Merge Conflict Warning: A warning notification appears beside files with merge conflicts, as well as their parent directories.

  • Git History View: More improvements to the git history view of a component (Beta feature).

Bug Fixes:

  • Stability Improvement: Handles converting VMDs with blank matching rules gracefully.

  • Help Function Indexing: Additional fixes for how we index help functions.

Expand
titleIguana 10.1.101 - Aug 16, 2024

Iguana 10.1.101:
This release introduces support for all four git providers on both cloud and self-hosted servers. It also includes new features like the ability to pin components and to edit connections using a table.

New Features and Enhancements:

  • Azure, Bitbucket, GitHub, GitLab Support: Support for local and cloud versions of these platforms, with the ability to configure ports for HTTP(S) and SSH requests.

  • Pin Components in the Dashboard: Ability to pin components in the dashboard to a specific location.

  • Grid Organization: Created a component that organizes components into a grid using pins.

  • Bulk Pin Location Editing: You can bulk edit the location of pins with the bulk shift pins action.

  • Bulk Action Confirmation: A confirm window now appears for all bulk action actions.

  • Component Connections: You can view and edit a component’s connections in a table interface.

  • Iguana Instance ID Retrieval: Support for ./iguana --id to get the IguanaId of an instance.

  • Enhanced Button Titles: Added title properties to more buttons to help explain their functions.

  • Stability Improvement: Gracefully handle hl7.message when the name argument is a segment or composite.

  • Improved Stability and Performance: Moved processes onto worker threads.

  • Git History View: Git History view for components that merges in relevant library git history (Beta feature).

Bug Fixes:

  • Git Directory Issues: Fixed Git issues when the Iguana working directory contains spaces in the name.

  • Parameter Parsing Fix: Fixed the optional string parameter parsing issue in net.sftp and net.smtp.

  • Extended SFTP List Function: Extended net.sftps.list to return the raw response from the server.

  • Git Scheme Fix: Fixed issues with pulling Git changes involving libraries where the upstream repository had the wrong scheme (HTTP[S] vs SSH).

  • Help Function Indexing: Fixed how we indexed our built-in help functions in the cache.

  • Component Count Fix: Fixed the component count being off by one after purging the logs.

...