Skip to content

build(deps): bump sea-orm from 1.1.20 to 2.0.2 - #207

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/sea-orm-2.0.2
Open

dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/sea-orm-2.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps sea-orm from 1.1.20 to 2.0.2.

Release notes

Sourced from sea-orm's releases.

sea-orm-cli@2.0.2

Add changelog for 2.0.2

sea-orm-cli@2.0.1

Tag seaography example sea-orm version for bump.sh; tolerate taplo padding

sea-orm-cli@2.0.0

Reformat example manifests with taplo after 2.0.0 bump

sea-orm-cli@2.0.0-rc.41

Checkout tags in sea-orm-cli release workflow for --notes-from-tag

Changelog

Sourced from sea-orm's changelog.

2.0.2 - 2026-08-12

require_one query helper, date_time_default_now / timestamp_default_now schema helpers, entity-merge duplicate-import fix

2.0.1 - 2026-08-02

ActiveValue helpers (set_unset, is_set_and, as_option), Paginator::set_page, before_acquire pool hooks, read-only migration status queries, nested-transaction recursion fix

2.0.0 - 2026-07-19

Release Candidates

  • 2.0.0-rc.43BelongsTo relation type (opt-in, compile-time FK cardinality), CLI generation-option errors, has_related Condition::any() & PG enum-array codegen fixes
  • 2.0.0-rc.42 — typed value arrays, HasOne replace/delete, ActiveHasOne/ActiveHasMany rename, codegen ColumnType fixes
  • 2.0.0-rc.41SelectFourMany, update_without_returning, cargo binstall sea-orm-cli, junction ActiveModelBehavior & schema-sync PG-schema fixes
  • 2.0.0-rc.40 - Restore pgvector binding with SQLx 0.9
  • 2.0.0-rc.39 - SeaQuery 1.0, SQLx 0.9, async transaction helpers
  • 2.0.0-rc.38find_both_related, set_ne, pool options, schema sync fixes
  • 2.0.0-rc.37 — ER Diagram Generation
  • 2.0.0-rc.36 — Per-migration transaction control
  • 2.0.0-rc.35 — SQLite transaction modes, DeriveIntoActiveModel extensions, Decimal64/Bytes, schema sync fix
  • 2.0.0-rc.34 — Arrow/Parquet support, try_from_u64 for DeriveValueType
  • 2.0.0-rc.32MigratorTrait with self, PostgreSQL application_name
  • 2.0.0-rc.31ne_all, typed TextUuid, COUNT overflow fix
  • 2.0.0-rc.30 — Maintenance release, sea-query bump
  • 2.0.0-rc.29 — Tracing spans, UUID-as-TEXT, relation filtering, LEFT JOIN fix
  • 2.0.0-rc.28sqlx-all in migration, set_if_not_equals_and, auto_increment for String/Uuid PKs
  • 2.0.0-rc.27DeriveValueType implements NotU8 for PostgreSQL arrays
  • 2.0.0-rc.26postgres-use-serial-pk feature for legacy serial PKs
  • 2.0.0-rc.25 — Value system restoration, sea-query bump
  • 2.0.0-rc.24sea-query bump to rc.27
  • 2.0.0-rc.23DeriveValueType implements IntoActiveValue, remove NotU8
  • 2.0.0-rc.22DatabaseExecutor unified type, value array refactor
  • 2.0.0-rc.21 — Rusqlite / sea-orm-sync crate, exists on PaginatorTrait
  • 2.0.0-rc.20 — Stringy newtypes, M2M self-ref, nullable columns, bug fixes

New Features

  • Split belongs_to from has_one with a new BelongsTo relation type SeaQL/sea-orm#3118

    A belongs_to relation can now be typed BelongsTo<Entity> (required) or BelongsTo<Option<Entity>> (optional), encoding the foreign-key cardinality in the type, paired with the write-side companion ActiveBelongsTo. BelongsTo is the recommended type for belongs_to; the legacy HasOne<Entity> field type remains supported for backward compatibility.

  • Role Based Access Control SeaQL/sea-orm#2683

    1. a hierarchical RBAC engine that is table scoped
      • a user has 1 (and only 1) role

... (truncated)

Commits
  • 13be0db Add changelog for 2.0.2
  • f0ae12f update examples
  • 121ef24 2.0.2
  • f03535a Fix documentation typo
  • d0b8b2a Add require_one: fetch exactly one row, error if none (#2974) (#3164)
  • d7932d5 Add timestamp_default_now schema helpers (#3165)
  • f7604fe Add a datetime-default-now helper function (#3159)
  • 90f4da0 Deduplicate grouped vs individual imports on entity merge (#2947) (#3163)
  • b194ee0 Tag seaography example sea-orm version for bump.sh; tolerate taplo padding
  • 97bd8c3 Add TransactionTrait compatibility note to 2.0.1 changelog
  • Additional commits viewable in compare view

Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.1.20 to 2.0.2.
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SeaQL/sea-orm/compare/1.1.20...sea-orm-cli@2.0.2)

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/sea-orm-2.0.2 branch from f85a422 to 10d0477 Compare August 27, 2026 09:32
@romaintb romaintb self-assigned this Aug 27, 2026
@romaintb romaintb removed the rust label Sep 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant