Skip to content

Merge upstream changes up to commit 8bb171c2 #411

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
merged 6 commits into from
Mar 26, 2025

Conversation

illia-li
Copy link

@illia-li illia-li commented Mar 21, 2025

Original commit list:

  1. apache@48bb2bc
    Message:
Change Batch API to be consistent with Query()
Exec() method for batch was added & Query() method was refactored.
Batch for now behaves the same way as query.

patch by Oleksandr Luzhniy; reviewed by João Reis, Danylo Savchenko, Bohdan Siryk, Jackson Fleming, for CASSGO-7

Status: APPLIED
2. apache@37030fb
Message:

Update CCM installation after Python and Java upgrades on GitHub Actions
Patch by Lukasz Antoniak; reviewed by Joao Reis, Jackson Fleming for CASSGO-20

Status: APPLIED
3. apache@ba7d563
Message:

Remove global logger
By default, if the logger in the cluster config is not set,
the NewSession() method sets a default logger instance
which is a deprecated global variable.

patch by Oleksandr Luzhniy; reviewed by João Reis, Stanislav Bychkov, Jackson Fleming, for CASSGO-24

Status: APPLIED
4. apache@3e21781
Message:

Bump actions/upload-artifact and actions/cache versions to v4
Bumped due to cancelation of running CI workflows with the deprecated version of
actions/upload-artifact@v3 and in order to prevent future interruptions with
deprecation of actions/cache@v2.

Patch by Bohdan Siryk; Reviewed by João Reis, Stanislav Bychkov for CASSGO-48

Status: APPLIED
5. apache@8bb171c
Message:

Remove deprecated features
Some features marked as "Deprecated" were removed:
Global TimeoutLimit variable;
MustParseConsistency() function;
New() method for typeInfo{} interface;
View field for the KeyspaceMetadata structure;

patch by Oleksandr Luzhniy; reviewed by João Reis, James Hartig, for CASSGO-12

Status: APPLIED

tengu-alt and others added 5 commits November 25, 2024 13:39
Exec() method for batch was added & Query() method was refactored.
Batch for now behaves the same way as query.

patch by Oleksandr Luzhniy; reviewed by João Reis, Danylo Savchenko, Bohdan Siryk, Jackson Fleming, for CASSGO-7
Patch by Lukasz Antoniak; reviewed by Joao Reis, Jackson Fleming for CASSGO-20
By default, if the logger in the cluster config is not set,
the NewSession() method sets a default logger instance
which is a deprecated global variable.

patch by Oleksandr Luzhniy; reviewed by João Reis, Stanislav Bychkov, Jackson Fleming, for CASSGO-24
Bumped due to cancelation of running CI workflows with the deprecated version of
actions/upload-artifact@v3 and in order to prevent future interruptions with
deprecation of actions/cache@v2.

Patch by Bohdan Siryk; Reviewed by João Reis, Stanislav Bychkov for CASSGO-48
Some features marked as "Deprecated" were removed:
Global TimeoutLimit variable;
MustParseConsistency() function;
New() method for typeInfo{} interface;
View field for the KeyspaceMetadata structure;

patch by Oleksandr Luzhniy; reviewed by João Reis, James Hartig, for CASSGO-12
@dkropachev
Copy link
Collaborator

@illia-li , we need 37030fb in, please find a way to integrate it.

@dkropachev dkropachev self-requested a review March 24, 2025 17:36
@illia-li illia-li force-pushed the il/update_upstream_to_8bb171c2 branch 2 times, most recently from 64a2e22 to 04e2cf7 Compare March 24, 2025 20:23
@illia-li
Copy link
Author

@illia-li , we need 37030fb in, please find a way to integrate it.

Done.

@illia-li illia-li force-pushed the il/update_upstream_to_8bb171c2 branch 4 times, most recently from 60f0f0a to 98a57c4 Compare March 25, 2025 18:59
@illia-li illia-li requested a review from dkropachev March 25, 2025 19:13
dkropachev
dkropachev previously approved these changes Mar 25, 2025
Copy link
Collaborator

@dkropachev dkropachev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last issue to fix

@dkropachev dkropachev merged commit c64b9c2 into scylladb:master Mar 26, 2025
2 checks passed
@illia-li illia-li deleted the il/update_upstream_to_8bb171c2 branch March 26, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants