============== Version 3.25.3 ============== This new release of jsonrpc-glib contains a few fixes and additions. • Support for gtk-doc based documentation has been added. Use -Denable_gtk_doc=true to enable it when configuring Meson. • JsonrpcServer now supports a convenience API for handling incoming methods via jsonrpc_server_add_handler() and jsonrpc_server_remove_handler(). • Support has been added to allow jsonrpc-glib to be used as a Meson subproject. • jsonrpc-version.h now generates the proper values for checking compile time version information. • Various build options were canonicalized to use _ instead of - as a word separator. ============== Version 3.25.2 ============== This is the first release of jsonrpc-glib. This is an early project, but things seem to be working well so it's time for a release. You can use jsonrpc-glib to create both JSON RPC clients and servers. Additionally, it supports connection upgrades to GVariant when both sides support it instead of JSON to reduce parser overhead and lesson the chances of memory fragmentation. Things to note • Initial release of jsonrpc-glib. • We'll follow the GNOME release cycle. • You JsonrpcClient and JsonrpcServer should handle most of what you need • See jsonrpc-message.h for a convenient va_args based C API. Thanks!