Skip to content

1.3.0

Choose a tag to compare

@nassibnassar nassibnassar released this 22 Jun 23:02
  • This release includes various performance improvements.
  • ODBC is no longer used for database connectivity.
  • Changes are required in ldpconf.json, under ldp_database:
    • Removed: odbc_database
    • Added: database_name, database_host, database_port, database_user, database_password, database_sslmode
    • See the Administrator Guide, "Reference" for details on the added settings.
  • Updates now run in parallel to improve performance. This is enabled by default; it can be disabled using the parallel_update setting. See the Administrator Guide, "Reference" for details.
  • Support for large records has been improved, reducing the frequency of warning messages such as "JSON object size exceeds database limit."
  • Requirements for temporary disk storage and memory have increased. See the Administrator Guide, "System requirements" for details.
  • Logging output with --trace includes more detail. It is also no longer stored in the database, but is written only to standard error.
  • A bug has been fixed that caused JSON object names not to be properly encoded.
  • Redshift support has been temporarily disabled.
  • The tenant_id column has been removed from all tables.

LDP 1.3.0 is recommended with ldpmarc v1.3.0 or v1.2.0.