dex icon indicating copy to clipboard operation
dex copied to clipboard

build(deps): bump entgo.io/ent from 0.10.1 to 0.11.2

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps entgo.io/ent from 0.10.1 to 0.11.2.

Release notes

Sourced from entgo.io/ent's releases.

v0.11.0

We're very happy to announce the release of the next version of Ent: v0.11 🎊

This release contains several bug fixes, many small features, and improvements to the ent/schema, ent runtime, and ent codegen. There are 3 major features that were added to the framework: Edge Schemas, GraphQL Schema Generator and a completely new infrastructure for generating schema migrations using Atlas. Please, visit these links to learn more about these new functionalities.

In the next version, we plan to start experimenting with generics to reduce the amount of generated code and may consider exposing new generics-based extensions. Additional tasks that are on our list are query interceptors, polymorphic edges, a toolset for executing migrations safely, and a list of small runtime improvements that exist in our issue tracker.

You are welcome to join our Discord Server, Slack channel and subscribe to the Ent newsletter to get updates on the new features, proposal discussions, and content we release.

What's Changed

... (truncated)

Commits
  • 0066eb9 entc/gen: extend sql/modify to UPDATE statements
  • 0fd6413 dialect/sql/sqlgraph: support custom modifiers in UPDATE commands
  • 9f481d8 dialect/sql: support setting ORDER BY for UPDATE statements
  • 4797277 go: bump go/packages version ci to 1.18+1.19 (#2832)
  • 89007ec entc/gen: fixed privacy filter for M2M edges (#2828)
  • 22c2f3a build(deps): bump aws-actions/configure-aws-credentials (#2825)
  • c7de2ec doc/versioned-migration: add atlas import for code example (#2819)
  • 26e07c9 dialect/sql/sqlgraph: support edgeschema in entgql (#2817)
  • ea3aa8c doc/md: remove entgql annotation from crud step (#2816)
  • 3f04b0f doc/md: update grpc tutorial for List and BatchCreate methods (#2518)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 10 '22 04:08 dependabot[bot]