-
Notifications
You must be signed in to change notification settings - Fork 330
chore: sync release v1.48.4 to main branch #5812
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
Open
devops-github-rudderstack
wants to merge
9
commits into
master
Choose a base branch
from
sync-release-00446506d950770286445ce320d804f26e6a4845
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore: sync release v1.48.4 to main branch #5812
devops-github-rudderstack
wants to merge
9
commits into
master
from
sync-release-00446506d950770286445ce320d804f26e6a4845
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
Collaborator
# Description Right now we are keeping one extra dataset alive even though it is completed, since it needs a pair for a migration to happen. A completed dataset should be eligible for migration and shouldn't require a pair for it to be migrated (deleted) ## Security - [x] The code changed/added as part of this pull request won't create any security issues with how the software is being used.
🤖 I have created a release *beep* *boop* --- ## [1.48.1](v1.48.0...v1.48.1) (2025-04-30) ### Bug Fixes * **jobsdb:** completed datasets don't get deleted without a pair ([#5793](#5793)) ([a0041e6](a0041e6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
…5800) # Description - Transformer client recycle ttl is now bound to a separate configuration option `Transformer.Client.recycleTTL` - Removing support for {DEST,USER}_TRANSFORM_URL_IS_HEADLESS config options - Revisiting defaults - MaxIdleConnsPerHost: 1 - IdleConnTimeout: 5s - RecycleTTL: 60s ## Security - [x] The code changed/added as part of this pull request won't create any security issues with how the software is being used.
🤖 I have created a release *beep* *boop* --- ## [1.48.2](v1.48.1...v1.48.2) (2025-05-02) ### Bug Fixes * transformer client recycle ttl bound to connection idle timeout ([#5800](#5800)) ([83597c4](83597c4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
# Description We are adding validation for a nil secret being stored in the cache, for OAuthV2. ## Linear Ticket https://linear.app/rudderstack/issue/INT-3599/fix-add-validation-for-nil-secret-being-stored-in-cache-for-oauthv2 ## Security - [ ] The code changed/added as part of this pull request won't create any security issues with how the software is being used.
🤖 I have created a release *beep* *boop* --- ## [1.48.3](v1.48.2...v1.48.3) (2025-05-02) ### Bug Fixes * add check for nil secret on oauthv2 ([#5807](#5807)) ([9f82e4d](9f82e4d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
# Description Issue - In case of updates to a connection (source_1,destination_1, namespace_1), schema belonging to (source_2, destinaton_1, n1) is not valid. Fix - In case of schema change, for one connection identified by three identifiers (sourceId, destinationId, namespace), we want to update the schema belonging to other connections involving same (destinationId, namespace) pair. ## Linear Ticket Part of WAR-606 ## Security - [ ] The code changed/added as part of this pull request won't create any security issues with how the software is being used.
🤖 I have created a release *beep* *boop* --- ## [1.48.4](v1.48.3...v1.48.4) (2025-05-05) ### Bug Fixes * warehouse cached schema mismatch ([#5805](#5805)) ([1d3abfd](1d3abfd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5812 +/- ##
=======================================
Coverage 76.90% 76.90%
=======================================
Files 491 491
Lines 67183 67210 +27
=======================================
+ Hits 51667 51690 +23
- Misses 12692 12696 +4
Partials 2824 2824 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
achettyiitr
approved these changes
May 5, 2025
shekhar-rudder
approved these changes
May 5, 2025
RanjeetMishra
approved these changes
May 5, 2025
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.
Description
Syncing patch release v1.48.4 to main branch
↓↓ Please review and edit commit overrides before merging ↓↓
BEGIN_COMMIT_OVERRIDE
fix: warehouse cached schema mismatch (#5805)
END_COMMIT_OVERRIDE