Skip to content

Releases: oxyno-zeta/golang-graphql-example

v2.4.1

01 Nov 18:41
a80fbec

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

v2.4.0

08 Sep 20:18
9dd9f8e

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.3.1_to_v2.4.0.patch
  • If you have changed the project base path:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v2.3.1_to_v2.4.0.patch
  • Apply patch with command:
git apply --reject patch_v2.3.1_to_v2.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 the generate command again: make setup/generate

v2.3.1

24 Aug 21:01
4b900b1

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

v2.3.0

13 Aug 20:16
91ef206

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