Releases: fullstacksherpa/KhelBackend
Releases · fullstacksherpa/KhelBackend
v1.21.0
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
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
v1.20.0
v1.18.0
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)