Skip to content

Releases: library-data-platform/ldp

2.0.0

01 Dec 15:30
e87da37
Compare
Choose a tag to compare

Note: LDP 2.0 contains breaking changes that can affect reports running on it.

  • Two data types have been changed to improve performance by making schemas more PostgreSQL-specific:
    • UUID identifiers are now stored using the "uuid" type.
    • JSON objects are now stored using the "jsonb" type.
  • PostgreSQL 15 or later is now required.

2.0.0-beta1

20 Jun 04:56
8b11760
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release

Note: LDP 2.0 contains breaking changes that can affect reports running on it.

  • Two data types have been changed to improve performance by making schemas more PostgreSQL-specific:
    • UUID identifiers are now stored using the "uuid" type.
    • JSON objects are now stored using the "jsonb" type.
  • PostgreSQL 15 or later is now required.

1.9.1

14 Jun 15:09
45f4f31
Compare
Choose a tag to compare
  • Adjustments to the performance improvements made in 1.9.0.

1.9.0

08 Jun 22:26
1ce2d52
Compare
Choose a tag to compare
  • New table inventory_bound_with_part.
  • New table acquisition_method (Nyra Usi).
  • New table template_engine_template.
  • Improved handling of invalid data types in source data that previously could cause an update to terminate early.
  • New command list-tables lists the database tables in FOLIO where LDP data originate.
  • Various performance improvements.

1.9.0-beta3

28 May 16:20
3afdf64
Compare
Choose a tag to compare
1.9.0-beta3 Pre-release
Pre-release
  • A new table acquisition_method has been added. (Nyra Usi)
  • The list-tables command now lists the tables in FOLIO where LDP data originate.
  • Various performance improvements.

Previous changes in 1.9:

  • New tables inventory_bound_with_part and template_engine_template have been added.
  • The update process now corrects for more invalid data types in the source data that previously could cause an update to terminate early.

1.9.0-beta2

05 Oct 17:59
Compare
Choose a tag to compare
1.9.0-beta2 Pre-release
Pre-release
  • This release corrects for more invalid data types in the source data that previously could cause an update to terminate early.

Previous changes in 1.9:

  • New tables inventory_bound_with_part and template_engine_template have been added.

1.9.0-beta1

04 Oct 23:11
Compare
Choose a tag to compare
1.9.0-beta1 Pre-release
Pre-release
  • New tables inventory_bound_with_part and template_engine_template have been added.

1.8.2

04 Oct 22:30
Compare
Choose a tag to compare
  • This release corrects for some kinds of invalid data types in the source data that previously could cause an update to terminate early.

1.7.2

04 Oct 22:29
Compare
Choose a tag to compare
  • This release corrects for some kinds of invalid data types in the source data that previously could cause an update to terminate early.

1.8.1

19 Aug 21:51
5637389
Compare
Choose a tag to compare
  • A bug has been fixed that caused the notes table not to be updated correctly in some cases.