This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update module github.com/facebook/ent to v0.12.3 #36
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/github.com-facebook-ent-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
|
1e421ae
to
f9f70bc
Compare
⚠ 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
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.3
Release Notes
facebook/ent (github.com/facebook/ent)
v0.12.3
Compare Source
v0.12.2
Compare Source
v0.12.1
Compare Source
v0.12.0
Compare Source
v0.11.10
Compare Source
v0.11.9
Compare Source
v0.11.8
Compare Source
v0.11.7
Compare Source
v0.11.6
Compare Source
v0.11.5
Compare Source
v0.11.4
Compare Source
v0.11.3
Compare Source
v0.11.2
Compare Source
v0.11.1
Compare Source
v0.11.0
Compare 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.Errorf
instead oferrors.Wrapf
by @frederikhors in https://github.com/ent/ent/pull/2608WhereInput
in with.Where()
by @frederikhors in https://github.com/ent/ent/pull/2691New Contributors
Full Changelog: ent/ent@v0.10.1...v0.11
v0.10.1
Compare 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.0
Compare 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
[]byte
by @hedwigz in https://github.com/ent/ent/pull/1863NotEmpty()
to[]byte
by @hedwigz in https://github.com/ent/ent/pull/1869Save
toExec
in create operation by @RiskyFeryansyahP in https://github.com/ent/ent/pull/1891time with time zone
andtime without time zone
by @s-takehana in https://github.com/ent/ent/pull/2257New Contributors
Full Changelog: ent/ent@v0.9.1...0.10.0
v0.9.1
Compare 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
Upsert
andLock
feature flags.Bug fixes:
v0.9.0
Compare 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.Extension
API.Exec
andExecX
to Create/CreateBulk builders.schema/field
sql.ValueScanner
interface:ValueScanner
types work with enum fields.schema/index
dialect/sql
EXISTS
(andNOT EXISTS
) predicates.CREATE INDEX
builder.dialct/sql/schema
dialect/entsql
CHECK
annotation.Collation
annotation in schema fields.Prefix
andPrefixColumns
options 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.