Skip to content

BPDM: 6.2.0

Latest
Compare
Choose a tag to compare
@nicoprow nicoprow released this 28 Nov 06:20
· 51 commits to main since this release
b4b450d

This release is part of the BPDM 6.2 release. You can find the most up-to-date documentation on the release branch.

CHANGELOG

Added

  • BPDM Pool: Post endpoint to create a site for LegalAndSiteMainAddress addressType.(#739)
  • BPDM Orchestrator: Endpoint for checking the result state of given tasks(#1039)
  • BPDM Orchestrator: Endpoint for getting event log for finished tasks(#1039)
  • BPDM Pool: Enhanced data model for IdentifierTypes by adding three new fields/attributes: abbreviation, transliteratedName, and transliteratedAbbreviation.(#605)
  • BPDM Pool: Add CX endpoints for searching and updating the CX membership information of legal entities.(#1069)

Changed

  • BPDM Gate: Fix possible out of memory exception when handling large golden record process requests(#1034)
  • BPDM Pool: Fix not resolving golden record tasks on exceptions(#1033)
  • BPDM Gate: Fixed Gate not resending business partner data to the golden record process on error sharing state when member sends the exact same business partner again(#1035)
  • BPDM Orchestrator: Search task endpoint now requires the private record ID for each task. This means only the task creator is able to fetch the task state(#1039)
  • BPDM Orchestrator: Now aborts tasks that are outdated (that is when a Gate will send newer business partner data for the same record to the golden record process)(#1036)
  • BPDM Pool & Gate: Reduce standard batch size for golden record task processing (#1032)
  • BPDM Orchestrator: Fix possible out-of-memory exception during the execution of large volumes of tasks (#1029)
  • BPDM Cleaning Service Dummy: Add whitespaces between name parts when creating legal name from them (#1041)
  • BPDM Cleaning Service Dummy: Improve duplication check to better distinguish between incoming business partners (#1040)
  • Apps: Updated double precision data type for Geographic-data(#978)
  • BPDM Gate: Improved error response by adding external id details and reduced csv columns by removing support for uncategorized fields in csv file for partner upload process(#700)
  • BPDM Cleaning Service Dummy: Added a null check for name parts to ensure proper whitespace handling when constructing the legal name from them. (#1059)
  • BPDM Gate: Enabled Tax Jurisdiction code to save it to the Output. (#1058)
  • BPDM Cleaning Service Dummy: Removed assignment of uncategorized states while performing cleaning legal entity process. (#1061)
  • BPDM Gate: Fixed construction logic for states and identifiers by enabling business partner type (#1067)
  • BPDM Gate: Fixed logic for identifiers to retrieve only generic type on output business partner (#1067)
  • BPDM Gate: Fixed construction logic for states and identifiers by enabling business partner type (#1067)
  • BPDM Pool: When processing golden record tasks the Pool now ignores isCatenaXMemberData field if it is set to null. (#1069)
  • BPDM Gate: Fixed gate output logic to provide states based on business partner type. (#1097)
  • BPDM Cleaning Service Dummy: Removed assignment of uncategorized identifier while performing cleaning task process. (#1098)
  • BPDM Pool: Fix error querying legal forms when non-gleif legacy legal forms are present in the database (#1107)
  • BPDM: Fix denial of service attack vulnerability CVE-2024-47535 (#1112)
  • BPDM Gate: Fix error on writing golden record task result missing legal name into output stage. Result is now correctly written. (#1115)

Full Changelog: v6.1.0...v6.2.0

New Contributors