Skip to content

Commit e749b04

Browse files
committed
Update CHANGELOG.md
1 parent 00b15bd commit e749b04

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

0 commit comments

Comments
 (0)