Releases: computate-org/computate-vertx
Releases · computate-org/computate-vertx
4.2.7.21
- Fixing bugs with solr ssl and adding support for kafka
- Fixing indexing of lists
- Adding the kafka-clients dependency
- Fixing SSL connections to Apache Solr
Full Changelog: 4.2.7.20...4.2.7.21
4.2.7.20
4.3.3.18
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
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
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