Skip to content

JSON support added and general cleanup

Latest
Compare
Choose a tag to compare
@unbrand unbrand released this 05 Feb 01:49
· 16 commits to main since this release

Lots of bugfixes, some minor refactoring (and runtime speedup!), and JSON is now fully supported throughout in addition to protobuf. JSON is now the default communication protocol between client and server, and you can compile in support for protobuf with "-DUSE_PROTOBUF=ON" added to your cmake statement.

Because of the above, we now rely only on the 3rd party libraries curl and libssl-dev for our testing suite test-accuracy. The core bemorehuman binaries don't rely on any 3rd-party libs now given the default installation.

What's Changed

Full Changelog: v1.2.0...v1.3.0