Skip to content

Releases: oleg-nenashev/FaaScinator

v1.0-alpha-1. Initial release 🚀

03 Jul 17:15
f76904d
Compare
Choose a tag to compare

🚀 New features and improvements

  • Initial FaaScinator implementation, powered by Quarkus and picocli
  • Support running the CLI commands via "/" endpoint
    • "/?arg=..." allows passing CLI arguments in the call
  • Support for printing help via the "/help" endpoint
  • Support for configuring the target JARs and executables using runtime Quarkus properties.
  • Docker packaging, based on AdoptOpenJDK 11 Hotspot images

📝 Documentation updates

  • Provide initial documentation: Overview, Quick Start, and Usage Guide
  • Provide the first "Current Time demo" (#14) @oleg-nenashev
  • Create Contributing Guide (#11) @oleg-nenashev

👻 Maintenance