-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate-code and big models update #168
Conversation
|
|
Should be fixed in the latest |
This PR introduces breaking changes due to the renaming of nearly all services, which affects backward compatibility. As such, these updates should be included in a new major release of the SDK. However, the changes themselves may not be significant enough to justify a major release. It would be ideal for the new release to also address additional improvements, such as splitting the SDK code into packages and supporting different cloud regions. |
Согласен. А давайте выпустим альфу нового мажора! @GermanVor можешь, пожалуйста, изменить таргетную ветку для мержа на |
@GermanVor в |
BREAKING CHANGE: new services paths
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А давай v1
префикс\суффикс вообще игнорить? Добавлять vX
только для X
> 1? Сейчас сильно избыточно выглядит.
package.json
Outdated
"lint": "eslint src config", | ||
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" tsc -p .", | ||
"test": "jest -c config/jest.ts --passWithNoTests '.*\\.test\\.ts$'", | ||
"lint": "eslint src/ --quiet --fix", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Почему конфиги не надо линтить?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package.json
Outdated
@@ -66,9 +66,9 @@ | |||
"typescript": "^4.5.4" | |||
}, | |||
"scripts": { | |||
"test": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" jest -c config/jest.ts --passWithNoTests '.*\\.test\\.ts$'", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Почему увеличение памяти больше не требуется?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.