Releases: 180Protocol/codaptor
Codaptor v0.4.1
Multi Part Form Data content type support has been added for StrucutredObjectSerializer
. This allows content type multipart/form-data
to be accepted in addition to application/json
.
What's Changed
- Feature 39 by @parthbond180 in #40
Full Changelog: v0.4.0...0.4.1
Codaptor v0.4.0
What's Changed
- resolves #4, resolves #9, resolves #10, resolves #11 by @parthbond180 in #12
- resolves #14 fixed test classes with issues preventing build by @parthbond180 in #15
- Bug fixes 13 by @LouKeen in #17
- Bug fixes 1 by @LouKeen in #21
- Bug fixes 16 by @vivekshah92 in #22
- #23: Add corda linear pointer serializer. by @vivekshah92 in #24
- Feature 26 by @parthbond180 in #27
- Feature 7 - flexible querying with rest api by @parthbond180 in #29
- resolves #28 Added support for CORS by @parthbond180 in #31
- Bug fixes 32 by @parthbond180 in #33
- #34: Support swagger ui request body for map data type. by @vivekshah92 in #35
- #37 improvements to Introspection.kt logic by @parthbond180 in #38
New Contributors
- @parthbond180 made their first contribution in #12
- @LouKeen made their first contribution in #17
- @vivekshah92 made their first contribution in #22
Full Changelog: https://github.com/180Protocol/codaptor/commits/v0.4.0
Codaptor 0.1.0 preview
Inaugural first release of the preview version of Cordaptor. All Cordaptor modules are available in Maven Central using coordinates tech.b180.cordaptor:<module-name>:0.1.0
Embedded CorDapp bundle for this version could be downloaded from Maven Central as well:
https://search.maven.org/artifact/tech.b180.cordaptor/cordaptor-bundle-rest-embedded/0.1.0/jar
Subsequent releases in 0.1.x branch will only be fixing bugs. Builds with fixed bugs that have not made it into a bugfix release may be available from Sonatype OSS Maven repository using coordinates tech.b180.cordaptor:<module-name>:0.1-SNAPSHOT
.
Updated 01/12: a build problem made tar distribution unusable in some cases. The file is re-uploaded now