Skip to content

Releases: BenChung/KRPC.jl

v0.4.0

17 Oct 19:21
5f98358
Compare
Choose a tag to compare

What's Changed

  • Added a nicer error message when the server encounters an issue
  • A bunch of bugfixes thanks to @Rhahi:
  • Addressed pregeneration of wrapper code and use of a cached RPC set
  • Added correct enum deserialization #9
  • Fix string getter and enumeration of parts by @Rhahi in #8
  • Enable asynchronous usage of KRPC by @Rhahi in #10

New Contributors

  • @Rhahi made their first contribution in #8

Full Changelog: v0.3.0...v0.4.0

v0.3.0

11 Dec 00:46
Compare
Choose a tag to compare

KRPC v0.3.0

Closed issues:

  • kRPCConnect error (#1)

Merged pull requests:

  • Fixed building problems whel looking for the gen.jl file. (#2) (@gstavrinos)