Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/3-bug-fixes/WPB-11925-fix-add-bot
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Re-add accidentally removed add-bot@v6 route in nginz, fixes #4302
3 changes: 3 additions & 0 deletions charts/nginz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ nginx_conf:
- path: /bot/users
envs:
- all
- path: /conversations/([^/]*)/bots
envs:
- all
- path: /invitations/info
envs:
- all
Expand Down
2 changes: 2 additions & 0 deletions libs/wire-api/src/Wire/API/VersionInfo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ versionHeader = CI.mk . B8.pack $ symbolVal (Proxy @VersionHeader)
--------------------------------------------------------------------------------
-- Servant combinators

-- | Exclusive range ('Until V5' means '[.. V4]')
data Until v

-- | Inclusive range ('From V5' means '[V5 ..]')
data From v

instance
Expand Down