Skip to content

2.0.0

Compare
Choose a tag to compare
@nassibnassar nassibnassar released this 01 Dec 15:30
· 16 commits to main since this release
e87da37

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.