Skip to content

Commit c8151e8

Browse files
committed
docs: add release note
1 parent 9cc7472 commit c8151e8

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: goreleaser/goreleaser-action@v2
4343
with:
4444
version: latest
45-
args: release --rm-dist --release-footer _footer.md
45+
args: release --rm-dist --release-footer _footer.md --release-header release-note.md
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
UPLOAD_BINTRAY_SECRET: ${{ secrets.UPLOAD_BINTRAY_SECRET }}

release-note.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
It's a big release, that moving the project forward to the first major release.
2+
3+
More stability, more security, more features, but keeping system resources usage less than ever.
4+
5+
### Queues
6+
7+
Make a simple POST request to the endpoint and let the platform manage requests asynchronously. [See docs](https://trusted-cgi.reddec.net/usage/queues/).
8+
9+
It doesn't matter how many messages will be enqueued - it will almost not affect memory (RAM), because
10+
all items offloaded to the permanent storage (HDD/SSD/...).
11+
12+
### Policies
13+
14+
No more sensitive information in a manifest - all security-related parameters now moved to platform level.
15+
As a bonus - different lambdas now can use the same security rules (policies). [See docs](https://trusted-cgi.reddec.net/administrating/policies/)
16+
17+
### UI
18+
19+
UI refactored to provide more clean navigation for instances with a large number of objects.
20+
21+
22+
## Migration notices
23+
24+
All manifests should migrate automatically after the restart, however, backup is always a good idea.

0 commit comments

Comments
 (0)