-
Notifications
You must be signed in to change notification settings - Fork 15
api: add hardcoded versioning support #342
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
Merged
DifferentialOrange
merged 1 commit into
master
from
igrishnov/gh-204-add-hardcoded-versioning-support
Mar 10, 2023
Merged
api: add hardcoded versioning support #342
DifferentialOrange
merged 1 commit into
master
from
igrishnov/gh-204-add-hardcoded-versioning-support
Mar 10, 2023
Conversation
This file contains hidden or 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
3efecfd
to
71ac0fc
Compare
53c98ac
to
0125b26
Compare
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.
Let's finish with queue first.
54bb8e1
to
712f83f
Compare
aa7d932
to
e9993e8
Compare
469e5da
to
3fc73bc
Compare
3fc73bc
to
d6bde4d
Compare
8d5c98a
to
e436ee0
Compare
Added the _VERSION variable to the exported table. Is part of the task [1]. 1. github.com/tarantool/roadmap-internal/issues/204
e436ee0
to
652325e
Compare
DifferentialOrange
approved these changes
Mar 10, 2023
This was referenced Mar 10, 2023
DifferentialOrange
added a commit
that referenced
this pull request
Mar 13, 2023
Overview This release introduces new API to check module version in code, as well as several compatibility bugfixes. New features * Add versioning support (PR #342). Bugfixes * Fix pre-hotreload `cartridge` support (older than 2.4.0) (PR #341). * Fix Tarantool version-dependent features for 3.x (PR #344).
Merged
DifferentialOrange
added a commit
that referenced
this pull request
Mar 13, 2023
Overview This release introduces new API to check module version in code, as well as several compatibility bugfixes. New features * Add versioning support (PR #342). Bugfixes * Fix pre-hotreload `cartridge` support (older than 2.4.0) (PR #341). * Fix Tarantool version-dependent features for 3.x (PR #344).
DifferentialOrange
added a commit
that referenced
this pull request
Mar 20, 2023
Add `_VERSION` handle description to the README. Follows #342
1 task
DifferentialOrange
added a commit
that referenced
this pull request
Mar 20, 2023
Add `_VERSION` handle description to the README. Follows #342
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add versioning support, now the module api has _VERSION hardcoded variable