Skip to content

feat: context propagation#837

Merged
lukas-reining merged 4 commits intomainfrom
feat/context-propagation
Mar 5, 2024
Merged

feat: context propagation#837
lukas-reining merged 4 commits intomainfrom
feat/context-propagation

Conversation

@lukas-reining
Copy link
Member

@lukas-reining lukas-reining commented Feb 27, 2024

This PR

  • removes experimental warning from context propagation js-docs
  • improves typing of setTransactionContext
  • adds AsyncLocalStorageTransactionContextProvider to server SDK
    • @beeme1mr @toddbaert I am not 100% sure on this one.
      To me it makes much sense to add this to the server SDK as it uses the Node default way async_hooks/async_local_storage which is part of Node since Node 16.x. I expect almost every project using the feature, to build exactly this so I wanted to include it in the SDK.
      As we are using Node types anyways I do not see a problem here, but still we could leave this out as it couples the implementation closer to Node.

Before merging I will have to change the README.

…o server SDK

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
Copy link
Member

@beeme1mr beeme1mr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good so far. I'll rereview once it's marked as ready.

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
@lukas-reining lukas-reining marked this pull request as ready for review February 29, 2024 11:16
@lukas-reining lukas-reining requested a review from a team as a code owner February 29, 2024 11:16
@lukas-reining lukas-reining added this pull request to the merge queue Mar 5, 2024
Merged via the queue into main with commit b1abef1 Mar 5, 2024
@lukas-reining lukas-reining deleted the feat/context-propagation branch March 5, 2024 15:40
github-merge-queue bot pushed a commit that referenced this pull request Mar 5, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.13.0](server-sdk-v1.12.0...server-sdk-v1.13.0)
(2024-03-05)


### ✨ New Features

* context propagation
([#837](#837))
([b1abef1](b1abef1))
* maintain state in SDK, add RECONCILING
([#795](#795))
([cfb0a69](cfb0a69))


### 🐛 Bug Fixes

* allow iteration over all event types
([#844](#844))
([411c7b4](411c7b4))
* correct rollup to bundle all but core
([#846](#846))
([f451e25](f451e25))


### 🧹 Chore

* **main:** release core 0.0.27
([#839](#839))
([ccbb1f9](ccbb1f9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
github-merge-queue bot pushed a commit that referenced this pull request Mar 5, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.1.1-experimental](nestjs-sdk-v0.1.0-experimental...nestjs-sdk-v0.1.1-experimental)
(2024-03-05)


### ✨ New Features

* context propagation
([#837](#837))
([b1abef1](b1abef1))
* maintain state in SDK, add RECONCILING
([#795](#795))
([cfb0a69](cfb0a69))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants