Skip to content

Commit

Permalink
fix #146
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Oct 24, 2023
1 parent 2c10e76 commit df7ceae
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@

### Breaking Changes & Migration

- We've relocated all methods from ``/api/v1`` to ``/api``. This change reflects the fact that we've moved beyond version one, and it wouldn't be practical to maintain the older APIs. Going forward, /api/ will always point to the most up-to-date and current API.
- We've relocated all methods from `/api/v1` to `/api`. This change reflects the fact that we've moved way beyond version one, and it wouldn't be practical to maintain the older APIs. Going forward, /api/ will always point to the most up-to-date and current API.

### Changes

- Published Async API doc on `/api/docs/async` ( but it doesnt work on docker build due to a bug )
- Implemented Realtime Online/Playing/Busy/Offline Status
- TODO: Implemented direct messages
- Published Async API doc on `/api/docs/async` ( but it doesnt work on docker, due to a bug, so it is disabled )
- Implemented Realtime Online/Playing/Busy/Offline Status
- Fixed contract generation [#146](https://github.com/Phalcode/gamevault-backend/issues/146) (again)
- Configured Admin Health API to not write any logs

### Thanks

- @yodatak
- @SergMonsterBro

## 8.0.3

Recommended Gamevault App Version: `v1.7.0`
Expand Down

0 comments on commit df7ceae

Please sign in to comment.