Releases: polyapi/polyapi-java
Releases · polyapi/polyapi-java
v0.7.1
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
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
What's new
- Removed add-server-function MOJO. Now only
deploy-functionsis allowed. - Removed add-client-function MOJO. Now only
deploy-functionsis allowed. - Added functions parameter to
deploy-functions.
Full Changelog: polyapi-java-0.5.0...polyapi-java-0.6.0
v0.5.0
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
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
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
What's new
- Added single function filter to
deploy-functionsMOJO. - 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
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
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
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