Skip to content

Releases: oxyno-zeta/golang-graphql-example

v3.11.0

01 Jun 20:08
a5dd39e
Compare
Choose a tag to compare

How to apply updates on your project ?

  • Download patch at your project root
  • Run this command to edit project path and name in patch
sed -i 's/github\.com\/oxyno-zeta\/golang-graphql-example/YOUR_GOLANG_MODULE_NAME/g; s/golang-graphql-example/YOUR_PROJECT_NAME/g' patch_v3.10.0_to_v3.11.0.patch
  • If you have changed the project base path for the backend:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.10.0_to_v3.11.0.patch
  • If you have changed the project base path for the frontend:
sed -i 's/frontend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.10.0_to_v3.11.0.patch
  • Apply patch with command:
git apply --reject patch_v3.10.0_to_v3.11.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Remove patch file
  • Run make code/lint

v3.10.0

17 May 10:48
ff68092
Compare
Choose a tag to compare

How to apply updates on your project ?

  • Download patch at your project root
  • Run this command to edit project path and name in patch
sed -i 's/github\.com\/oxyno-zeta\/golang-graphql-example/YOUR_GOLANG_MODULE_NAME/g; s/golang-graphql-example/YOUR_PROJECT_NAME/g' patch_v3.9.1_to_v3.10.0.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.9.1_to_v3.10.0.patch
  • Apply patch with command:
git apply --reject patch_v3.9.1_to_v3.10.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Remove patch file

v3.9.1

10 May 18:02
86b668f
Compare
Choose a tag to compare

How to apply updates on your project ?

  • Download patch at your project root
  • Run this command to edit project path and name in patch
sed -i 's/github\.com\/oxyno-zeta\/golang-graphql-example/YOUR_GOLANG_MODULE_NAME/g; s/golang-graphql-example/YOUR_PROJECT_NAME/g' patch_v3.9.0_to_v3.9.1.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.9.0_to_v3.9.1.patch
  • Apply patch with command:
git apply --reject patch_v3.9.0_to_v3.9.1.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Remove patch file
  • Run make code/graphql code/generate

v3.9.0

08 May 12:02
cb38f96
Compare
Choose a tag to compare

How to apply updates on your project ?

  • Download patch at your project root
  • Run this command to edit project path and name in patch
sed -i 's/github\.com\/oxyno-zeta\/golang-graphql-example/YOUR_GOLANG_MODULE_NAME/g; s/golang-graphql-example/YOUR_PROJECT_NAME/g' patch_v3.8.0_to_v3.9.0.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.8.0_to_v3.9.0.patch
  • Apply patch with command:
git apply --reject patch_v3.8.0_to_v3.9.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Remove patch file
  • Run make code/graphql code/generate

v3.8.0

03 May 20:15
f8c93aa
Compare
Choose a tag to compare

How to apply updates on your project ?

  • Download patch at your project root
  • Run this command to edit project path and name in patch
sed -i 's/github\.com\/oxyno-zeta\/golang-graphql-example/YOUR_GOLANG_MODULE_NAME/g; s/golang-graphql-example/YOUR_PROJECT_NAME/g' patch_v3.7.0_to_v3.8.0.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.7.0_to_v3.8.0.patch
  • Apply patch with command:
git apply --reject patch_v3.7.0_to_v3.8.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Remove patch file
  • Run make code/graphql code/generate

v3.7.0

30 Mar 18:03
d6f5b14
Compare
Choose a tag to compare

How to apply updates on your project ?

  • Download patch at your project root
  • Run this command to edit project path and name in patch
sed -i 's/github\.com\/oxyno-zeta\/golang-graphql-example/YOUR_GOLANG_MODULE_NAME/g; s/golang-graphql-example/YOUR_PROJECT_NAME/g' patch_v3.6.0_to_v3.7.0.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.6.0_to_v3.7.0.patch
  • Apply patch with command:
git apply --reject patch_v3.6.0_to_v3.7.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Remove patch file
  • Run go install github.com/99designs/gqlgen@v0.17.2
  • Run make code/graphql code/generate

v3.6.0

28 Oct 17:33
cf4c8a4
Compare
Choose a tag to compare

How to apply updates on your project ?

  • Download patch at your project root
  • Run this command to edit project path and name in patch
sed -i 's/github\.com\/oxyno-zeta\/golang-graphql-example/YOUR_GOLANG_MODULE_NAME/g; s/golang-graphql-example/YOUR_PROJECT_NAME/g' patch_v3.5.1_to_v3.6.0.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.5.1_to_v3.6.0.patch
  • Apply patch with command:
git apply --reject patch_v3.5.1_to_v3.6.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Remove patch file
  • Run make code/generate code/graphql

v3.5.1

23 Sep 18:17
0b38e64
Compare
Choose a tag to compare

How to apply updates on your project ?

  • Download patch at your project root
  • Run this command to edit project path and name in patch
sed -i 's/github\.com\/oxyno-zeta\/golang-graphql-example/YOUR_GOLANG_MODULE_NAME/g; s/golang-graphql-example/YOUR_PROJECT_NAME/g' patch_v3.5.0_to_v3.5.1.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.5.0_to_v3.5.1.patch
  • Apply patch with command:
git apply --reject patch_v3.5.0_to_v3.5.1.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Remove patch file
  • Run make code/generate code/graphql

v3.5.0

21 Sep 20:15
45a7c06
Compare
Choose a tag to compare

How to apply updates on your project ?

  • Download patch at your project root
  • Run this command to edit project path and name in patch
sed -i 's/github\.com\/oxyno-zeta\/golang-graphql-example/YOUR_GOLANG_MODULE_NAME/g; s/golang-graphql-example/YOUR_PROJECT_NAME/g' patch_v3.4.3_to_v3.5.0.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.4.3_to_v3.5.0.patch
  • Apply patch with command:
git apply --reject patch_v3.4.3_to_v3.5.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Remove patch file
  • Run make code/generate code/graphql

v3.4.3

01 Sep 08:13
21d70e3
Compare
Choose a tag to compare

How to apply updates on your project ?

  • Download patch at your project root
  • Run this command to edit project path and name in patch
sed -i 's/github\.com\/oxyno-zeta\/golang-graphql-example/YOUR_GOLANG_MODULE_NAME/g; s/golang-graphql-example/YOUR_PROJECT_NAME/g' patch_v3.4.2_to_v3.4.3.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.4.2_to_v3.4.3.patch
  • Apply patch with command:
git apply --reject patch_v3.4.2_to_v3.4.3.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Remove patch file
  • Run make code/graphql