Skip to content

Commit 043abf2

Browse files
committed
docs: backend release notes 0.9.1
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
1 parent ab38301 commit 043abf2

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

docs/release-notes/backend.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release notes for Backend plugin
22

3+
## > 0.9.1
4+
5+
[GitHub release](https://github.com/PagerDuty/backstage-plugin-backend/releases/tag/0.9.1)
6+
7+
### Summary
8+
9+
This release introduces a few enhancements that to ensure **a)** no undesired code is executed when an exception is caught, and **b)** to avoid trying to emit headers multiple times.
10+
11+
### Changes
12+
13+
- fix: add missing "return" statements after errors
14+
15+
### Dependencies
16+
17+
- `@pagerduty/backstage-plugin-common: 0.2.1`
18+
319
## > 0.9.0
420

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

overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block announce %}
44
<div>
55
<p>
6-
<strong>🎉 New release!</strong> <span style="margin-left: 20px;"> Checkout the latest versions for Frontend(<a href="/backstage-plugin-docs/release-notes/frontend/#0150">0.15.0</a>), Backend(<a href="/backstage-plugin-docs/release-notes/backend/#090">0.9.0</a>), Common(<a href="/backstage-plugin-docs/release-notes/common/#021">0.2.1</a>), Scaffolder Actions(<a href="/backstage-plugin-docs/release-notes/scaffolder-actions/#021">0.2.1</a>) and Entity Processor(<a href="/backstage-plugin-docs/release-notes/entity-processor/#030">0.3.0</a>) </span>
6+
<strong>🎉 New release!</strong> <span style="margin-left: 20px;"> Checkout the latest versions for Frontend(<a href="/backstage-plugin-docs/release-notes/frontend/#0150">0.15.0</a>), Backend(<a href="/backstage-plugin-docs/release-notes/backend/#091">0.9.1</a>), Common(<a href="/backstage-plugin-docs/release-notes/common/#021">0.2.1</a>), Scaffolder Actions(<a href="/backstage-plugin-docs/release-notes/scaffolder-actions/#021">0.2.1</a>) and Entity Processor(<a href="/backstage-plugin-docs/release-notes/entity-processor/#030">0.3.0</a>) </span>
77
</p>
88
</div>
99
{% endblock %}

0 commit comments

Comments
 (0)