Releases: performant-software/core-data-connector
Releases · performant-software/core-data-connector
v0.1.77
v0.1.76
v0.1.75
v0.1.74
💥 Breaking Changes
None! Safe to upgrade.
🐛 Bug Fixes
- Use
REACT_APP_SSO_REDIRECT_URI
env variable for token request by @camdendotlol in #128
v0.1.73
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
- Adds
coordinates
field to related places in search - Adds
auth/sso/callback
API endpoint for OAuth integration - Adds
type
field toUserDefinedSerializer
to include data type in public API
🐛 Bug Fixes
- Adds missing
/public/v1/organizations
API endpoint
v0.1.72
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
None!
🐛 Bug Fixes
- Fixes a bug importing user-defined field columns
v0.1.71
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
None!
🐛 Bug Fixes
- Fixes a bug analyzing an import that was including duplicate records if multiple rows were merged into the same record
- Fixes an issue building the query to find merge records during import analysis
v0.1.70
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
None!
🐛 Bug Fixes
- Fixes a bug analyzing an import that contains a
relationships.csv
file
v0.1.69
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
- Updates the
geometry
attribute in Typesense index to set{ index: false }
- Adds the
/api/projects/:id/analyze_import
and/api/projects/:id/import_analyze
API endpoints
🐛 Bug Fixes
- Fixes an issue that occurs when analyzing an import that contains a record that was previously merged into another record
- Fixes an issue in the merge service that was prematurely saving associated records before all data manipulation was complete
v0.1.68
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
None!
🐛 Bug Fixes
- Fixes an issue that over wrote user-defined fields during the import process (if not part of the import data)
- Fixes an issue checking permissions during import