Skip to content

Releases: oxyno-zeta/golang-graphql-example

v3.5.1

23 Sep 18:17
0b38e64

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

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

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

v3.4.2

24 Aug 09:39
4c01b5e

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.1_to_v3.4.2.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.4.1_to_v3.4.2.patch
  • Apply patch with command:
git apply --reject patch_v3.4.1_to_v3.4.2.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

v3.4.1

23 Aug 08:38
f431f41

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.0_to_v3.4.1.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.4.0_to_v3.4.1.patch
  • Apply patch with command:
git apply --reject patch_v3.4.0_to_v3.4.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

v3.4.0

23 Aug 05:58
3f9d94d

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.3.0_to_v3.4.0.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.3.0_to_v3.4.0.patch
  • Apply patch with command:
git apply --reject patch_v3.3.0_to_v3.4.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

v3.3.0

02 Aug 20:21
9fedf90

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.2.0_to_v3.3.0.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.2.0_to_v3.3.0.patch
  • Apply patch with command:
git apply --reject patch_v3.2.0_to_v3.3.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

v3.2.0

27 Jan 21:34
d57259f

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.1.0_to_v3.2.0.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.1.0_to_v3.2.0.patch
  • Apply patch with command:
git apply --reject patch_v3.1.0_to_v3.2.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

v3.1.0

19 Nov 21:16
055edf7

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.0.0_to_v3.1.0.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.0.0_to_v3.1.0.patch
  • Apply patch with command:
git apply --reject patch_v3.0.0_to_v3.1.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

v3.0.0

01 Nov 18:38
99a695f

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_v2.4.1_to_v3.0.0.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v2.4.1_to_v3.0.0.patch
  • Apply patch with command:
git apply --reject patch_v2.4.1_to_v3.0.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 the generate command again: make code/generate