Skip to content

Releases: polyapi/polyapi-java

v0.3.3

21 May 19:31

Choose a tag to compare

What's Changed

  • Fixed 'polyType' property for Server variables
  • Added missing 'type' property to specs.json by @wladimiiir in #10

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

v0.3.2

21 May 19:28

Choose a tag to compare

What's new

  • Fixed bug in deploy-functions where inner classes weren't taken into consideration.
  • Refactored deploy-functions to be reflection based instead of reading source code.

Full Changelog: polyapi-java-0.3.1...polyapi-java-0.3.2

v0.3.1

21 May 19:27

Choose a tag to compare

What's Changed

  • Fix/logs by @gastonortiz in #11
  • Fixed bug in deploy-functions where generics weren't taken into consideration.

Full Changelog: polyapi-java-0.3.0...polyapi-java-0.3.1

v0.3.0

21 May 19:25

Choose a tag to compare

What's Changed

  • Added functionality to send dependencies to the server functions. by @gastonortiz in #9
  • Added deploy-functions MOJO.

Full Changelog: polyapi-java-0.2.5...polyapi-java-0.3.0

v0.2.5

21 May 19:24

Choose a tag to compare

What's changed

  • Fixed bug where enums were generated as inner classes.
  • Fixed bug in generation of custom functions.
  • Fixed bug where schema with +1 and -1 as names were parsed as the same string. Now the properties will named plus1 and minus1.
  • Fixed bug where Auth functions were not created appropriately.

Full Changelog: polyapi-java-0.2.4...polyapi-java-0.2.5

v0.2.4

21 May 19:23

Choose a tag to compare

What's changed

  • Fixed bug in server functions that didn't allow Poly invocations in server functions.

Full Changelog: polyapi-java-0.2.3...polyapi-java-0.2.4

v0.2.3

21 May 19:23

Choose a tag to compare

What's changed

  • Fixed bug in server functions that didn't allow complex object in server functions.

Full Changelog: polyapi-java-0.2.2...polyapi-java-0.2.3

v0.2.2

21 May 19:22

Choose a tag to compare

What's changed

  • Fixed variable injection in server functions.

Full Changelog: polyapi-java-0.2.1...polyapi-java-0.2.2

v0.2.1

21 May 19:21

Choose a tag to compare

What's changed

  • Fixed bug in add-server-function that uploaded arguments without keys.

Full Changelog: polyapi-java-0.2.0...polyapi-java-0.2.1

v0.2.0

21 May 19:20

Choose a tag to compare

What's Changed

  • Improved polyType generation.
  • Unified the client usage.
  • Replaced approach to use proxies.
  • Split project into multiple modules.

Full Changelog: https://github.com/polyapi/polyapi-java/commits/polyapi-java-0.2.0