This repository was archived by the owner on Aug 14, 2023. It is now read-only.
fix(deps): update module github.com/facebook/ent to v0.12.3#36
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update module github.com/facebook/ent to v0.12.3#36renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
Author
|
1e421ae to
f9f70bc
Compare
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum |
f9f70bc to
6e39cc9
Compare
6e39cc9 to
fb5483b
Compare
fb5483b to
a66cf42
Compare
a66cf42 to
2d11fef
Compare
2d11fef to
973cf66
Compare
973cf66 to
44e4b74
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.5.0->v0.12.3Release Notes
facebook/ent (github.com/facebook/ent)
v0.12.3Compare Source
v0.12.2Compare Source
v0.12.1Compare Source
v0.12.0Compare Source
v0.11.10Compare Source
v0.11.9Compare Source
v0.11.8Compare Source
v0.11.7Compare Source
v0.11.6Compare Source
v0.11.5Compare Source
v0.11.4Compare Source
v0.11.3Compare Source
v0.11.2Compare Source
v0.11.1Compare Source
v0.11.0Compare Source
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
Table()predicate and warn about reserved schema name (Client) by @masseelch in https://github.com/ent/ent/pull/2486fmt.Errorfinstead oferrors.Wrapfby @frederikhors in https://github.com/ent/ent/pull/2608WhereInputin with.Where()by @frederikhors in https://github.com/ent/ent/pull/2691New Contributors
Full Changelog: ent/ent@v0.10.1...v0.11
v0.10.1Compare Source
Version v0.10.1 includes 2 fixes for bugs that were introduced in version v0.10.0, and additional improvements for schema migration.
What's Changed
New Contributors
Full Changelog: ent/ent@v0.10.0...v0.10.1
v0.10.0Compare Source
Dear community,
We're very happy to announce the release of the next version of Ent: v0.10. It has been almost six months since v0.9.1, so naturally, there's a ton of new stuff in this release. Please, read more about it in the Ent blog.
What's Changed
[]byteby @hedwigz in https://github.com/ent/ent/pull/1863NotEmpty()to[]byteby @hedwigz in https://github.com/ent/ent/pull/1869SavetoExecin create operation by @RiskyFeryansyahP in https://github.com/ent/ent/pull/1891time with time zoneandtime without time zoneby @s-takehana in https://github.com/ent/ent/pull/2257New Contributors
Full Changelog: ent/ent@v0.9.1...0.10.0
v0.9.1Compare Source
Version v0.9.1 includes 1 minor bug fix that was introduced in version v0.9.0, and additional bug fixes and improvements for the
UpsertandLockfeature flags.Bug fixes:
v0.9.0Compare Source
We are excited to share the v0.9.0 release! 🎊
This release contains several bug fixes and many small features and improvements to the ent/schema, ent runtime, and ent-codegen. Also, 2 major features were added to the framework, Upsert/UpsertBulk APIs, and Row-level locking (see details below). See examples:
In the next release, we'll introduce the new migration framework for SQL.
You are welcome to join our Slack channel and subscribe to the Ent newsletter to get updates on the new features, proposal discussions, and content we release.
Summary
ent/gen
entc.ExtensionAPI.ExecandExecXto Create/CreateBulk builders.schema/field
sql.ValueScannerinterface:ValueScannertypes work with enum fields.schema/index
dialect/sql
EXISTS(andNOT EXISTS) predicates.CREATE INDEXbuilder.dialct/sql/schema
dialect/entsql
CHECKannotation.Collationannotation in schema fields.PrefixandPrefixColumnsoptions for index annotations (see docs).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.