Tags give the ability to mark specific points in history as being important
-
v4.1.2-RC08
490a7ba7 · · -
v4.1.2-RC07
bd2c480a · · -
v4.1.1-patch-01
8d85c2a4 · ·This patch uses a version agnostic method for adding the KotlinModule. It also carries fixes to only rely on the corda jackson dependencies (we removed some stray jackson yaml libraries that were bringing in conflicting versions of snakeyaml).
-
v4.1.2-RC06
0f4c2b47 · · -
-
-
-
v4.1.1
545c69d5 · ·Changes to the REST engine: * The set of paths can now be applied compositioinally from different classes and modules. Each set appends to the previous. * Support for JAX-RS annotations: @QueryParam, @PathParam, @HeaderParam, @FormParam, @MatrixParam. This is in addition to the existing @ApiParam. * Documentation for a method can use either the legacy @MethodDescription or Swagger's @ApiOperation. * Various bug fixes when generating swagger documentation for parameter types. * Some more unit tests for Swagger document generation - notably for `KEndPoint`.
-
-
v4.1.0-RC01
f502083c · ·version v4.1.0-RC01 Release candidate in preparation to Corda 4.1. release.
-
v3.3.4
735196ad · ·`braid-client-js` improvements * fixed issue with `dist` folder not being available in the npm package. * proxy objects can now be closed * removed timestamp from version number released to npm.
-
-
-
v3.3.1
b03333d9 · ·* Brand new implementation of `braid-client` java proxy that addresses reported race-conditions (#82) * Extra end-to-end trace logging with braid request ids provided in the sfl4j MDC. * Exposed websocket configuration for frame and message size.
-
v3.2.6
4a8235aa · ·#75 `BraidProxyClient` and `BraidCordaProxyClient` have been deprecated in favour of `BraidClient` and `BraidCordaClient` respectively, fixing a bug and simplifying construction and binding. #77 REST endpoints correctly mount when the API or Swagger paths are `/`. #76 support for JSR310 date/time types #74 for better error HTTP responses that stop Corda 3.3. throwing an exception. (see cordite/network-map-service#64)
-
v3.2.3
c557ede4 · ·# v3.2.3 * Fix to ensure events are emitted from the server in the correct sequence https://gitlab.com/bluebank/braid/issues/43 * Overloaded method binding considers message data types https://gitlab.com/bluebank/braid/issues/55
-
-
-