Skip to content

fix: Avoid adding a null value to concat() function for cache behaviors local variable#179

Merged
bryantbiggs merged 1 commit intomasterfrom
fix/concat
Dec 1, 2025
Merged

fix: Avoid adding a null value to concat() function for cache behaviors local variable#179
bryantbiggs merged 1 commit intomasterfrom
fix/concat

Conversation

@bryantbiggs
Copy link
Member

Description

  • Avoid adding a null value to concat() function for cache behaviors local variable

Motivation and Context

Breaking Changes

  • No

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@flora-five
Copy link

I have created #181, to remove the constraint that the default_cache_behavior variable cannot be null. It includes this fix because it affects the same code. Would you consider it to supersede this PR?

@bryantbiggs
Copy link
Member Author

@bryantbiggs bryantbiggs merged commit dd9a7a6 into master Dec 1, 2025
6 checks passed
@bryantbiggs bryantbiggs deleted the fix/concat branch December 1, 2025 19:38
antonbabenko pushed a commit that referenced this pull request Dec 1, 2025
## [6.0.1](v6.0.0...v6.0.1) (2025-12-01)

### Bug Fixes

* Avoid adding a `null` value to `concat()` function for cache behaviors local variable ([#179](#179)) ([dd9a7a6](dd9a7a6))
@antonbabenko
Copy link
Member

This PR is included in version 6.0.1 🎉

@github-actions
Copy link

github-actions bot commented Jan 1, 2026

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] ordered_cache_behavior not present throwing an error

3 participants