Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(changelog): fix broken and duplicated links #78

Merged
merged 2 commits into from
Oct 7, 2024
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: R000058
id: R000082
---

# SHOULD send durable event IDs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ id: R000081

# MUST forward `Test` header

An API provider or consumer must include the [`Test` header](./may-use-header.md) from the initial interaction in all subsequent requests and asynchronous events if the original API request or response is marked with a Test header.
An API provider or consumer must include the [`Test` header](./may-use-test-header.md) from the initial interaction in all subsequent requests and asynchronous events if the original API request or response is marked with a Test header.

This behavior enables downstream API providers and consumers to choose whether they would like to participate in the test.
42 changes: 21 additions & 21 deletions changes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@

<!--CHANGELOG-MARKER-->
## 2024-10-07
### New
- SHOULD send durable event IDs [R000058](https://api.otto.de/portal/guidelines/r000058)
### New

- SHOULD send durable event IDs [R000082](https://api.otto.de/portal/guidelines/r000082)

## 2024-09-18
### New
- MAY use Test header [R000080](api-guidelines/rest/http/headers/rules/may-use-test-header.md)
- MUST forward Test header [R000081](api-guidelines/rest/http/headers/rules/must-forward-test-header.md)
### New

- MAY use `Test` header [R000080](https://api.otto.de/portal/guidelines/r000080)
- MUST forward `Test` header [R000081](https://api.otto.de/portal/guidelines/r000081)

## 2024-03-06
### Update
### Update

- Fixed the link to the date rule in "MUST use common data formats" [R100071](https://api.otto.de/portal/guidelines/r100071).

## 2024-02-05
### Removal
The following rules have been removed as they contained consumer-facing content. This content has been included in the API Portal in the REST API sections "Status codes", "Headers" "Preview", and "Deprecation" respectively.
- MUST NOT rely on API components marked as preview
- MUST NOT not start using deprecated APIs
- MUST accept undocumented status codes
- MUST follow redirection
### Removal

The following rules have been removed as they contained consumer-facing content. This content has been included in the API Portal in the REST API sections "Status codes", "Headers" "Preview", and "Deprecation" respectively.

- MUST NOT rely on API components marked as preview
- MUST NOT not start using deprecated APIs
- MUST accept undocumented status codes
- MUST follow redirection
- SHOULD honor available ETag header on subsequent modifications

## 2024-01-31
### Update
### Update

- Replaced the dead link to `serialized.io/ddd/domain-event` with its internet archive counterpart.

## 2023-09-18
### Update
### Update

- Added uri-list format to rule "MUST use common data formats [R100071](https://api.otto.de/portal/guidelines/r100071)".

## 2023-08-29
Expand Down