Skip to content

Commit

Permalink
add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashek committed Nov 20, 2024
1 parent 0b493fc commit 2612564
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/views/pages/release-notes.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ metadata:
<br/>
<span>Unreleased</span>
</li>
<li>
<a href="/release-notes/20-NOV-24">Background jobs executed after the entire request finishes</a>
<br/>
<span>Nov 20</span>
</li>
<li>
<a href="/release-notes/6-NOV-24">Internal dependencies and frameworks upgrade</a>
<br/>
Expand Down
28 changes: 28 additions & 0 deletions app/views/pages/release-notes/2024/20_nov_24.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
converter: markdown
metadata:
title: Background jobs executed after the entire request finishes
description: November 20, 2024
skip_contribute_button: true
last_edit: false
slug: release-notes/20-NOV-24
---

#### {{ page.metadata.description }}

<!--
<h4 class="release-note release-note__new">NEW</h4>
-->

<h4 class="release-note release-note__improved">IMPROVED</h4>

* Ensure background jobs will have access to all Records that were created wihtin the same request as itself (aka trigger background jobs after DB transaction completes)

<!--
<h4 class="release-note release-note__fixed">FIXED</h4>
-->

<!--
<h4 class="release-note release-note__fixed">MAINTENANCE</h4>
-->

3 changes: 2 additions & 1 deletion app/views/pages/release-notes/unreleased.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ metadata:

<h4 class="release-note release-note__new">NEW</h4>

* Add `at` argument to `activity_publish` mutation

<h4 class="release-note release-note__improved">IMPROVED</h4>

* Ensure background jobs will have access to all Records that were created wihtin the same request as itself (aka trigger background jobs after DB transaction completes)
* Ensure no race condition for `record_update` and improve performance of atomic operations

<h4 class="release-note release-note__fixed">FIXED</h4>

0 comments on commit 2612564

Please sign in to comment.