Skip to content

Releases: likespro/lpfcp-java

1.1.0

27 Aug 21:46

Choose a tag to compare

Improvements

core module:

  • Made JSON library (org.json) an api dependency
  • Disabled types auto-boxing when working with Java primitives
  • Remove ExecutedFunctionThrowException and replace with direct exception propagation in LPFCP.

ktor module:

  • Updated Ktor to version 3.1.3
  • Ktor.LPFCPServer now holds the entire embedded server instead of NettyApplicationEngine
  • Added exceptionDetailsConfiguration parameter to lpfcpServer and lpfcp route.
    It allows specifying the details to be included in response when the exception is thrown.
    This will help to hide internal server implementations from users if needed.

Other

  • Updated dependencies' versions

1.0.0

20 May 12:34

Choose a tag to compare

The first release of the LPFCP Java library! 🎉🎉🎉