Releases: NicolasPrats/DvBrowser
Releases · NicolasPrats/DvBrowser
V1.2.0.2
V1.2.0.1
- Fixed a bug:PreImages were not available for plugins registered in PostOperations
- Fixed a bug:UpdateMultiple pipelines were merged with Upsert pipelines instead of Update pipelines
V1.2.0.0
- Added support of batch requests, including changesets
- Some requests are now ignored instead of being incorrectly translated (GET with $expand and without $select)
V1.1.2.0
In PostOperation of a Create or CreateMultiple, attributes are now retrieved from server
Added AssemblyAuthenticationContext and EnvironmentService in the plugin context
V1.1.1.0
- Support of IPluginExecution2 to IPluginExecution5 (PowerApps portal properties are not supported)
- Support of CreateMultiple/UpdateMultiple/UpsertMultiple
- Support of merged message pipelines
- Fixed a bug on Retrieve record when column set contains a lookup with a upper case letter in its schema name
V1.1.0.2
Updated to latest version of CefSharp (116.0.230). This fixes a security issue (heap buffer overflow in WebP).
V1.1.0.1
- Fixed version mismatch causing a loop in autoupdate
- Autoupdate is not triggered anymore while debugging the dataverse browser itself
- Support of activity party of type owner
V1.1.0.0: Features/v1.1 (#41)
New Features:
- The Dataverse Rest Builder is now always available, even if not installed in the target environment. (Thank you, Guido Preite)
- Added a new option to automatically break the debugger: When this feature is active and a debugger is enabled, the debugger will pause just before the execution of the plugin. The developer must use the debugger's "step into" function to continue and see the plugin'code.
- Added support of Entity bound custom api
- Added support of EntityCollection bound custom api
- Added support of WebApi requests with Alternate Keys
UI Improvments:
- Icons have been added to the Environment Selection. If a theme with a PNG icon is available in the environment, that icon will be displayed. Otherwise, a generic Dataverse icon will be shown.
- Added address bar
- Added tabs
V1.0.4.0
- Added autobreak feature: when feature is active and a debugger is enabled, the debugger will break just before the execution of the plugin. Developper must "step into" with the debugger to continue.
- Added Icons on the Environment Selection. If there is a theme with a PNG icon on the environment, this icon is displayed. If not a generic dataverse icon is displayed.
- Added support of Entity bound custom api
- Added support of EntityCollection bound
- Added support of WebApi requests with Alternate Keys
V1.0.3.0
- Support of Unbound Custom API / Unbound Actions
- Added F5 (Refresh) and F12 (Open DevTools) key handling in the browser
- Improved management of entity records without an explicitly set ID property