Releases: FlowingCode/testbench-rpc
Releases · FlowingCode/testbench-rpc
v1.4.0
What's Changed
- refactor: rewrite E_INVOKE exception message by @javier-godoy in #32
- refactor: avoid use of Guava by @javier-godoy in #33
- feat: add json-migration-helper by @javier-godoy in #36
- build: add dependency to commons-lang3 by @javier-godoy in #36
- build: use Vaadin BOM by @javier-godoy in #36
- build: build: upgrade lombok to 1.18.42 by @javier-godoy in #36
- fix: allow array parameters by @javier-godoy in #39
- fix: convert arguments of type JsonValue[] by @javier-godoy in #42
- fix: convert arguments of type Enum[] by @javier-godoy in #42
- build: upgrade vaadin to 14.11.13 by @javier-godoy in #42
- build: upgrade json-migration-helper to 0.9.1
Full Changelog: testbench-rpc-1.3.0...testbench-rpc-1.4.0
v1.3.0
What's Changed
- feat: add side channel support by @javier-godoy in #30
New Contributors
- @FedericoQuarin made their first contribution in #28
Full Changelog: testbench-rpc-1.2.0...testbench-rpc-1.3.0
v1.2.0
What's Changed
- feat: implement RMI-style invocation by @javier-godoy in #13
- feat: improve RMI error reporting by @javier-godoy in #14
- feat: add setScriptTimeout method by @javier-godoy in #19
- fix: support JsonValue as a return type by @javier-godoy in #5
- fix: support JsonValue as argument type by @javier-godoy in #6
- fix: support subtypes of JsonValue as return type by @javier-godoy in #9
- fix: support JsonObject by @javier-godoy in #10
- refactor HasRpcSupport by @javier-godoy in #11
- ci: attach sources and javadoc by @javier-godoy in #16
- build: exclude flow-build-info.json by @javier-godoy in #21
Full Changelog: testbench-rpc-1.1.0...testbench-rpc-1.2.0
v1.1.0
What's Changed
- feat: validate method signatures by @javier-godoy in #2
Full Changelog: testbench-rpc-1.0.0...testbench-rpc-1.1.0
v1.0.0
Initial release