Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The debugger is also changed a bit so that getting variable values that displayed in the variables view in the debugger are get differently. All commands that are send between the debugger in the developer and the Client are now executed through multiply threads. This way they won't block each other. So please check in this release candidate how the debugger works, (stepping over, stepping out and monitor the variables view if that is updating correctly)

 

The file http plugin has some enhancements, now the async method on the request (get/put) can handle now many at the same time, we also added a close() method on the HttpClient that should be called if you are done with it. Servoy will auto close them when the solution is closed.

...

The rest_ws plugin has now also client side scripting, for interacting with the real Request and Response objects, so you can get or set headers. This api only works inside a rest_ws calls when there is an active request.

 

Small change in behavior: foundset.loadRecords(foundset2) or controller.loadRecords(foundset2) (when the foundset that the form has is a separate foundset) are behaving a bit different now when the "foundsert2" has filters. Those filters are now applied in the foundset where you load into.

 

Issues fixed in this release:

...