This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Releases: aerogear/graphback
Releases · aerogear/graphback
1.1.2
1.1.2 (2021-02-06)
Bug Fixes
-
#2269 replaced _id with id in client and postgres template (@RinkiyaKeDad)
-
#2261 update import format @namit-chandwani)
1.1.1
Bug Fixes
- #2261 fix: import format was throwing an error (@craicoverflow)
1.1.0
Features
- Added a Kafka template
Bug Fixes
graphback-codegen-schema
,graphback-core
,graphback-datasync
,graphback-runtime-knex
,graphql-serve
- #2171 fix(codegen-schema): remove auto primary key from create input (@craicoverflow)
graphback-codegen-client
- #2139 fix: unable to generate subscription query unless mutation operation in model is set to
true
(@RinkiyaKeDad
- #2139 fix: unable to generate subscription query unless mutation operation in model is set to
codegen-schema
- #2205 fix(codegen-schema): map String list to String list in input type (@craicoverflow)
Committers: 2
- Arsh Sharma (@RinkiyaKeDad)
- ssd71 @ssd71
- mudit Choudhary (@Muditxofficial)
- Enda Phelan (@craicoverflow
1.1.0-alpha2
feat(templates): add kafka template
1.1.0-alpha1
fix: update snapshot with lastupdatedat
1.0.1
Features
Bug Fixes
- Logical
or
filter selector was not mapped correctly ingraphback-runtime-mongo
(#2034, fixed by 1ebe7e9) - Logical
or
filter selector was not mapped correctly ingraphback-runtime-knex
(#2034, fixed by 6d43f28) - Logical
or
predicate was not applied correctly increateInMemoryPredicateFilter
(#2034, fixed by 01f9912) - GraphQL Migrations did not read auto-incrementing info from database column (#2017, fixed by 83a80cd)
- Prevent creation of empty
Subscription
,Query
,Mutation
resolver objects (#2073, fixed by 97e8267) - Fix
TypeError: Cannot read property 'page' of undefined
error in CRUDService (#2095 fixed by 5143fb6) - It was not possible to map a
WHERE X IS/IS NOT NULL
query in the Knex query mapper (#2095 fixed by d10e918) - Prevent creation of empty
Subscription
,Query
,Mutation
resolver objects (#2073, fixed by 97e826) - Configure relationship auth rule with field instead of database key (#2101, fixed by 525bc9a)
- Fix
Could not find a declaration file for module 'bson'
error (#2104, fixed by 4f9ce7c) - Add missing interface (#2019, fixed by f46e920)
- Generate schema subscription fields when mutations are disabled (#2114, fixed by 212eb7a)
- Don't create
Query
,Mutation
,Subscription
empty resolver objects (#2122, fixed by faf172d