Skip to content

Commit

Permalink
docs: update release notes for new release
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
  • Loading branch information
t1agob committed Jan 31, 2024
1 parent 344f3c7 commit 97c566c
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/release-notes/backend.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Release notes for Backend plugin

## > 0.3.3

[GitHub release](https://github.com/PagerDuty/backstage-plugin-backend/releases/tag/0.3.3)

### Summary

This release refactors HTTP error handling in REST API endpoints for backend routes. The new payload expected when an HTTP error is captured looks like the following.

```json
{
"errors": [
"Failed to get change events for service. Caller is not authorized to view the requested resource."
]
}
```

This helps in providing a better user experience to the user from a frontend perspective.

### Changes

- refactor: improve http error handling in REST API endpoints

## > 0.3.2

[GitHub release](https://github.com/PagerDuty/backstage-plugin-backend/releases/tag/0.3.2)
Expand Down
18 changes: 18 additions & 0 deletions docs/release-notes/frontend.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release notes for Frontend plugin

## > 0.8.3

[GitHub release](https://github.com/PagerDuty/backstage-plugin/releases/tag/0.8.3)

### Summary

Version 0.8.3 fixes an issue that was causing an error message to show on-screen for user accounts that don't have AIOPs or Event Intelligence capabilities.

![error-when-aiops-missing](/images/releases/083-error-when-aiops-missing.png)

With this changes instead of getting an out-of-context error message users will see this image and message instead.

![new-error-when-aiops-missing](/images/releases/083-new-error-when-aiops-missing.png)

### Changes

- refactor: improve error handling on client side for change events

## > 0.8.2

[GitHub release](https://github.com/PagerDuty/backstage-plugin/releases/tag/0.8.2)
Expand Down
2 changes: 1 addition & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block announce %}
<div>
<p>
<strong>🎉 New release!</strong> <span style="margin-left: 20px;"> Checkout the latest versions for Frontend(<a href="/release-notes/frontend/#082">0.8.2</a>), Backend(<a href="/release-notes/backend/#032">0.3.2</a>) and Common(<a href="/release-notes/common/#002">0.0.2</a>) </span>
<strong>🎉 New release!</strong> <span style="margin-left: 20px;"> Checkout the latest versions for Frontend(<a href="/release-notes/frontend/#083">0.8.3</a>), Backend(<a href="/release-notes/backend/#033">0.3.3</a>) and Common(<a href="/release-notes/common/#002">0.0.2</a>) </span>
</p>
</div>
{% endblock %}

0 comments on commit 97c566c

Please sign in to comment.