epam / OSCI

Open Source Contributor Index
https://opensourceindex.io/
GNU General Public License v3.0
160 stars 96 forks source link

Release 2021.07.0 #88

Closed vlad-isayko closed 3 years ago

vlad-isayko commented 3 years ago

Release 2021.07.0

Our team refactored the code. The changes are related to code refactoring and do not change the business logic.

The startup logic in Azure Functions is decoupled from the business logic. This will allow you to use your code without the dependencies required by Azure.

A unified Action interface has been implemented, which made it possible to separate the launch logic from the business logic.

New Versioning

We decided to use special versioning (<year>.<month>.<number of patch>) e.g. 2021.05.0. This will provide us with a clearer understanding of the relevance of the product. Also, the date of adding a new company is very important and versioning releases depending on the date looks more logical. This is supposed to be a monthly update of the release.