Releases: library-data-platform/ldp
Releases · library-data-platform/ldp
2.1.0
2.0.0
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
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
- Adjustments to the performance improvements made in 1.9.0.
1.9.0
- 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
- 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
andtemplate_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
- 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
andtemplate_engine_template
have been added.
1.9.0-beta1
- New tables
inventory_bound_with_part
andtemplate_engine_template
have been added.
1.8.2
- 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
- This release corrects for some kinds of invalid data types in the source data that previously could cause an update to terminate early.