6.0.5 #813
Replies: 1 comment
-
Hey folks, Back with a bumper release today. On the server side, you can now either specify an IEdmModel that you built, or we will cache the ones we build. This is for memory efficiency. Thanks to @mpopowicz for the report. On the client side, I've updated the conflict resolution error handling (thanks to @Arslan007 for the detailed issue). The errors table used to be loaded en-masse when reporting errors. Now, only the errors for tables that are in focus for the push are loaded. In addition, @amertlich reported an error when clearing errors from the operations queue, and that was fixed too. Finally, also on the client side, you can use the same pipeline that the DatasyncClient uses for sending "random HTTP commands" to the server, by called As always, happy to take issues - please file one issue for each problem you are experiencing. Don't combine them - the extra ones get lost. |
Beta Was this translation helpful? Give feedback.
-
What's Changed
Full Changelog: 6.0.4...6.0.5
This discussion was created from the release 6.0.5.
Beta Was this translation helpful? Give feedback.
All reactions