-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from privacera/changelogs
Changelogs
- Loading branch information
Showing
9 changed files
with
88 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Changelog | ||
|
||
All changes to this repository can be referred from this file. | ||
|
||
|
||
### 📚 App-Specific Changelogs | ||
For detailed updates and changes specific to each application, refer to the following links: | ||
|
||
- [paig-common Changelog](./paig-common/CHANGELOG.md) | ||
- [paig-server Changelog](./paig-server/CHANGELOG.md) | ||
- [paig-client Changelog](./paig-client/CHANGELOG.md) | ||
|
||
|
||
|
||
## 2024-09-06 | ||
|
||
### 🔧 CI/CD Integration | ||
Implemented GitHub Actions workflows to automate the development process: | ||
|
||
- **Continuous Integration (CI)**: | ||
- Comprehensive testing pipeline for all applications to ensure code quality and functionality. | ||
|
||
- **Deployment Pipelines**: | ||
- Automated deployment processes for `paig-server`, `paig-client` and `paig-common`. | ||
|
||
|
||
### 📚 Documentation Updates | ||
- Updated documentation for installation and usage instructions. | ||
|
||
|
||
### 📓 Notebooks | ||
- Added jupyter and colab notebooks for quick start. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# paig-client Changelog | ||
All notable changes to paig-client will be documented in this file. | ||
|
||
## [v0.0.1] - 2024-09-06 | ||
### Added | ||
- Initial release of the `paig-client`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# paig-common Changelog | ||
All changes to paig-common will be documented in this file. | ||
|
||
## [v0.0.1] - 2024-09-06 | ||
### Added | ||
- Initial release of the `paig-common` shared library. | ||
- Added utility functions for API handling, error management, and data processing. | ||
- Added encryption and decryption functions for data security. | ||
- Added base classes for Async API clients, RBACs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# paig-server Changelog | ||
All changes to paig-server will be documented in this file. | ||
|
||
## [v0.0.2] - 2024-09-06 | ||
### Added | ||
- For audit storage Opensearch support added | ||
|
||
### Changed | ||
- Improved server startup experience | ||
- Fixed warnings | ||
- Updated dependencies | ||
- Scanner loading time improved | ||
|
||
|
||
## [v0.0.1] - 2024-08-14 | ||
### Added | ||
- Initial release of the `paig-server`. |