Skip to content

Commit

Permalink
chore: release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ember-nexus-bot committed Apr 22, 2024
1 parent c7a4220 commit ed0b6d9
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 21 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.1.6 - 2024-04-22
### Added
- Introduce simpler request bodies for endpoints `POST /change-password`, `POST /token` and `POST /register`. Old
behavior can be disabled with the feature flag `featureFlag.280_OldUniqueUserIdentifierDisabled`. Closes #280.
- Add first unit tests for controller, related to #280.
- Enable PHP's strict type, closes #284.
- Enable PHP Opcache extension, closes #294.
- Add `brianium/paratest` as a parallel PHP Unit runtime, closes #63.
behavior can be disabled with the feature flag `featureFlag.280_OldUniqueUserIdentifierDisabled`. Closes [#280].
- Add first unit tests for controller, related to [#280].
- Enable PHP's strict type, closes [#284].
- Enable PHP Opcache extension, closes [#294].
- Add `brianium/paratest` as a parallel PHP Unit runtime, closes [#63].

### Changed
- In the case of server errors during requests in production environments, i.e. HTTP status code 500, the error message
will be printed to the log.
- Update PHP dependencies.
- Upgrade remaining GitHub actions, required due to deprecation of Node 16, closes #240.
- Upgrade PHP Unit to major version 10, related to #63.
- Upgrade remaining GitHub actions, required due to deprecation of Node 16, closes [#240].
- Upgrade PHP Unit to major version 10, related to [#63].

### Deprecated
- Original request body scheme of endpoints `POST /change-password`, `POST /token` and `POST /register` is deprecated,
will be removed in version 0.2.0, part of #280.
will be removed in version 0.2.0, part of [#280].

### Removed
- Remove leak test due to incompatibility with PHP Unit 10+, related to #63.
- Remove leak test due to incompatibility with PHP Unit 10+, related to [#63].

## 0.1.5 - 2024-04-12
### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "project",
"version": "0.1.5",
"version": "0.1.6",
"license": "AGPL-3.0-only",
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/assets/backup-create.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<span class="highlighted dimgray "></span>
<span class="highlighted dimgray "></span><span class="highlighted dimgray bg-red ">▀ ▀</span><span class="highlighted dimgray "></span> <span class="bold ">Ember Nexus API</span>
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.5, production mode
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.6, production mode

<span class="bold ">Backup Create</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/assets/backup-fetch.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<span class="highlighted dimgray "></span>
<span class="highlighted dimgray "></span><span class="highlighted dimgray bg-red ">▀ ▀</span><span class="highlighted dimgray "></span> <span class="bold ">Ember Nexus API</span>
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.5, production mode
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.6, production mode

<span class="bold ">Backup Fetch</span>

Expand Down
4 changes: 2 additions & 2 deletions docs/commands/assets/backup-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@

<span class="highlighted dimgray "></span>
<span class="highlighted dimgray "></span><span class="highlighted dimgray bg-red ">▀ ▀</span><span class="highlighted dimgray "></span> <span class="bold ">Ember Nexus API</span>
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.5, production mode
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.6, production mode

<span class="bold ">Backup List</span>

<span class="bold ">Name </span> <span class="bold ">Hostname </span> <span class="bold ">Version </span> <span class="bold ">Date </span> <span class="bold ">Nodes </span> <span class="bold ">Edges </span> <span class="bold ">Files </span>
reference-dataset ember-nexus dev 2023-05-06 282 338 0
test b43cd4194a0d 0.1.5 2024-04-21 0 0 0
test b43cd4194a0d 0.1.6 2024-04-21 0 0 0

▶ Command finished successfully.

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/assets/backup-load.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<span class="highlighted dimgray "></span>
<span class="highlighted dimgray "></span><span class="highlighted dimgray bg-red ">▀ ▀</span><span class="highlighted dimgray "></span> <span class="bold ">Ember Nexus API</span>
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.5, production mode
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.6, production mode

<span class="bold ">Backup Load</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/assets/cache-clear-etag.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<span class="highlighted dimgray "></span>
<span class="highlighted dimgray "></span><span class="highlighted dimgray bg-red ">▀ ▀</span><span class="highlighted dimgray "></span> <span class="bold ">Ember Nexus API</span>
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.5, production mode
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.6, production mode

<span class="bold ">Cache Clear Etag</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/assets/database-drop.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<span class="highlighted dimgray "></span>
<span class="highlighted dimgray "></span><span class="highlighted dimgray bg-red ">▀ ▀</span><span class="highlighted dimgray "></span> <span class="bold ">Ember Nexus API</span>
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.5, production mode
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.6, production mode

<span class="bold ">Database Drop</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/assets/system-healthcheck.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<span class="highlighted dimgray "></span>
<span class="highlighted dimgray "></span><span class="highlighted dimgray bg-red ">▀ ▀</span><span class="highlighted dimgray "></span> <span class="bold ">Ember Nexus API</span>
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.5, production mode
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.6, production mode

<span class="bold ">Healthcheck</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/assets/token-create.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<span class="highlighted dimgray "></span>
<span class="highlighted dimgray "></span><span class="highlighted dimgray bg-red ">▀ ▀</span><span class="highlighted dimgray "></span> <span class="bold ">Ember Nexus API</span>
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.5, production mode
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.6, production mode

<span class="bold ">Token Create</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/assets/token-revoke.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<span class="highlighted dimgray "></span>
<span class="highlighted dimgray "></span><span class="highlighted dimgray bg-red ">▀ ▀</span><span class="highlighted dimgray "></span> <span class="bold ">Ember Nexus API</span>
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.5, production mode
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.6, production mode

<span class="bold ">Token Revocation</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/assets/user-create.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<span class="highlighted dimgray "></span>
<span class="highlighted dimgray "></span><span class="highlighted dimgray bg-red ">▀ ▀</span><span class="highlighted dimgray "></span> <span class="bold ">Ember Nexus API</span>
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.5, production mode
<span class="highlighted red "></span><span class="highlighted white "></span><span class="highlighted red "></span> v0.1.6, production mode

<span class="bold ">User Create</span>

Expand Down

0 comments on commit ed0b6d9

Please sign in to comment.