Skip to content

Releases: polyapi/polyapi-java

v0.10.1

29 May 19:44

Choose a tag to compare

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

28 May 18:42

Choose a tag to compare

What's Changed

Full Changelog: polyapi-java-0.9.3...polyapi-java-0.10.0

polyapi-java-0.9.3

23 May 21:06

Choose a tag to compare

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

23 May 19:35

Choose a tag to compare

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

21 May 19:52

Choose a tag to compare

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

21 May 19:51

Choose a tag to compare

What's Changed

Full Changelog: polyapi-java-0.8.2...polyapi-java-0.9.0

v0.8.2

21 May 19:50

Choose a tag to compare

What's new

  • Removed unused updateStrategy parameter from @PolyFunction annotation.

Full Changelog: polyapi-java-0.8.1...polyapi-java-0.8.2

v0.8.1

21 May 19:49

Choose a tag to compare

What's new

  • Removed unused unsued.strategy parameter from deploy-functions MOJO.

Full Changelog: polyapi-java-0.8.0...polyapi-java-0.8.1

v0.8.0

21 May 19:48

Choose a tag to compare

What's new

  • Added PolyCustom functionality.

Full Changelog: polyapi-java-0.7.2...polyapi-java-0.8.0

v0.7.2

21 May 19:47

Choose a tag to compare

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