Releases: CluedIn-io/CluedIn.Enricher.DnB
Releases · CluedIn-io/CluedIn.Enricher.DnB
Release list
v4.6.3
Feature
- Supports Barentz custom DnB enricher logic
Fix
- Add retry logic with a 60-second wait interval to ensure enrichment continuity
Changes:
- ae2253e Merge pull request #50 from CluedIn-io/release/4.6.3
- 745bd20 fix: Retry and wait when TooManyRequests response is received (#48)
- 222565a feat: Supports Barentz custom DnB enricher logic (#46)
This list of changes was auto generated.
v4.6.2
Features
- Update enricher version to expire cached result
- Set default values for the Candidate Maximum Quantity and Confidence Lower Level Threshold controls
Fixes
- Fix code generation by retrieving the exact query key for code generation in PopulateMetadata
Changes:
- 8242a8e Merge pull request #43 from CluedIn-io/release/4.6.2
- a59d56a fix: Fix code generation in PopulateMetadata (#41)
- a77f9f8 feat: Update enricher version to expire cached results (#37)
- 9e3d634 feat: Set default values for Candidate Maximum Quantity and Confidence Lower Level Threshold (#36)
- 7a46380 Merge pull request #35 from CluedIn-io/release/4.6.1
This list of changes was auto generated.
v4.6.1-beta.36
Features
- Display help text on the Enricher Configuration page
- Include confidence score and more organization properties from DnB API
- Include NumberOfEmployees and YearlyRevenue
- Allow user to decide which IndustryCodes and RegistrationNumbers will be returned in the result.
- Cache Authentication token to reduce API calls
- Add more controls to obtain Extended Match API request parameters
- Add Property Mappings control to allow users to map results to properties
Fixes
- Convert globalUltimate, domesticUltimate and industryCodes clues into properties to solve merging issues due to many identical clues
- Resolve null exception issues
- Standardize vocabulary key names
- Throw error when failed to get access token
- Resolve IMemoryCache from the core project instead of directly from the Microsoft package
Chore
- Code clean up
Changes:
- 5675c0c feat: Allow users to map results to properties (#34)
- d36203d feat: Add more controls to obtain Extended Match API request parameters (#33)
- 027cace fix: Reference IMemoryCache from core instead of Microsoft package (#32)
- 55c7ccd fix: Throw error when failed to get access token (#31)
- 261f158 fix: Add null check for familyfreeRolesPlayed (#29)
- 6d2f6c0 feat: Cache auth token to reduce API calls (#28)
- 78680b7 feat: Include more results and allow user to decide results returned (#27)
- c097247 fix: Standardize vocabulary key names (#26)
- b655dbf fix: Resolve null exception issues (#25)
- 3ebdc0d feat: Include confidence score and more organization properties (#24)
See More
- c363f9d fix: Convert globalUltimate domesticUltimate and industryCodes clues into properties (#23)
- 7c4b69b Merge pull request #22 from CluedIn-io/master
- ab1d496 feat: Add help text to enricher configuration page (#21)
- 95ade9e chore: Code clean up (#20)
This list of changes was auto generated.
v4.6.1
Features
- Display help text on the Enricher Configuration page
- Include confidence score and more organization properties from DnB API
- Include NumberOfEmployees and YearlyRevenue
- Allow user to decide which IndustryCodes and RegistrationNumbers will be returned in the result.
- Cache Authentication token to reduce API calls
- Add more controls to obtain Extended Match API request parameters
- Add Property Mappings control to allow users to map results to properties
Fixes
- Convert globalUltimate, domesticUltimate and industryCodes clues into properties to solve merging issues due to many identical clues
- Resolve null exception issues
- Standardize vocabulary key names
- Throw error when failed to get access token
- Resolve IMemoryCache from the core project instead of directly from the Microsoft package
Chore
- Code clean up
v4.6.0
Features
- Supports CluedIn 4.6.0
- Convert Accepted Entity Type and vocabulary key control to selector
- Supports Enricher v2, which introduces enhanced capabilities for data mapping, rules application, control on clue processing and more
- Introduced the ability to test the connection
Fixes
- Resolve unable to enrich issue
Chore
- Update azure pipeline yaml file
Changes:
- c1dfd26 Merge branch 'release/4.6.0'
- 0858e95 fix: Resolve unable to enrich issue (#19)
- 5c2722f feat: Introduce ability to test connection (#18)
- 6cb8781 feat: Supports Enricher V2 (#17)
- be64aca feat: Convert controls into selector (#16)
- f1fa490 feat: Support CluedIn 4.6.0 (#15)
- 2edf2f4 Merge branch 'master' into develop
- 4b76d9a fix: Add unique origin entity code (#14)
- 979aa83 feat: Update entity code to entity identifier (#13)
- ec71181 feat: Dynamic term depend on cluedin version (#12)
v4.0.4
v4.0.3
Features
Fix
- Missing null checks
- blockIds parameter casing
- Implement methods needed for unconfigurable providers to support platform 2024.04
Changes:
- 40f3ef2 Merge branch 'release/4.0.3'
- bd626a2 chore: Add release notes
- 36af7c5 fix: Implement methods needed for unconfigurable providers to support platform 2024.04 (#8)
- a12ad59 fix: blockIds parameter casing (#6)
- 5263e3a fix: add missing null checks (#7)
- aa12f23 Merge branch 'release/4.0.2' into develop
This list of changes was auto generated.
v4.0.2
Features
- Add Match and Append (by name and country code)
Fix
Changes:
- f6125bd Merge branch 'release/4.0.2'
- 17f51a2 chore: Update release notes
- 13f48ae feat: Add Match and Append (by name and country code)
- 15d661f Merge pull request #5 from CluedIn-io/master
- 41a7f10 Merge pull request #4 from CluedIn-io/release/4.0.0
- 215b8ed Merge pull request #3 from CluedIn-io/release/4.0.0
This list of changes was auto generated.
v4.0.1
Features
Fix
- Accepts logic does not respond correctly to configured entity type
Changes:
- 9da7576 Merge branch 'release/4.0.0'
- 0b3cc2a Merge remote-tracking branch 'origin/master' into release/4.0.0
- 12ddb71 chore: Add release notes
- 1a5496e Merge branch 'release/4.0.0'
- 6ecb0a7 Merge remote-tracking branch 'origin/master' into release/4.0.0
- 1f229e1 chore: Fix doc location
- 37e99bb Merge branch 'release/4.0.0'
- 2add7a7 chore: Add release note
- e1c23be fix: Display config when configuring the enricher
- 6de5dee fix: Broken provider initialization
See More
- 2ac7bac fix: Accepts not responding correctly to configured entity type (#2)
- b41b99a extra null checks
- 4a99519 Merge pull request #1 from CluedIn-io/feature/more-data
- ef39a20 Adding extra clues to industry codes and to Global and Domestic
- 46388a0 Looking up via DNB Code
- 0258a32 removed custom nuget feed
- abf3076 update pipelines.yml
- 4e635f1 Making API Key and Secret a Password Input
This list of changes was auto generated.