Skip to content

Releases: computate-org/computate-vertx

4.2.7.21

08 Mar 04:23
Compare
Choose a tag to compare

Full Changelog: 4.2.7.20...4.2.7.21

4.2.7.20

08 Mar 02:38
Compare
Choose a tag to compare

4.3.3.18

14 Nov 21:07
Compare
Choose a tag to compare

Mon Nov 14, 2022

  • Releasing version 4.3.3.18
  • Fixed a bug where generated classes were treated as APIs.
  • Fixing the search API pivot and stats response format
  • Create codeql.yml

Full Changelog: 4.2.5.16...4.3.3.18

4.2.5.16

08 Nov 05:19
Compare
Choose a tag to compare

4.2.5.16 Mon Nov 7, 2022

  • Fixed an error message with a Solr search failure.
  • Removing the basicAuth from the OpenAPI3 Generator.
  • Adding new ConfigVars.
  • Adding the SITE_SRC as a ConfigVar for loading resources.

Full Changelog: 4.2.5.15...4.2.5.16

4.2.5.15

19 Oct 14:50
Compare
Choose a tag to compare

Full Changelog: 4.2.5.14...4.2.5.15

This release allows for installing the computate-vertx project as a computate project with the code generation service enabled locally:

git clone [email protected]:computate-org/computate_project.git ~/.ansible/roles/computate.computate_project
ansible-playbook ~/.ansible/roles/computate.computate_project/install.yml -e SITE_NAME=computate-vertx -e ENABLE_CODE_GENERATION_SERVICE=true