Skip to content

Releases: performant-software/core-data-connector

v0.1.77

20 Feb 15:20
04f020d
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade.

🚀 New Features

None!

🐛 Bug Fixes

  • adds an index to the core_data_relationships table to speed up large queries

v0.1.76

12 Feb 18:20
407a448
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade.

🚀 New Features

  • Adds /projects/:id/map_library endpoint to retrieve the list of map layers from the project's map_library_url

🐛 Bug Fixes

None!

v0.1.75

11 Feb 20:02
0a95609
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade.

🚀 New Features

  • Adds map_library_url column to Project model

🐛 Bug Fixes

None!

v0.1.74

03 Feb 18:33
7a2568f
Compare
Choose a tag to compare

💥 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

29 Jan 21:09
77ca61f
Compare
Choose a tag to compare

💥 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 to UserDefinedSerializer to include data type in public API

🐛 Bug Fixes

  • Adds missing /public/v1/organizations API endpoint

v0.1.72

28 Jan 12:51
f0fe90e
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade.

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes a bug importing user-defined field columns

v0.1.71

23 Jan 11:57
e4e74f4
Compare
Choose a tag to compare

💥 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

17 Jan 14:53
ff8625a
Compare
Choose a tag to compare

💥 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

16 Jan 20:58
873ee55
Compare
Choose a tag to compare

💥 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

03 Jan 14:17
6b233b7
Compare
Choose a tag to compare

💥 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