Skip to content

Commit

Permalink
Version Packages (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 16, 2023
1 parent 10de4bb commit 297d560
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 38 deletions.
6 changes: 0 additions & 6 deletions .changeset/admin-batch-ui.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/configlicting-flags.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/limit-player-users.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/token-login.md

This file was deleted.

30 changes: 30 additions & 0 deletions lib/@empirica/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @empirica/core

## 1.8.0

### Minor Changes

- ac1eb2f: Added the ability to limit the number of concurrent players and users that can
join a server. This can be useful when you want to run a study with a limited
number of participants, or when you want to limit the number of concurrent
participants to avoid overloading your server.

The 2 new flags are:

- `--tajriba.server.maxParticipants`: the maximum number of players that can
join a server at once.
- `--tajriba.server.maxUsers`: the maximum number of users that can join a
server at once.

There is limited support for these flags in the UI. The player will simply not
get passed the player registration form if the server is full. And the user will
not be able to login.

- ac1eb2f: Added the ability to authenticate as a user (admin) with a PASETO token instead
of a password. This is only available on Tajriba, and not in the admin UI yet.

### Patch Changes

- 10de4bb: Improve the admin batch UI. Games are now collapsed by default and can be
revealed with a click, and games are displayed in a table instead of cards.
- ac1eb2f: Fixed an issue where flags between the root `empirica` command the `empirica
serve` command were conflicting.

## 1.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/@empirica/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empirica/core",
"version": "1.7.2",
"version": "1.8.0",
"description": "Empirica Core",
"author": "Nicolas Paton <nicolas.paton@gmail.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 297d560

Please sign in to comment.