v9.0.0 Ideas
Description
There are a number of changes, removals, and additions that we would like to do in a v9.0.0 of the SDK. This issue will serve as a collection of changes to consider in a v9.0.0 release:
- [ ] Remove
unhandledRejectionlistener - [ ] Remove
multipleResolveslistener - [ ] createIntegrationEntityV2
Submit any other v9.0.0 ideas below.
Disable createIntegrationEntity's automatic extraction of properties by default. (Keep flag or toggle to enable it)
@zemberdotnet
Disable createIntegrationEntity's automatic extraction of properties by default. (Keep flag or toggle to enable it)
Before we do this, we'd need to determine the impact of disabling it. It worries me that there are super large integrations (e.g. AWS, GCP, Azure) in which queries have been created that rely on the automatically extracted properties.
@austinkelleher I've thought about this recently, and I now think that a createIntegrationEntityV2 may work better.