CHANGE LOG

JsonRpc2-Server, Copyright (c) Vladimir Dzhuvinov, 2010 - 2021


version 1.0 (2010-05-18)
	* First release.

version 1.1 (2010-10-10)
	* Renames class RequestInfo to RequestContext.

version 1.2 (2010-11-23)
	* Renames package.
	* Removes dependency on org.apache.commons.lang.

version 1.3 (2011-03-05)
	* Major API naming changes.
	* Adds support for handling JSON-RPC 2.0 notifications.
	* Allows for undefined (null) message context arguments in
	  Dispatcher.dispatch() and {Request|Notification}Handler.process() 
	  methods.

version 1.4 (2011-07-11)
	* Raises minimal JSON-RPC 2.0 Base requirement to version 1.19.
	* Adds support for reporting request processing time by adding a 
	  non-standard "_procTime" attribute to the JSON-RPC 2.0 response.

version 1.4.1 (2011-07-15)
	* Renames the non-standard processing time attribute to "xProcTime".
	* Documentation improvements.

version 1.5 (2012-02-19)
	* Fixes a bug in MessageContext getter method for 
	  java.security.Principal.
	* MessageContext allows storing of multiple java.security.Principal
	  identities.
	* Updates JSON-RPC 2.0 Base JAR to 1.25 (JSON Smart 1.1).

version 1.5.1 (2012-04-03)
	* Updates JSON-RPC 2.0 Base JAR to 1.25.1 (JSON Smart 1.1.1).

version 1.6 (2012-07-14)
	* Adds minimal MessageContext constructor.
	* Updates JSON-RPC 2.0 Base JAR to 1.27.

version 1.7 (2012-08-27)
	* Dispatcher implements RequestHandler and Notification handler;
	  deprecates Dispatcher.dispatch(...) methods.

version 1.8 (2012-12-01)
	* Upgrades JSON-RPC 2.0 Base JAR to 1.30.

version 1.9 (2013-03-29)
	* Switches project build from Ant to Maven.
	* Upgrades to JSON-RPC 2.0 Base 1.34.

version 1.9.1 (2013-03-30)
	* Updates Maven pom.xml.
	
version 1.9.2 (2013-04-02)
	* Publishes library to Maven Central.

version 1.10 (2013-04-09)
	* Adds MessageContext(java.net.URLConnection) constructor.

version 1.10.1 (2013-04-18)
	* Updates scope for servlet 2.5 API dependency.

version 1.11 (2015-03-16)
    * Fixes potential NPE in MessageContext constructor.
    * Cleans up code.
    * Upgrades to JSON-RPC 2.0 Base 1.36.
    * Upgrades to JSON Smart 1.3.1.

version 1.11.1 (2021-03-16)
    * Updates to JSON-RPC 2.0 Base 1.38.2.
