Update module entgo.io/contrib to v0.4.5
This MR contains the following updates:
| Package | Type | Update | Change | 
|---|---|---|---|
| entgo.io/contrib | require | minor | v0.3.4->v0.4.5 | 
Release Notes
ent/contrib
v0.4.5
What's Changed
- entgql: satisfies fragments on Node/Nodes queries by @a8m in https://github.com/ent/contrib/pull/491
- entgql: fix field arguments collection by @a8m in https://github.com/ent/contrib/pull/495
Full Changelog: https://github.com/ent/contrib/compare/v0.4.3...v0.4.5
v0.4.4
v0.4.3
What's Changed
- feat(entoas): added field annotation for skip flag by @badygin-yakov in https://github.com/ent/contrib/pull/329
- entgql: reduce edge code by call Paginate by @giautm in https://github.com/ent/contrib/pull/356
- entgql: cleanup Paginate totalCount by @giautm in https://github.com/ent/contrib/pull/357
- entgql: preload edge with alias by @giautm in https://github.com/ent/contrib/pull/355
- entgql: fixed incorrect example by @giautm in https://github.com/ent/contrib/pull/360
- entgql: enable feature via options by @giautm in https://github.com/ent/contrib/pull/362
- entgql: fixed cursor type in nested pagination by @giautm in https://github.com/ent/contrib/pull/363
- ci: basic composite gh action for ent by @rotemtam in https://github.com/ent/contrib/pull/365
- build(deps): bump golang.org/x/tools from 0.1.10 to 0.1.12 by @dependabot in https://github.com/ent/contrib/pull/359
- entgql: added Description() for adding meta data to a field by @Albert-Gao in https://github.com/ent/contrib/pull/364
- entgql: skip immutable edge for update mutation by @giautm in https://github.com/ent/contrib/pull/367
- all: bump golang.org/x/tools by @rotemtam in https://github.com/ent/contrib/pull/368
- build(deps): bump go.uber.org/zap from 1.17.0 to 1.23.0 by @dependabot in https://github.com/ent/contrib/pull/370
- entgql: fixed edge loading for non-relay field by @giautm in https://github.com/ent/contrib/pull/373
- go: update ent version by @a8m in https://github.com/ent/contrib/pull/374
- entgql: auto generate builtin scalar types (e.g. Time) by @a8m in https://github.com/ent/contrib/pull/376
- entgql: improve the RelayConnection doc by @a8m in https://github.com/ent/contrib/pull/378
- entgql: Use nil to check that a generated enum satisfies interface by @Adam-Mustafa in https://github.com/ent/contrib/pull/375
- feat(entgql): support child value list for directive annotation by @calmonr in https://github.com/ent/contrib/pull/380
- entgql: allow mapping field to others name via entgql.MapsToby @giautm in https://github.com/ent/contrib/pull/382
- entgql: always skip sensitive fields by @giautm in https://github.com/ent/contrib/pull/384
- entgql: support append on update mutation by @giautm in https://github.com/ent/contrib/pull/383
- entgql: accept non-gql context in generated edge methods by @a8m in https://github.com/ent/contrib/pull/385
- entgql: clone the query for Count()by @giautm in https://github.com/ent/contrib/pull/386
- entgql: create field Map example by @giautm in https://github.com/ent/contrib/pull/387
- entgql: fixed query field camelCase by @giautm in https://github.com/ent/contrib/pull/396
- build(deps): bump github.com/alecthomas/kong from 0.2.11 to 0.7.0 by @dependabot in https://github.com/ent/contrib/pull/399
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16 by @dependabot in https://github.com/ent/contrib/pull/402
- entgql: support setting edge-schemas as relay connections by @a8m in https://github.com/ent/contrib/pull/403
- entgql: support generate array for custom JSON type by @nzlov in https://github.com/ent/contrib/pull/401
- fix(entproto): generate service implementation with custom id by @vietdoan in https://github.com/ent/contrib/pull/394
- entgql: add required imports to templates by @a8m in https://github.com/ent/contrib/pull/408
- entgql: added WithOutputWriter option by @giautm in https://github.com/ent/contrib/pull/352
- entgql: fix outputWriter non-order dependencies by @giautm in https://github.com/ent/contrib/pull/409
- entgql: opt-in for client.Node()api by @giautm in https://github.com/ent/contrib/pull/410
- bc: entproto: prefix pb enums with their field name by @rotemtam in https://github.com/ent/contrib/pull/415
- entgql: add example for create edge with mutation input by @giautm in https://github.com/ent/contrib/pull/416
- entgql: add support for clearing non-unique edges by @a8m in https://github.com/ent/contrib/pull/418
- entgql: remove blank lines between imports by @a8m in https://github.com/ent/contrib/pull/419
- entgql: support optional description for mutation inputs by @tankbusta in https://github.com/ent/contrib/pull/421
- entoas: handle nillable fields by @masseelch in https://github.com/ent/contrib/pull/423
- entoas: add boundaries for pageanditemsPerPagepagination params by @masseelch in https://github.com/ent/contrib/pull/424
- schemast: fix support for generating JSON fields (#3005) by @C-Deck in https://github.com/ent/contrib/pull/389
- entgql: fixed panic with latest ent by @giautm in https://github.com/ent/contrib/pull/428
- entgql: fix problem with types that the underlying type is array/slice by @crossworth in https://github.com/ent/contrib/pull/430
- build(deps): bump google.golang.org/grpc from 1.47.0 to 1.52.3 by @dependabot in https://github.com/ent/contrib/pull/431
- entgql: fixed pulid example by @giautm in https://github.com/ent/contrib/pull/436
- entproto: support including external grpc services by @rotemtam in https://github.com/ent/contrib/pull/437
- entgql: allow exposing the ID field as OrderField by @a8m in https://github.com/ent/contrib/pull/439
- entgql: multi order support using annotation by @a8m in https://github.com/ent/contrib/pull/442
- change collectField parameter name by @tsingsun in https://github.com/ent/contrib/pull/441
- entgql: run codegen to fix broken ci by @a8m in https://github.com/ent/contrib/pull/443
- fix multiOrder template by @amrnt in https://github.com/ent/contrib/pull/444
- entgql: Fix duplicate import present in gql_where_input.goby @Adam-Mustafa in https://github.com/ent/contrib/pull/452
- build(deps): bump golang.org/x/tools from 0.4.0 to 0.7.0 by @dependabot in https://github.com/ent/contrib/pull/451
- feat(entgql): Allow comments on edge fields by @tankbusta in https://github.com/ent/contrib/pull/457
- entproto: configure target dir with extension api by @rotemtam in https://github.com/ent/contrib/pull/462
- entgql: add support for query fields selection by @a8m in https://github.com/ent/contrib/pull/463
- entgql: fixed enum import for graphql package by @giautm in https://github.com/ent/contrib/pull/464
- entgql: revert add support for query fields selection by @giautm in https://github.com/ent/contrib/pull/465
- entgql: add support for query fields selection by @giautm in https://github.com/ent/contrib/pull/466
- fix(entgql): check fields RType for Map and use Map scalar if possible by @tankbusta in https://github.com/ent/contrib/pull/455
- entoas: doesnt respect custom spec; fixed that by @thmeitz in https://github.com/ent/contrib/pull/471
- go: update entgo.io/ent version by @a8m in https://github.com/ent/contrib/pull/472
- go: update entgo.io/ent by @a8m in https://github.com/ent/contrib/pull/473
- go: update ent to v0.12.0 by @a8m in https://github.com/ent/contrib/pull/474
- entgql: only generate clear fields for optional edges by @Kranex in https://github.com/ent/contrib/pull/459
- entgql: support ordering by edge count/field by @a8m in https://github.com/ent/contrib/pull/481
- Merge github.com/ent/contrib/pull/475 by @a8m in https://github.com/ent/contrib/pull/483
- entgql: loads referenced edge-fields when fields selection is enabled by @giautm in https://github.com/ent/contrib/pull/485
- entgql: append order fields to selection only if custom one was set by @a8m in https://github.com/ent/contrib/pull/490
New Contributors
- @badygin-yakov made their first contribution in https://github.com/ent/contrib/pull/329
- @Albert-Gao made their first contribution in https://github.com/ent/contrib/pull/364
- @Adam-Mustafa made their first contribution in https://github.com/ent/contrib/pull/375
- @calmonr made their first contribution in https://github.com/ent/contrib/pull/380
- @nzlov made their first contribution in https://github.com/ent/contrib/pull/401
- @vietdoan made their first contribution in https://github.com/ent/contrib/pull/394
- @tankbusta made their first contribution in https://github.com/ent/contrib/pull/421
- @C-Deck made their first contribution in https://github.com/ent/contrib/pull/389
- @Kranex made their first contribution in https://github.com/ent/contrib/pull/459
Full Changelog: https://github.com/ent/contrib/compare/v0.3.0...v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.5
Configuration
- 
If you want to rebase/retry this MR, check this box 
This MR has been generated by Renovate Bot.
Edited  by Ghost User