Skip to content

Releases: polyapi/polyapi-java

v0.7.1

21 May 19:46

Choose a tag to compare

What's Changed

  • Fixed bug about having duplicate schema types with the same name. by @gastonortiz in #15
  • Improved minor code issues.

Full Changelog: polyapi-java-0.7.0...polyapi-java-0.7.1

v0.7.0

21 May 19:45

Choose a tag to compare

What's new

  • Added ability to handle headers and params on webhook triggers.

Full Changelog: polyapi-java-0.6.0...polyapi-java-0.7.0

v0.6.0

21 May 19:45

Choose a tag to compare

What's new

  • Removed add-server-function MOJO. Now only deploy-functions is allowed.
  • Removed add-client-function MOJO. Now only deploy-functions is allowed.
  • Added functions parameter to deploy-functions.

Full Changelog: polyapi-java-0.5.0...polyapi-java-0.6.0

v0.5.0

21 May 19:44

Choose a tag to compare

What's new

  • Changed packages of generated classes to avoid classes with the same name and package but different attributes to override each other.
  • Changed names of schema generated classes to use the schema title.
  • Updated logs to use lombok @slf4j.

Full Changelog: polyapi-java-0.4.2...polyapi-java-0.5.0

v0.4.2

21 May 19:43

Choose a tag to compare

What's new

  • Fixed code generation bug where enum constants had dashes in them '-'.
  • Fixed code generation bug where multiple classes within a package had the same enum declaration.

Full Changelog: polyapi-java-0.4.1...polyapi-java-0.4.2

v0.4.1

21 May 19:42

Choose a tag to compare

What's new

  • Added Function ID in the javadocs of functions.

Full Changelog: polyapi-java-0.4.0...polyapi-java-0.4.1

v0.4.0

21 May 19:41

Choose a tag to compare

What's new

  • Added single function filter to deploy-functions MOJO.
  • Fixed Poly functions invocation in webhooks.
  • Made webhooks return a handle that allows for stopping it's operation.
  • Renamed isDeployable property to deployFunction in PolyFunction annotation.
  • Added support for Poly functions within webhook callbacks.

Full Changelog: polyapi-java-0.3.6...polyapi-java-0.4.0

v0.3.6

21 May 19:40

Choose a tag to compare

What's changed

  • Fixed bug where generated custom functions where taken for deployment.

Full Changelog: polyapi-java-0.3.5...polyapi-java-0.3.6

v0.3.5

21 May 19:39

Choose a tag to compare

What's Changed

  • Made specification duplicates validation case insensitive so that 'io.polyapi.FunctionName' would be a duplicate of 'io.polyapi.Functionname' by @gastonortiz in #13

Full Changelog: polyapi-java-0.3.4...polyapi-java-0.3.5

v0.3.4

21 May 19:38

Choose a tag to compare

What's Changed

  • Feature/1471 by @gastonortiz in #12
  • Added validation to avoid duplicate specifications based on context and name.

Full Changelog: polyapi-java-0.3.3...polyapi-java-0.3.4