Skip to content

Releases: kwan3854/Unity-WebViewRpc

v2.1.0

08 Jul 05:17
b05bac0

Choose a tag to compare

What's Changed

  • Adds server readiness handshake to RPC framework by @kwan3854 in #20

Full Changelog: v2.0.5...v2.1.0

v2.0.5

01 Jul 03:22
cf710b2

Choose a tag to compare

What's Changed

  • Switches to UUID request IDs and simplifies chunk management by @kwan3854 in #19

Full Changelog: v2.0.4...v2.0.5

v2.0.4

30 Jun 08:57
2253d64

Choose a tag to compare

What's Changed

  • Fixes chunk reassembly timeouts and improves RPC disposal by @kwan3854 in #18

Full Changelog: v2.0.3...v2.0.4

v2.0.3

30 Jun 06:42
96e915a

Choose a tag to compare

What's Changed

  • Improves RPC error handling and removes chunking delay by @kwan3854 in #17

Full Changelog: v2.0.2...v2.0.3

v2.0.2

30 Jun 06:36

Choose a tag to compare

What's Changed

  • Improves chunk size calculation and config validation by @kwan3854 in #16

Full Changelog: v2.0.1...v2.0.2

v2.0.1

30 Jun 02:42
0cdb376

Choose a tag to compare

What's Changed

  • Updates package version to 2.0.1 for error handling tweak by @kwan3854 in #15

Full Changelog: v2.0.0...v2.0.1

v2.0.0

30 Jun 00:57
c6b6589

Choose a tag to compare

What's Changed

  • Adds robust chunking support for large RPC messages by @kwan3854 in #14

Full Changelog: v1.1.0...v2.0.0

v1.1.0

26 Jun 06:48

Choose a tag to compare

What's Changed

  • Fixes RPC envelope null and base64 util issues by @kwan3854 in #12
  • Renames runtime assembly definition for clarity by @kwan3854 in #13

Full Changelog: v1.0.2...v1.1.0

v1.0.2

23 Jun 09:24
41f8688

Choose a tag to compare

What's Changed

  • fix: Add missing UniTask reference in Runtime.asmdef by @kwan3854 in #11

Full Changelog: v1.0.1...v1.0.2

v1.0.1

23 Jun 09:24
63e6f80

Choose a tag to compare

What's Changed

  • feat: v1.0.1 - Clean async-only architecture by @kwan3854 in #10

Full Changelog: v1.0.0...v1.0.1