Alexander Makarov
Alexander Makarov
``` /home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov do-upload -f ./coverage.xml --git-service github info - 2024-08-18 20:32:33,524 -- ci service found: github-actions warning - 2024-08-18 20:32:33,532 -- No config file could be found. Ignoring config. warning...
In using-yii-with-swoole.md we need to use https://www.swoole.com and not https://openswoole.com/
Add `#[\SensitiveParameter]` to passwords and secret tokens.
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ #282
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ❌
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | https://github.com/yiisoft/yii-debug/issues/270
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | https://github.com/yiisoft/yii-debug/issues/271
Right now, if the batch is too big, we're getting into limits of DBMS like the following:  _The screenshot is from PostgreSQL._ I suggest doing two things: 1. Introduce...