Replies: 2 comments 2 replies
-
My favourite change for now is increase of the Var structure - added the VarReturningType field. |
Beta Was this translation helpful? Give feedback.
2 replies
-
One more change we should remember in v.18: the SetOpPath logic: at least, its structure has been changed. But also the internals of the operator also shifted and may impact some extensions that offer alternative paths. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fellow @pgedc/members extension developers, the upcoming release packs a few breaking changes.
Let's start identifying them to help with upgrades later this year.
What I found so far:
ExecutorRun
drops theexcecute_once
parameter 3eea7a0c97e94f9570af87317ce3f6a41eb62768pqsignal
no longer returns the previous signal handler d4a43b283751b23d32bbfa1ecc2cad2d16e3dde9returningList
in statements is replaced withreturningClause
Please add yours as you find them so we can compile an upgrade guide timely!
Beta Was this translation helpful? Give feedback.
All reactions