chore(master): release 3.5.1#2123
Conversation
a0608ce to
09bfc25
Compare
|
@sidorares, even using the prefix I tried to learn the release-please documentation, but found nothing related. The only reference I could find about it was in a file from semver: |
🤷 not sure how to help, we can ignore this issue for now and fix if/when we know a good solution |
|
No problem, because the |
|
sure. I'll think a bit more and come back to you tomorrow. I feel this feature might be not reliable and misleading and maybe should be marked as potentially deprecated in the future |
09bfc25 to
017aae8
Compare
|
@wellwelwel is there a way to deprecate a field in TS? Quick googling gives me jsdock comment option "@deprecated reason description" - is this the best option? Reasons I want to remove completely
Re |
|
Yes, I also suggested that this be done in the A simple example: node-mysql2/typings/mysql/lib/constants/Charsets.d.ts Lines 225 to 226 in fd44a2a |
|
If you think it's a good idea, we can do it before to release this version. |
yes, let's do as part of this release in a small new PR |
|
I soon do that, just finishing a task 🙋🏻♂️ In Otherwise, I can resume it from:
|
|
"changedRows is deprecated and might be removed in the future major release. Please use affectedRows property instead" |
|
🤖 Release is at https://github.com/sidorares/node-mysql2/releases/tag/v3.5.1 🌻 |

🤖 I have created a release beep boop
3.5.1 (2023-07-10)
Bug Fixes
ResultSetHeader[]toqueryandexecute(f649486)This PR was generated with Release Please. See documentation.