Skip to content

Commit

Permalink
📝 Changelog update (AOT-Technologies#2001)
Browse files Browse the repository at this point in the history
* Change log for 6.0.0

* removed ee spesific from ai repo

* Changelog update

* Version upgrade refrised

* no message

* update changelog

* Update CHANGELOG.md

* added previous changelog

* updated chnagelog

---------

Co-authored-by: josephalexantony-aot <[email protected]>
Co-authored-by: Bonymol Baby <[email protected]>
  • Loading branch information
3 people authored Apr 5, 2024
1 parent 8a43590 commit 3104eb1
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 5 deletions.
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,79 @@

Mark items as `Added`, `Changed`, `Fixed`, `Modified`, `Removed`, `Untested Features`, `Upcoming Features`, `Known Issues`

## 6.0.0 - 2024-04-05

`Added`

**forms-flow-web**

* Added user search by role for Admin
* Incorporate a user across multiple tenants
* Added form into task filter

**forms-flow-bpm**

* Added new field to notify listener to support email address injection

**forms-flow-api**

* Added the feature to capture task variables on application creation without `FormBPMFilteredDataPipelineListener` during initial submission
* Added user search by role for Admin
* Incorporate a user across multiple tenants

**forms-flow-data-analysis-api**

* Added environment variable API_LOG_ROTATION_WHEN for specifying the frequency of log file rotation
* Added environment variable API_LOG_ROTATION_INTERVAL for setting the time interval for log file rotation
* Added environment variable API_LOG_BACKUP_COUNT for determining the number of backup log files to keep

`Modified`

**forms-flow-web**
* Task filter enhancements:
* Updated default Tasks Filter to display tasks authorized for current logged-in user
* Modified candidate group listing based on logged user access in filter create
* Modified Assignee in create filter from manual input to select from list
* Modified Candidate group label to User group/ User role
* Modified definition key to workflow name select for workflow selection
* Modified "Show task based on logged user roles" to "Display authorized tasks based on user roles" which is visible to admin
users only, will be true by default
* Task variable create UI and UX change
* Adjusted task variables according to task attributes in card view
* Updated default All Tasks Filter to display tasks authorized for current logged-in user
* Modified user listings to exclusively display users associated with the respective tenant for multi-tenant admin

**forms-flow-api**

* Changes have been made to the Roles and Groups endpoint to accommodate modifications related to subgroups in Keycloak 23.

*Upgrade notes:*

**forms-flow-bpm**

* SpringBoot version upgraded to 3.1.10
* groovy version upgraded to 3.0.21
* postgresql version upgraded to 42.7.2
* graalvm version upgraded to 23.0.0
* snakeyaml version upgraded to 2.2

**forms-flow-api**

* Python version upgraded to 3.12.1

**forms-flow-documents**

* Python version upgraded to 3.12.1

**forms-flow-data-analysis-api**

* Python version upgraded to 3.11.7

`Generic Changes`

* Fixed security vulnerabilities


## 5.3.1 - 2024-02-14

`Fixed`
Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In the following document, we’ll describe the details of dependencies of vario

| Component | Version |
| --- | ----- |
| Python | 3.9 |
| Python | 3.12.1 |
| Flask | 2.3.3 |
| Postgres | 11.0 |

Expand Down
2 changes: 1 addition & 1 deletion forms-flow-api/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# formsflow.ai API

[![FormsFlow API CI](https://github.com/AOT-Technologies/forms-flow-ai-dev/actions/workflows/forms-flow-api-ci.yml/badge.svg?branch=develop)](https://github.com/AOT-Technologies/forms-flow-ai-dev/actions)
![Python](https://img.shields.io/badge/python-3.9-blue) ![Flask](https://img.shields.io/badge/Flask-2.3.3-blue) ![postgres](https://img.shields.io/badge/postgres-11.0-blue)
![Python](https://img.shields.io/badge/python-3.12.1-blue) ![Flask](https://img.shields.io/badge/Flask-2.3.3-blue) ![postgres](https://img.shields.io/badge/postgres-11.0-blue)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)

**formsflow.ai** has built this adaptive tier for correlating form management, BPM and analytics together.
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-data-analysis-api/model_training/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## How to train on your own dataset

![Python](https://img.shields.io/badge/python-3.9-blue) ![Transformers](https://img.shields.io/badge/Transformers-4.25.1-blue) ![Torch](https://img.shields.io/badge/torch-1.13.1-blue)
![Python](https://img.shields.io/badge/python-3.11.7-blue) ![Transformers](https://img.shields.io/badge/Transformers-4.25.1-blue) ![Torch](https://img.shields.io/badge/torch-1.13.1-blue)

Transformers provides APIs to easily download and train state-of-the-art pretrained models. Using pretrained models can reduce your compute costs, carbon footprint, and save you time from training a model from scratch. The models can be used across different modalities.
It is built using Python :snake: .
Expand Down
4 changes: 2 additions & 2 deletions forms-flow-documents/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# formsflow.ai Documents API

![Python](https://img.shields.io/badge/python-3.9-blue) ![Flask](https://img.shields.io/badge/Flask-2.3.3-blue) ![postgres](https://img.shields.io/badge/postgres-11.0-blue)
![Python](https://img.shields.io/badge/python-3.12.1-blue) ![Flask](https://img.shields.io/badge/Flask-2.3.3-blue) ![postgres](https://img.shields.io/badge/postgres-11.0-blue)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)

Expand All @@ -9,7 +9,7 @@ The goal of the document API is to generate pdf with form submission data. It is

## Table of Content

- [formsflow.ai Documents API](#formsflowai-documents-api)
- [formsflow.ai Documents API](#formsflowai-documents-api)
- [Table of Content](#table-of-content)
- [Usage guidlines](#usage-guidlines)
- [Generate default PDF](#generate-default-pdf)
Expand Down

0 comments on commit 3104eb1

Please sign in to comment.