Skip to content

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
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

devops-github-rudderstack
Copy link
Collaborator

@devops-github-rudderstack devops-github-rudderstack commented May 5, 2025

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

atzoum and others added 8 commits April 30, 2025 16:29
# 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).
Copy link

codecov bot commented May 5, 2025

Codecov Report

Attention: Patch coverage is 89.09091% with 6 lines in your changes missing coverage. Please review.

Project coverage is 76.90%. Comparing base (fbc4abe) to head (be9f23a).

Files with missing lines Patch % Lines
warehouse/internal/repo/schema.go 89.09% 4 Missing and 2 partials ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

7 participants