ormar-orm
ormar
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
build(deps): bump cryptography from 48.0.1 to 49.0.0 (#1715) Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
14 days ago
build(deps-dev): bump starlette from 0.49.1 to 1.0.1 (#1704) Bumps [starlette](https://github.com/Kludex/starlette) from 0.49.1 to 1.0.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.49.1...1.0.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: collerek <collerek@gmail.com>
master
21 days ago
Merge branch 'master' into dependabot/pip/starlette-1.0.1
dependabot/pip/starlette-1.0.1
21 days ago
build(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#1707) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
22 days ago
fix(ci): deploy docs to gh-pages without non-fast-forward rejection (#1709) The docs deploy has failed on every release: the shallow tag-only checkout leaves no origin/gh-pages remote-tracking ref, so mike's update_from_upstream no-ops, mike commits an orphan gh-pages, and the push is rejected as a non-fast-forward. Fetch gh-pages into the remote-tracking ref before mike deploy so it bases the new commit on the current docs and fast-forwards. Also serialize deploys with a concurrency group and replace the invalid workflow_dispatch tags filter with a version input so a release can be deployed manually.
master
22 days ago
fix(ci): deploy docs to gh-pages without non-fast-forward rejection The docs deploy has failed on every release: the shallow tag-only checkout leaves no origin/gh-pages remote-tracking ref, so mike's update_from_upstream no-ops, mike commits an orphan gh-pages, and the push is rejected as a non-fast-forward. Fetch gh-pages into the remote-tracking ref before mike deploy so it bases the new commit on the current docs and fast-forwards. Also serialize deploys with a concurrency group and replace the invalid workflow_dispatch tags filter with a version input so a release can be deployed manually.
fix/docs-deploy-gh-pages
22 days ago
Fix cartesian product when filtering on two FKs to the same target (#1708) * fix: avoid cartesian product when filtering on two FKs to the same target (#1706) The filter (WHERE) side chose which of two converging relation paths got a complex alias by relation_str length, while the join builder uses depth-first order, so equal-length siblings (e.g. a_port__switch / z_port__switch) were assigned opposite aliases and the filter referenced a table the join never created. Complex aliases also linger in the globally shared alias manager, so a later, simpler query could pick one up and reference an unjoined table. Walk relation paths in the same depth-first order as the join (first occurrence keeps the basic alias, later ones go complex) and only reroute filters whose key is a duplicate registered for the current query. * chore: release 0.26.0, require ormar-utils>=0.2.0 Bump version to 0.26.0 and require ormar-utils>=0.2.0 so installs pull the stable-ABI (abi3) wheel that works on Python 3.10+ including 3.14 (#1702). Roll the accumulated Unreleased notes into the 0.26.0 section and add the cartesian-product fix (#1706) and the ormar-utils requirement bump (#1702).
master
22 days ago
chore: release 0.26.0, require ormar-utils>=0.2.0 Bump version to 0.26.0 and require ormar-utils>=0.2.0 so installs pull the stable-ABI (abi3) wheel that works on Python 3.10+ including 3.14 (#1702). Roll the accumulated Unreleased notes into the 0.26.0 section and add the cartesian-product fix (#1706) and the ormar-utils requirement bump (#1702).
fix/1706-cartesian-product-multi-fk
22 days ago
Latest Branches
CodSpeed Performance Gauge
+45%
build(deps-dev): bump starlette from 0.49.1 to 1.0.1
#1704
21 days ago
d44e4b0
dependabot/pip/starlette-1.0.1
CodSpeed Performance Gauge
+15%
Fix docs deploy failing to push gh-pages on every release
#1709
22 days ago
259566b
fix/docs-deploy-gh-pages
CodSpeed Performance Gauge
-12%
Fix cartesian product when filtering on two FKs to the same target
#1708
22 days ago
de81cbb
fix/1706-cartesian-product-multi-fk
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs