Skip to content

Releases: library-data-platform/ldp

0.5.0

03 Apr 19:06
ff772f2
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

This is the first release in the series LDP 0.5.

Please note that all releases earlier than LDP 1.0 are for testing purposes and are not intended for production use. Releases earlier than LDP 1.0 also do not support database migration, so that it may be necessary to create a new database when upgrading to a new release.

Release notes (since 0.4.0):

  • Tables have been renamed to include a domain prefix, following the pattern <domain>_<table>. This is a breaking change that has been introduced to improve schema organization and reduce namespace collisions.

0.4.1

31 Mar 19:05
7246c23
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

This is an update to the LDP 0.4 release. Please note that all releases earlier than LDP 1.0 are for testing purposes and are not intended for production use. Releases earlier than LDP 1.0 also do not support database migration, so that it may be necessary to create a new database when upgrading to a new release.

Release notes:

  • This release contains updates to documentation.

0.4.0

31 Jan 18:17
0062435
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

This is the first release in the series LDP 0.4.

Please note that all releases earlier than LDP 1.0 are for testing purposes and are not intended for production use. Releases earlier than LDP 1.0 also do not support database migration, so that it may be necessary to create a new database when upgrading to a new release.

Release notes (since 0.3.0):

  • Support for historical data has been added.
  • New tables, addresstypes and proxiesfor, have been added.
  • Experimental support for large-data extraction, to work around current limitations of module interfaces.
  • Improved handling of cases where data record sizes exceed Redshift data type limits.
  • A new attribute, tenant_id, has been added for future use in consortial reporting.
  • A bug has been fixed that caused tables not to be updated when an extraction succeeded with zero records.
  • The databaseUser configuration parameter has been renamed to ldpAdmin, and databasePassword has been renamed to ldpAdminPassword.
  • Changes to the command line interface for loading data and the configuration file format.

0.3.15

16 Dec 15:32
e80b5a6
Compare
Choose a tag to compare
0.3.15 Pre-release
Pre-release

This is an update to the LDP 0.3 release. Please note that all releases earlier than LDP 1.0 are for testing purposes and are not intended for production use. Releases earlier than LDP 1.0 also do not support database migration, so that it may be necessary to create a new database when upgrading to a new release.

Release notes:

  • A compilation error under GCC has been fixed.

0.3.14

15 Dec 18:15
e134681
Compare
Choose a tag to compare
0.3.14 Pre-release
Pre-release

This is an update to the LDP 0.3 release. Please note that all releases earlier than LDP 1.0 are for testing purposes and are not intended for production use. Releases earlier than LDP 1.0 also do not support database migration, so that it may be necessary to create a new database when upgrading to a new release.

Release notes:

  • New tables, addresstypes and proxiesfor, have been added.

0.3.13

12 Dec 05:55
fade9a5
Compare
Choose a tag to compare
0.3.13 Pre-release
Pre-release

This is an update to the LDP 0.3 release. Please note that all releases earlier than LDP 1.0 are for testing purposes and are not intended for production use. Releases earlier than LDP 1.0 also do not support database migration, so that it may be necessary to create a new database when upgrading to a new release.

Release notes:

  • The ldp schema has been renamed to ldp_catalog.
  • Various minor schema changes and documentation updates.

0.3.12

11 Dec 07:16
230bf36
Compare
Choose a tag to compare
0.3.12 Pre-release
Pre-release

This is an update to the LDP 0.3 release. Please note that all releases earlier than LDP 1.0 are for testing purposes and are not intended for production use. Releases earlier than LDP 1.0 also do not support database migration, so that it may be necessary to create a new database when upgrading to a new release.

Release notes:

  • A new attribute, tenant_id, has been added for future use in consortial reporting.
  • The sys.loading table has been renamed to ldp.table_updates.
  • A few minor adjustments have been made to history table constraints.
  • Query examples on historical data have been added to the LDP User Guide.

0.3.11

07 Dec 04:23
29be22c
Compare
Choose a tag to compare
0.3.11 Pre-release
Pre-release

This is an update to the LDP 0.3 release. Please note that all releases earlier than LDP 1.0 are for testing purposes and are not intended for production use. Releases earlier than LDP 1.0 also do not support database migration, so that it may be necessary to create a new database when upgrading to a new release.

Release notes:

  • A bug has been fixed that caused tables not to be updated when an extraction succeeded with zero records.
  • Status updates in sys.status have been disabled due to a locking issue in Redshift. The table, sys.loading, can be used instead.
  • A few preliminary notes on Redshift database configuration have been added to the LDP Admin Guide.

0.3.10

06 Dec 08:12
f24b4a0
Compare
Choose a tag to compare
0.3.10 Pre-release
Pre-release

This is an update to the LDP 0.3 release. Please note that all releases earlier than LDP 1.0 are for testing purposes and are not intended for production use. Releases earlier than LDP 1.0 also do not support database migration, so that it may be necessary to create a new database when upgrading to a new release.

Release notes:

  • The target configuration parameter, ldpUser, is no longer required, and its value defaults to ldp.

0.3.9

05 Dec 20:10
29d772f
Compare
Choose a tag to compare
0.3.9 Pre-release
Pre-release

This is an update to the LDP 0.3 release. Please note that all releases earlier than LDP 1.0 are for testing purposes and are not intended for production use. Releases earlier than LDP 1.0 also do not support database migration, so that it may be necessary to create a new database when upgrading to a new release.

Release notes:

  • The data loading status for each table can now be viewed with: SELECT * FROM sys.status;. Tables that have been updated in the past 24 hours are labeled as "OK". This replaces the table, sys.zz_loading.
  • The LDP database user is now specified via a configuration parameter, ldpUser.
  • The databaseUser configuration parameter has been renamed to ldpAdmin, and databasePassword has been renamed to ldpAdminPassword.