File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ # v5.9.0
2+ # New
3+ - Added ` public/{slugOrId} ` endpoints
4+ - You can now access public bar data via ` public/{slugOrId} ` endpoints
5+ - Added GET ` public/{slugOrId}/menu ` endpoint
6+ - Added GET ` public/{slugOrId}/cocktails ` endpoint
7+ - Added GET ` public/{slugOrId}/cocktails/{cocktailId} ` endpoint
8+ - Added ` is_public ` property to ` Bar ` schema
9+ - If set to ` true ` , bar will expose public endpoints ` /public/{barId}/* `
10+ - Added ` is_menu_enabled ` to public ` Bar ` schema
11+
12+ ## Fixes
13+ - Fixed search driver indexing calls when not using search driver
14+ - Default ingredient unit bar setting is not correctly applied when importing data via datapack
15+ - Fixed unique constraint violation when adding ingredients into bar shelf
16+
117# v5.8.1
218## Fixes
319- Fixed missing API ability on ` import/cocktail ` endpoint
You can’t perform that action at this time.
0 commit comments