Skip to content

Releases: dantonyuk/voorhees

voorhees-2.0.0

03 Nov 07:01
Compare
Choose a tag to compare

Changelog

  • Gradle plugin: Generate remote services stubs for client side (#4)
  • Gradle plugin: Deploy to maven (#34)
  • Gradle plugin: Allow to specify several packages to scan enhancement (#56)
  • Server: Allow to register services in handler mapping w/o annotations (#9)
  • Server: Set up endpoints prefix (#36)
  • Server: Implement notifications handling (#37)
  • Server: Handle incorrect requests properly (#47)
  • Client: Allow to configure remote exception (#45)
  • Client: SpringBoot integration (#57)
  • Doc: Add server and client example Java sub-projects (#35)
  • Refactoring: Better modularization of subprojects (#11)

voorhees-1.0.0

19 Sep 07:01
Compare
Choose a tag to compare
voorhees-1.0.0 Pre-release
Pre-release

Changelog

  • Created JSON RPC core library, client, and server libraries
  • Integrated JSON RPC server with Spring Framework and Spring Boot (#6, #10, #21, #41)
  • Added support of named parameters (#21)
  • Added support of default values (#24, #25, #40)
  • Allow to change connection properties (#7)
  • Allow to suppress exposing specific methods (#8)
  • Allow to specify API prefix (#36)
  • Added simple tutorial (#1)
  • Allow to upload deps along with doc and sources (#34)
  • Implemented plugin for gradle to generate client stubs-and-beans artifact and publish it to maven repository (#4)