Skip to content

Releases: fullstacksherpa/KhelBackend

v1.21.0

05 Feb 02:47
c46d123

Choose a tag to compare

1.21.0 (2026-02-04)

Features

  • add .env to different folder (f11955c)
  • add feature price on detail and list (cb6d7ce)
  • add feature_collections and featured_items admin crud with client view (8bfe255)
  • add payment log handler (0508107)
  • add payment return (db1e734)
  • add payment return and app deeplink (66e2f30)
  • add push notification for booking (0854fe1)
  • add reset password templ file (a978db4)
  • add user account deletion (be50df4)
  • add venue search (03a3ffb)
  • added admin payment handler (1726a54)
  • added admindashboard doman (96f3d55)
  • added appreview (8efd503)
  • added ecommerce base api and DAL (cabd7f6)
  • added gen-doc in makefile (2fa3164)
  • added order route for user (10acdda)
  • added payment gateway (4791470)
  • added pgxPool to container for tx (3f521d3)
  • added role based access control (152a054)
  • added swagger doc for changed package (d2f1a8b)
  • added venue owner status change (d89cd9c)
  • added venue request table and handler (ce1f9a5)
  • allow unauthenticated routes to some api (7915c04)
  • change delete user invitation to make idempotent (5cce001)
  • change storage architecture to seperate domain (53feb58)
  • create base ecommerce setup (7b4e696)
  • migrate game table with booking_status (0f24e6f)
  • remove update user (9fd4032)
  • remove watch tower from docker compose (cb0ae6c)

Bug Fixes

  • resolve ST1005 and U1000 staticcheck warnings (be0fcee)

v1.19.0

29 Jan 23:32
88d2db4

Choose a tag to compare

1.19.0 (2026-01-29)

Features

  • add .env to different folder (f11955c)
  • add payment log handler (0508107)
  • add payment return (db1e734)
  • add payment return and app deeplink (66e2f30)
  • add push notification for booking (0854fe1)
  • add reset password templ file (a978db4)
  • add user account deletion (be50df4)
  • add venue search (03a3ffb)
  • added admin payment handler (1726a54)
  • added admindashboard doman (96f3d55)
  • added appreview (8efd503)
  • added ecommerce base api and DAL (cabd7f6)
  • added order route for user (10acdda)
  • added payment gateway (4791470)
  • added pgxPool to container for tx (3f521d3)
  • added role based access control (152a054)
  • added swagger doc for changed package (d2f1a8b)
  • added venue owner status change (d89cd9c)
  • added venue request table and handler (ce1f9a5)
  • allow unauthenticated routes to some api (7915c04)
  • change delete user invitation to make idempotent (5cce001)
  • change storage architecture to seperate domain (53feb58)
  • create base ecommerce setup (7b4e696)
  • migrate game table with booking_status (0f24e6f)
  • remove update user (9fd4032)
  • remove watch tower from docker compose (cb0ae6c)

Bug Fixes

  • change the doc (e2e11cf)
  • resolve ST1005 and U1000 staticcheck warnings (be0fcee)

v1.20.0

04 Feb 08:44
a1632e9

Choose a tag to compare

1.20.0 (2026-02-04)

Features

  • add feature price on detail and list (cb6d7ce)
  • add feature_collections and featured_items admin crud with client view (8bfe255)
  • added gen-doc in makefile (2fa3164)

v1.18.0

28 Jan 01:09
8150dc1

Choose a tag to compare

1.18.0 (2026-01-28)

Features

  • add .env to different folder (f11955c)
  • add cancel booking features (857e1b5)
  • add payment log handler (0508107)
  • add payment return (db1e734)
  • add payment return and app deeplink (66e2f30)
  • add push notification for booking (0854fe1)
  • add user account deletion (be50df4)
  • add venue search (03a3ffb)
  • added admin payment handler (1726a54)
  • added admindashboard doman (96f3d55)
  • added api address (5d83565)
  • added appreview (8efd503)
  • added automation workflow (387c0b1)
  • added background job (630a7eb)
  • added booking (34f6388)
  • added booking accept and reject (5afe441)
  • added booking migration for status enums (2fbb421)
  • added cancel enums to booking (64400eb)
  • added copy of .env to dockerfile (ebe96c1)
  • added docs for games and isAdmin middleware (2fdc985)
  • added ecommerce base api and DAL (cabd7f6)
  • added email sending features (0022d55)
  • added favorite venue and shortlisted_games endpoint (f81b0c7)
  • added game question and answer (5096d7e)
  • added order route for user (10acdda)
  • added password reset (e1d7e90)
  • added payment gateway (4791470)
  • added pgxPool to container for tx (3f521d3)
  • added port dynamically (b6335aa)
  • added rate limiter:fixed-window (8c7eed5)
  • added role based access control (152a054)
  • added status on venue (b7646e6)
  • added swagger doc for auth and user (3b48e87)
  • added swagger doc for changed package (d2f1a8b)
  • added unique confirm booking migration (e8aec99)
  • added user features (1baad2f)
  • added venue list with filter and custom image url to cloudinary (7e03894)
  • added venue list with filtering features (d773d80)
  • added venue owner manual booking (a112f0f)
  • added venue owner status change (d89cd9c)
  • added venue pricing (2010416)
  • added venue request table and handler (ce1f9a5)
  • allow unauthenticated routes to some api (7915c04)
  • authentication flow done (08cde4d)
  • autoUpdate version number (ac33e02)
  • basic authentication implemented (6ec450f)
  • booking features done (435e766)
  • change delete user invitation to make idempotent (5cce001)
  • change driver from database/sql to pgx/v5 and all data access logic implementation (8f4875c)
  • change storage architecture to seperate domain (53feb58)
  • create base ecommerce setup (7b4e696)
  • dockerfile (d21fa9a)
  • fix docker compose to setup staging env too (a5dadf5)
  • follow and unfollow user (a2968fc)
  • game CRUD done (0632e9b)
  • migrate game table with booking_status (0f24e6f)
  • release-please workflows added (ad93574)
  • remove update user (9fd4032)
  • remove watch tower from docker compose (cb0ae6c)
  • reviews CRUD operations done (55cff19)
  • update api version automatically (b6b76ad)
  • user activation features implemented (9594513)
  • user creation and invitation features done (b14ecc4)
  • venues CRUD operation done (675be93)

Bug Fixes

  • change changelog veriosn (4a508cf)
  • change docs (e364c46)
  • change sql/database from game store (a624f46)
  • change the doc (e2e11cf)
  • change the docker compose file (e52b76f)
  • change ubuntu version to latest (64a8ba2)
  • chan...
Read more

v1.17.0

30 Jul 05:15
49a09a2

Choose a tag to compare

1.17.0 (2025-07-30)

Features

  • add cancel booking features (b2fbbb5)

v1.16.0

15 Jul 22:42
4b1e37c

Choose a tag to compare

1.16.0 (2025-07-15)

Features

  • added cancel enums to booking (c0adc5a)

v1.15.0

30 Jun 00:26
5983dd5

Choose a tag to compare

1.15.0 (2025-06-30)

Features

  • added unique confirm booking migration (8cd5ffe)
  • added venue owner manual booking (94f9679)

v1.14.0

28 Jun 21:09
b22c5a6

Choose a tag to compare

1.14.0 (2025-06-28)

Features

Bug Fixes

  • refactor availability logic for kathmandu/nepal time (90b6218)
  • remove unused variable (1255b74)

v1.13.2

07 Jun 02:28
c0cb5ea

Choose a tag to compare

1.13.2 (2025-06-07)

Bug Fixes

v1.13.1

06 Jun 05:47
5432561

Choose a tag to compare

1.13.1 (2025-06-06)

Bug Fixes

  • change the docker compose file (174f448)