Skip to content

Releases: oxyno-zeta/golang-graphql-example

v3.47.0

28 Apr 05:37
7cd5833

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.46.0_to_v3.47.0.patch
  • If you have changed the project base path for the backend:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.46.0_to_v3.47.0.patch
  • If you have changed the project base path for the frontend:
sed -i 's/frontend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.46.0_to_v3.47.0.patch
  • Apply patch with command:
git apply --reject patch_v3.46.0_to_v3.47.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Upgrade your tools
mise install
mise upgrade node@24
find src -name '*.test.tsx' -o -name '*.test.ts' | xargs sed -i \
  -e "s/jest\.fn/vi.fn/g" \
  -e "s/jest\.mock/vi.mock/g" \
  -e "s/jest\.spyOn/vi.spyOn/g" \
  -e "/^import '@testing-library\/jest-dom';$/d"
  • Remove patch file

v3.46.0

14 Mar 11:36
1ea749f

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.45.0_to_v3.46.0.patch
  • If you have changed the project base path for the backend:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.45.0_to_v3.46.0.patch
  • If you have changed the project base path for the frontend:
sed -i 's/frontend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.45.0_to_v3.46.0.patch
  • Apply patch with command:
git apply --reject patch_v3.45.0_to_v3.46.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Upgrade your tools
mise install
mise upgrade node@24
  • Remove patch file

v3.45.0

23 Nov 22:24
8887778

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.44.0_to_v3.45.0.patch
  • If you have changed the project base path for the backend:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.44.0_to_v3.45.0.patch
  • If you have changed the project base path for the frontend:
sed -i 's/frontend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.44.0_to_v3.45.0.patch
  • Apply patch with command:
git apply --reject patch_v3.44.0_to_v3.45.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Upgrade your tools
mise install
mise upgrade node@22
  • Remove patch file

v3.44.0

18 Oct 10:07
d9726b8

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.43.0_to_v3.44.0.patch
  • If you have changed the project base path for the backend:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.43.0_to_v3.44.0.patch
  • If you have changed the project base path for the frontend:
sed -i 's/frontend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.43.0_to_v3.44.0.patch
  • Apply patch with command:
git apply --reject patch_v3.43.0_to_v3.44.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Upgrade your tools
mise install
mise upgrade node@22
  • Remove patch file

v3.43.0

31 Aug 18:44
ee0633b

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.42.0_to_v3.43.0.patch
  • If you have changed the project base path for the backend:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.42.0_to_v3.43.0.patch
  • If you have changed the project base path for the frontend:
sed -i 's/frontend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.42.0_to_v3.43.0.patch
  • Apply patch with command:
git apply --reject patch_v3.42.0_to_v3.43.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • On frontend migrate apollo
npx @apollo/client-codemod-migrate-3-to-4 --parser ts --extensions ts src
npx @apollo/client-codemod-migrate-3-to-4 --parser tsx --extensions tsx src
  • Check these errors. Apply them or not and clean .rej files.
  • Upgrade your tools
mise install
mise upgrade node@22
  • Remove patch file

v3.42.0

23 Jul 21:31
3526022

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.41.0_to_v3.42.0.patch
  • If you have changed the project base path for the backend:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.41.0_to_v3.42.0.patch
  • If you have changed the project base path for the frontend:
sed -i 's/frontend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.41.0_to_v3.42.0.patch
  • Apply patch with command:
git apply --reject patch_v3.41.0_to_v3.42.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Upgrade your tools
mise install
  • Remove patch file

v3.41.0

18 May 18:58
1276cf7

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.40.0_to_v3.41.0.patch
  • If you have changed the project base path for the backend:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.40.0_to_v3.41.0.patch
  • If you have changed the project base path for the frontend:
sed -i 's/frontend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.40.0_to_v3.41.0.patch
  • Apply patch with command:
git apply --reject patch_v3.40.0_to_v3.41.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Upgrade your tools
mise upgrade
  • Remove patch file

v3.40.0

27 Apr 16:54
c89c51d

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.39.0_to_v3.40.0.patch
  • If you have changed the project base path for the backend:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.39.0_to_v3.40.0.patch
  • If you have changed the project base path for the frontend:
sed -i 's/frontend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.39.0_to_v3.40.0.patch
  • Apply patch with command:
git apply --reject patch_v3.39.0_to_v3.40.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Upgrade your tools
mise upgrade
  • Remove patch file

v3.39.0

01 Apr 19:49
1225582

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.38.0_to_v3.39.0.patch
  • If you have changed the project base path for the backend:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.38.0_to_v3.39.0.patch
  • If you have changed the project base path for the frontend:
sed -i 's/frontend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.38.0_to_v3.39.0.patch
  • Apply patch with command:
git apply --reject patch_v3.38.0_to_v3.39.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Upgrade your tools
mise upgrade
  • Remove patch file

3.38.0

31 Mar 13:18
bf4f242

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.37.0_to_v3.38.0.patch
  • If you have changed the project base path for the backend:
sed -i 's/backend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.37.0_to_v3.38.0.patch
  • If you have changed the project base path for the frontend:
sed -i 's/frontend\//YOUR_NEW_PROJECT_PATH/g' patch_v3.37.0_to_v3.38.0.patch
  • Apply patch with command:
git apply --reject patch_v3.37.0_to_v3.38.0.patch
  • Check if there is error applying the patch
find . -regex '.*\.rej'
  • Check these errors. Apply them or not and clean .rej files.
  • Upgrade your tools
mise upgrade
  • Remove patch file