Releases: BenChung/KRPC.jl
Releases · BenChung/KRPC.jl
v0.4.0
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
Full Changelog: v0.3.0...v0.4.0
v0.3.0
KRPC v0.3.0
Closed issues:
- kRPCConnect error (#1)
Merged pull requests:
- Fixed building problems whel looking for the gen.jl file. (#2) (@gstavrinos)