Commit b9ab7be
committed
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-02-28)
### Bug Fixes
✅ **docker-compose:** Update Docker Compose file and README ([0bdd831](0bdd831))
This commit updates the Docker Compose file and the README in the microstream-hub project.
Changes include:
- Updated Docker Compose file for better configuration and deployment.
- Updated README with new information and improved structure.
These updates ensure that developers have clear and comprehensive documentation and configuration for using and deploying the microstream-hub project. <br/><br/>
✅ **release.config.js:** trying a fix for Semantic-Release Config ([b97934a](b97934a)), closes [#1](#1)
This might fix the issue of Semantic-Release failing to push Git Tag with GITHUB_TOKEN. We removed
the 'repositoryUrl' with value as ssh git repo link from release.config.js - as it was needed to
test locally but it is creating a problem maybe on CI/CD. Let's see if it does fix it. If it does,
then good. <br/><br/>
### Features
✅ **logger:** Implement configurable and colorful logging ([58d98ac](58d98ac))
This commit introduces a new logging utility to the microstream-hub project, allowing developers to control the verbosity of logs using a configurable logLevel option. The logLevel supports the following levels: "debug", "info", "warn", "error", and "silent". Additionally, logs are now color-coded based on their type for better readability.
Changes include:
- Creation of a logger.js file in src/utils/ with methods for debug, info, warn, and error, respecting the logLevel setting.
- Addition of a logLevel option to the hub configuration.
- Initialization of the logger in hub.js using the provided logLevel.
- Replacement of all console.log, console.warn, and console.error calls with the appropriate logger methods.
- Color-coding of log messages using the chalk library. <br/><br/>
✅ **logger:** Implement configurable logging and replace console statements in hub.js ([0860bf3](0860bf3))
This commit introduces a new logging utility to the microstream-hub project, allowing developers to control the verbosity of logs using a configurable logLevel option. The logLevel supports the following levels: "debug", "info", "warn", "error", and "silent".
Changes include:
- Creation of a logger.js file in src/utils/ with methods for debug, info, warn, and error, respecting the logLevel setting.
- Addition of a logLevel option to the hub configuration.
- Initialization of the logger in hub.js using the provided logLevel.
- Replacement of all console.log, console.warn, and console.error calls with the appropriate logger methods. <br/><br/>
✅ **microstream-hub:** The primary working setup for microstream-hub. ([68fb1dc](68fb1dc))
This is the first commit - with the primary version (v1) of a working version of microstream-hub. <br/><br/>
✅ **semantic-release:** set up Semantic-Release for auto Release & Update ([af97398](af97398)), closes [#1](#1)
Setup Semantic-Release with Commitizen - along with GitHub Workflow. Now this setup will -
- Auto Release on GitHub, NPM
- Update Changelog automatically from Conventional Commit messages and update version in Package.json
- Set up Commitizen for Conventiona Commit message formatting
- Setup GitHub Workflow to automate all these tasks <br/><br/>1 parent b97934a commit b9ab7be
1 file changed
+60
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
4 | 64 | | |
5 | 65 | | |
6 | 66 | | |
| |||
0 commit comments