Releases: MartinBernstorff/Memium
v0.25.27
v0.25.27 (2025-01-09)
Bug Fixes
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | pydantic (changelog) | ==2.10.4
-> ==2.10.5
| | | | |
Release Notes
pydantic/pydantic (pydantic)
v2.10.5
What's Changed
- Remove custom MRO implementation of Pydantic models by @Viicos in #11184 - Fix URL serialization for unions by @sydney-runkle in #11233
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Detailed Changes: v0.25.26...v0.25.27
v0.25.26
v0.25.26 (2024-12-25)
Bug Fixes
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | cruft | ==2.15.0
-> ==2.16.0
| | | | |
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Detailed Changes: v0.25.25...v0.25.26
v0.25.25
v0.25.25 (2024-12-22)
Bug Fixes
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | pytest-testmon | ==2.1.1
-> ==2.1.3
| | | | |
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Detailed Changes: v0.25.24...v0.25.25
v0.25.24
v0.25.24 (2024-12-18)
Bug Fixes
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | pydantic (changelog) | ==2.10.3
-> ==2.10.4
| | | | |
Release Notes
pydantic/pydantic (pydantic)
v2.10.4
What's Changed
Packaging
- Bump
pydantic-core
to v2.27.2 by @davidhewitt in #11138
Fixes
- Fix for comparison of
AnyUrl
objects by @alexprabhat99 in #11082 - Properly fetch PEP 695 type params for functions, do not fetch annotations from signature by @Viicos in #11093 - Include JSON Schema input core schema in function schemas by @Viicos in #11085 - Addlen
to_BaseUrl
to avoid TypeError by @Kharianne in #11111 - Make sure the type reference is removed from the seen references by @Viicos in #11143
New Contributors
- @FyZzyss made their first contribution in #10789 - @tamird made their first contribution in #10948 - @felixxm made their first contribution in #11077 - @alexprabhat99 made their first contribution in #11082 - @Kharianne made their first contribution in #11111
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Detailed Changes: v0.25.23...v0.25.24
v0.25.23
v0.25.23 (2024-12-18)
Bug Fixes
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | pyright | ==1.1.390
-> ==1.1.391
| | | | |
Release Notes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Chores
This PR contains the following updates:
| Package | Type | Update | Change | |---|---|---|---| | python-semantic-release/python-semantic-release | action | patch | v9.15.1
-> v9.15.2
|
Release Notes
python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)
v9.15.2
Bug Fixes
- changelog: Ensures user rendered files are trimmed to end with a single newline
(#1118,
- cli: Add error message of how to gather full error output
(#1116,
- cmd-version: Enable maintenance prereleases
(#864,
-
test(fixtures): improve changelog generator to filter by max version
-
test(fixtures): add repo fixture of a trunk only repo w/ dual version support
-
test(fixtures): add repo fixture of a trunk only repo w/ dual version support & prereleases
-
test(cmd-version): add rebuild repo tests for new dual version support repos
-
test(version-determination): adjust unit tests of increment_version logic
This clarifies repeated function calls and pytest parameter names included the unclear assert diff. Adds additional tests to check bad states for failures and refactored to match new function signature.
- fix(version-bump): increment based on current commit's history only
Refactor duplicate logging messages and flow to process out odd cases in a fail fast methodology. This removes the reliance on any last full release that is not within the history of the current branch.
Resolves: #861
- cmd-version: Fix handling of multiple prerelease token variants & git flow merges
(#1120,
-
refactor: define a custom logging level of silly
-
fix(version): remove some excessive log msgs from debug to silly level
-
test(fixtures): refactor builder functions for version file updates
-
test(fixtures): adjust build command to handle versions w/ build metadata
-
test(fixtures): fix gitflow repo that included an invalid build metadata string
-
test(fixtures): fix major_on_zero setting in repos to match expected behavior
-
test(cmd-version): add test cases to run an example repo rebuild w/ psr
-
test(cmd-version): enable git flow repo rebuild w/ psr test cases
-
fix(cmd-version): handle multiple prerelease token variants properly
In the case where there are alpha and beta releases, we must only consider the previous beta release even if alpha releases exist due to merging into beta release only branches which have no changes considerable changes from alphas but must be marked otherwise.
Resolves: #789
-
fix(cmd-version): fix version determination algorithm to capture commits across merged branches
-
perf(cmd-version): refactor version determination algorithm for accuracy & speed
-
test(algorithm): refactor test to match new function signature
-
style(algorithm): drop unused functions & imports
-
test(algorithm): adapt test case for new DFS commit traversal implementation
-
cmd-version: Forces tag timestamp to be same time as release commit
(#1117,
- config: Ensure default config loads on network mounted windows environments
(#1124,
Resolves: #1123
- test(cmd-generate-config): added noop version execution to validate config at runtime
ref: #1123
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Detailed Changes: v0.25.22...v0.25.23
v0.25.22
v0.25.22 (2024-12-15)
Bug Fixes
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | iterpy | ==1.11.0
-> ==1.11.1
| | | | |
Release Notes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Detailed Changes: v0.25.21...v0.25.22
v0.25.21
v0.25.21 (2024-12-14)
Bug Fixes
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | diff-cover | ==9.2.0
-> ==9.2.1
| | | | |
Release Notes
Bachmann1234/diff-cover (diff-cover)
v9.2.1
: Version 9.2.1
What's Changed
-
Fix inline comments by @Bachmann1234 in https://github.com/Bachmann1234/diff_cover/pull/423
-
Add support for py313 by @ssbarnea in https://github.com/Bachmann1234/diff_cover/pull/427
-
Drop 3.8 by @Bachmann1234 in https://github.com/Bachmann1234/diff_cover/pull/428
-
Bump tomli from 2.0.1 to 2.0.2 by @dependabot in https://github.com/Bachmann1234/diff_cover/pull/422
-
Bump doc8 from 1.1.1 to 1.1.2 by @dependabot in https://github.com/Bachmann1234/diff_cover/pull/421
-
Bump tomli from 2.0.2 to 2.2.1 by @dependabot in https://github.com/Bachmann1234/diff_cover/pull/425
New Contributors
- @ssbarnea made their first contribution in https://github.com/Bachmann1234/diff_cover/pull/427
Full Changelog: Bachmann1234/diff_cover@v9.2.0...v9.2.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Detailed Changes: v0.25.20...v0.25.21
v0.25.20
v0.25.20 (2024-12-11)
Bug Fixes
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | iterpy | ==1.9.1
-> ==1.11.0
| | | | |
Release Notes
MartinBernstorff/iterpy (iterpy)
v1.11.0
Feature
- feat: make arr a subclass of list (#211)
BREAKING: Renames .count()
to .len()
to avoid conflicts with Python
list
while maintaining backwards compatability. (5e1cffd
)
Unknown
-
Revert "feat: make arr a subclass of list" (#210) (
9b143f5
) -
Revert "feat: make arr a subclass of list (#209)"
This reverts commit 05b4a70
. (a335413
)
v1.10.0
Chore
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Detailed Changes: v0.25.19...v0.25.20
v0.25.19
v0.25.19 (2024-12-06)
Bug Fixes
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | sentry-sdk (changelog) | ==2.19.1
-> ==2.19.2
| | | | |
Release Notes
getsentry/sentry-python (sentry-sdk)
v2.19.2
Various fixes & improvements
- Deepcopy and ensure get_all function always terminates (#3861) by @cmanallen - Cleanup chalice test environment (#3858) by @antonpirker
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Detailed Changes: v0.25.18...v0.25.19
v0.25.18
v0.25.18 (2024-12-05)
Bug Fixes
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | sentry-sdk (changelog) | ==2.19.0
-> ==2.19.1
| | | | |
Release Notes
getsentry/sentry-python (sentry-sdk)
v2.19.1
Various fixes & improvements
- Fix errors when instrumenting Django cache (#3855) by @BYK - Copy
scope.client
reference as well (#3857) by @sl0thentr0py - Don't give up on Spotlight on 3 errors (#3856) by @BYK - Add missing stack frames (#3673) by @antonpirker - Fix wrong metadata type in async gRPC interceptor (#3205) by @fdellekart - Rename launch darkly hook to match JS SDK
(#3743) by @aliu39 - Script for checking if our instrumented libs are Python 3.13 compatible (#3425) by @antonpirker - Improve Ray tests (#3846) by @antonpirker - Test with Celery5.5.0rc3
(#3842) by @sentrivana - Fix asyncio testing setup (#3832) by @sl0thentr0py - Bumpcodecov/codecov-action
from5.0.2
to5.0.7
(#3821) by @dependabot - Fix CI (#3834) by @sentrivana - Use new ClickHouse GH action (#3826) by @antonpirker
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Detailed Changes: v0.25.17...v0.25.18