Skip to main content

Release notes 9.0

· 2 min read

MongoDB support

Dataedo 9 adds support for NoSQL sources. The first one with official support is MongoDB database.

MongoDB Support

Find out more in MongoDB support documentation.

We're planning to add official support for more NoSQL sources in near future - stay tuned!

Teradata database support

Dataedo 9 brings support for Teradata Database.

Teradata Database Support

Find out more in Teradata support documentation.

Vertica Analytics Platform support

Dataedo 9 brings support for Vertica Analytics Platform.

Vertica Analytics Platform Support

Find out more in Vertica support documentation.

Azure Authentication support

This is a much-requested feature from Azure Active Directory users - now, you can connect to Dataedo repository and your Azure/SQL Server databases when importing schema with Azure Authentication. There are two options available: Password and Integrated.

Azure Authentication Support

We are looking into adding support for Universal with MFA authentication option in the future.

Show/hide schema names

Till now, Dataedo decided whether to show schema name in the object name or not based on the DBMS. Many users pointed out that they would like to decide

Now, Dataedo has a smarter algorithm to show schema name – based on DBMS and number of schemas in your database, and it provides option to override this manually.

Azure Authentication Support

Currently, this option can be changed only directly in the repository database. To change iIf you wan to override default value update show_schema_override column in databases table (0 to hide and 1 to show) for the corresponding database in the repository.

In the future, we will add a switch in the UI.

Other improvements

  • Added support for PostgreSQL 12

  • Changed “Azure Data Warehouse” connector name to “Azure Synapse Analytics” – its current name

  • Added command line import support for Azure SQL, Azure Synapse Analytics and PostgreSQL

  • Tables in rich text fields can now be resized

  • Uninstalling no longer removes configuration and recent files

  • Custom fields now have additional attribute – class. This will be used to group similar custom fields in Dataedo Web

  • Added information about license id to online tracking

Release notes 9

· 2 min read

Dataedo 9.3 (August 31st, 2021)

  • New Metadata Connectors

  • Desktop - user-defined procedures and functions

  • Web Catalog improvements

Find out more

Dataedo 9.2 (July 29th, 2021)

  • Web - Authentication with Okta/SAML

  • Web - Data Classification view

  • Web - Primary/Unique keys (PK/UK) and Relationships (FK) editor

  • Web - Business Glossary diagram improvements

  • Desktop - View designer (manual views)

  • Desktop - Copy module/ERD

  • Desktop - Redesign of Schema Change Tracking report

  • Desktop - Option to paste multiple cells

  • Desktop - Improved progress tracking

  • Metadata Connectors - SSL for Amazon Redshift, Snowflake and PostgreSQL

  • Business Glossary in (free) PDF export

  • Other improvements

Find out more

Dataedo 9.1.2 (March 30th, 2020)

  • Bug fixes

Find out more

Dataedo 9.1.1 (March 11th, 2020)

  • Bug fixes

Find out more

Dataedo 9.1 (March 3rd, 2020)

  • Support for Data Lake files

  • Google Big Query and Apache Cassandra support

  • Data Community in Dataedo Web Catalog

  • Editing Descriptions in Web Catalog

  • Desktop UI improvements

  • Connector updates

  • Bug fixes

Find out more

Dataedo 9.0.3 (December 1st, 2020)

  • Official release of Dataedo Web Catalog

Find out more

Dataedo 9.0.1 (August 20th, 2020)

  • Fixed an issue with search causing a crash on file repositories

  • Fixed an issue with Oracle schema selector not working properly

Find out more

Dataedo 9.0 (August 11th, 2020)

  • MongoDB support

  • Teradata database support

  • Vertica Analytics Platform support

  • Azure Authentication support - Password and Integrated options

  • Show/hide schema names

  • Other bug fixes and UI improvements

Find out more

Release notes 8.1.4

· One min read

Bug fix

  • Fixed a crashed caused by clicking question mark symbols in some areas of the app

Release notes 8.1.3

· 2 min read

Removed Lite edition

From this version free Lite edition is no longer supported. Read about our reasoning. Please feel free to keep using 8.1.2 if you want to enjoy the free documentation tool.

New welcome screen

Many users mentioned that running Dataedo for the first time can be complicated due to the amount of information on our starting screen. We've decided to rebuild it from scratch to make starting the app more straightforward.

Redesigned ribbon

Another thing that complicated using Dataedo was the positioning of ribbon buttons. Many users tried the New/Open button (which most users don't really need) to add new documentations due to its prominent position. Now the button for adding new documentation is moved to the start of the ribbon. We've also updated some of the icons so their use is clearer. We believe this will make choosing the right options easier for new users to use Dataedo.

Other improvements

  • Fixed an issue with primary and unique key icons in HTML export

  • Removed "(64 bit)" from menu start option, leaving just "Dataedo", to make it more obvious as a default option

  • Upgrading file repository checks the user's license before upgrading now

  • Updated UI libraries

Release notes 8.1.2

· One min read

Bug fixes

  • Fixed an issue with Oracle connection using SID

  • Fixed an issue with dropdown lists (open) not updating correctly when changed on terms grid

  • Fixed an issue with custom fields to extended properties export

  • Fixed an issue with importing unsupported MySQL versions lower than 5.1

Release notes 8.1.1

· One min read

Bug fix

Fixed an issue with connecting to an unsupported version of a DBMS.

Release notes 8.1

· One min read

Dark theme

Until now, Dataedo only had one color scheme, with light colors. Since multiple users mentioned being used to working in darker environments, we've decided to add a dark theme to Dataedo.

When first run, Dataedo will ask you to choose a theme:

You can choose the theme you want to use when first opening the app, and later change it in the About window.

Other improvements

  • Fixed an issue with custom fields of dropdown - open type not updating the option list

  • Fixed a crash related to choosing DBMS in the Import documentation screen

  • Fixed graphical issues when using Dataedo with remote desktop

  • Improved performance of the update notification bar

Release notes 8.0.2

· One min read

Fixed a critical bug with module editing

This updated fixes a critical bug where editing a module's description could remove descriptions of tables it includes.

We recommend installing this update immediately.

If you encountered this issue and don't have a backup to restore, you can use this query in your repository to recover most of the descriptions in plaintext:

    UPDATE [dbo].[tables]

SET [description] = [description_plain]

WHERE [description] IS NULL;

You can also contact us at [email protected] and we'll guide you step by step.

Release notes 8.0.1

· One min read

Fixed issues with import from Db2 and Redshift

We've received error reports appearing during metadata import from DB2 and Redshift. These issues are resolved in Dataedo 8.0.1.

Fixed issues with ERDs

A few errors were reported related to ERD manipulation in Dataedo 8.0. These issues are resolved in Dataedo 8.0.1.

Release notes 8.0

· 3 min read

UI refresh and technological upgrades

We've updated frameworks used in the development of Dataedo and refreshed the UI. Higher display scaling should no longer make Dataedo unreadable. This also allowed us to fix multiple hard to replicate issues that some users encountered and unlock additional options for improvements in the near future.

Tables in rich-text fields

Multiple users asked us about the option of including tables in rich-text descriptions. Previously it was possible to paste a table from another spreadsheet, but with limited formatting options.

Dataedo 8 adds an option to create and format a table directly in a rich-text field.

Tables in rich-text descriptions

Column suggestions for user-defined relations

When creating user-defined relations, most of the time the column used for the PK side is the column on which the primary key is specified. They are now suggested by default when creating a user-defined relation, and if the table on FK side has columns with the same name, they will be suggested too!

Better column suggestions

Upgrades of metadata connectors

We're adding support for new versions of metadata sources. Dataedo 8 now supports:

  • IBM BigSQL - new connector

  • Amazon Redshift - support for native connection, no ODBC required

  • MariaDB version 10.3 - support for new version, added support for system-versioned tables

  • MySQL 8.0.16 - support for new version

  • Oracle - added support for triggers on views, more schemas can now be imported simultaneously

  • Percona MySQL 8 - support for new version

  • SQL Server 2019 - support for new version, added support for triggers on views

  • Snowflake - added support for procedures

Automatic update of HTML export custom templates

Until now, customized templates were independent of the source template. This could cause issues since when new features were added to the standard template, they wouldn't automatically be included in custom templates.

Templates created in Dataedo 8 onwards will automatically update their base parts. However, this will require re-creating the templates (we promise it's the last time!).

Further improvements in HTML export

When sharing exported documentation, especially with databases hosted online, showing host and database name can be a vulnerability. It is now possible during export to hide this information.

Hiding database and host from HTML export

Previously, search in HTML export by default checked only object names. An additional option had to be set to also search column names. This setting is now checked by default.

Exporting comments to database

Dataedo 7 allowed for exporting comments to database schema for:

  • SQL Server

  • Oracle

  • Azure SQL Database

  • Azure Synapse Analytics (formerly SQL DW)

Now, we added this functionality for following connections:

  • PostgreSQL

  • DB2

  • Snowflake

  • Amazon Redshift

Other improvements

  • Search tab now correctly searches business glossary terms

  • Schema change tracking now correctly scrolls even long scripts

  • HTML Export should now display source documentation for business glossary data links

  • HTML export should now display term type correctly

  • Improved search for data links from business glossary terms

  • Fixed an issue where removing a custom field could cause the app to crash

  • Fixed an issue where sorting a closed list custom field could make it display incorrect values

  • Multiple other fixes and UI improvements