Releases: polyapi/polyapi-java
Releases · polyapi/polyapi-java
v0.10.1
What's Changed
- @gastonortiz
Fixed issue with JsonSchemaParser that failed to handle JSon schema properties with spaces in them. by @gastonortiz in #23
Full Changelog: polyapi-java-0.10.0...polyapi-java-0.10.1
v0.10.0
What's Changed
- Added error handler functionality. by @gastonortiz in #22
Full Changelog: polyapi-java-0.9.3...polyapi-java-0.10.0
polyapi-java-0.9.3
What's new
- Fixing timeout issue. Setting it back to original value.
Full Changelog: polyapi-java-0.9.2...polyapi-java-0.9.3
v0.9.2
What's Changed
- Extracted changelog to GitHub releases page. by @gastonortiz in #17
- Added specific exceptions thrown for HTTP status that are not 2XX. by @gastonortiz in #18
- Added functionality to ignore unknown specification types. by @gastonortiz in #19
Full Changelog: polyapi-java-0.9.1...polyapi-java-0.9.2
v0.9.1
What's new
- Fixed bug where deployment of a single function blocked the deployment of the rest.
Full Changelog: polyapi-java-0.9.0...polyapi-java-0.9.1
v0.9.0
What's Changed
- Added context awareness for Poly functions. by @gastonortiz in #16
- Added dry-run mode to
deploy-functionsMOJO. by @gastonortiz in #16
Full Changelog: polyapi-java-0.8.2...polyapi-java-0.9.0
v0.8.2
What's new
- Removed unused updateStrategy parameter from
@PolyFunctionannotation.
Full Changelog: polyapi-java-0.8.1...polyapi-java-0.8.2
v0.8.1
What's new
- Removed unused
unsued.strategyparameter fromdeploy-functionsMOJO.
Full Changelog: polyapi-java-0.8.0...polyapi-java-0.8.1
v0.8.0
v0.7.2
What's new
- Made JacksonJSonParser extend ObjectMapper instead of using it.
- Made response from server on errors be displayed under debug log instead of info.
Full Changelog: polyapi-java-0.7.1...polyapi-java-0.7.2