Major Release with VisualQuery3
Highlights
- Released VisualQuery 3 with a lot of enhancements (details below)
- Createn new DataSources for awesome stuff (details below)
- Major enhancements in REST use (details below)
- Major Edit-UI performance enhancements (details below)
VisualQuery 3
- After running a query you can now click on any stream to see what was inside it ⭐ #2383
- When streams have an error, they now don't break the query but show the error ⭐
- UI now shows which In-Streams are required #2390
- Show info if a DataSource has dynamic In-streams #2378
- All data-sources were reviewed and have better names/icons now #2369 #2371
- New default queries are now much simpler and look easier - part of #2388
- The admin UI now shows JavaScript examples how to access the queries for REST ⭐ #2398
- When test-running a query it will only return the top25 by default making large queries easier to test #2397 #2384
- Exceptions are now logged better to insights #2382
- UI now shows better warnings if
ParamsorTestValuesseem incorrectly configured #2391
DataSources Enhancements
- New
TreeModelerallows flat tabular-data to be reshaped into tree structures #2394 - New
SerializationConfigurationchanges what parts of entities will be serialized when using Queries for for APIs #2376 #2377 #2375 #2373 - New
LanguageModelerdatasource let's you convert flat language-data into a multi-language entity #2395 AttributeFilternow has a better configuration UI and additional feature to include or remove the listed names #2372 #2374- The
CmsBlockdatasource now automatically gets everything if nothing is attached (makes new queries much simpler) #2388
Internal enhancements / minor bugfixing
- Restructure / refactor in-stream management #2379
- Improve renaming of streams #2213
- Issue saving queries without connections #2387
- The query also uses the new name
Headerinstead of the old confusingListContent#2389 - Internal bug with DataSources being identified with GUIDs #2367
- VisualQuery returned cached query definition #2368
- DataBuilder API is now DI compatible #2393
REST API Enhancements
- The Admin-UI now shows REST JS examples for Queries #2388
- The Admin-UI now shows REST JS examples for WebAPIs - and tells you about parameters and security #2399
Major Edit-UI Performance Enhancements
- Entities in an entity picker are now preloaded, making everything faster #2295
- Most asset / ADAM infos are now preloaded, making everything faster #2294