-
Notifications
You must be signed in to change notification settings - Fork 153
Feature request: Add back Idempotent decorators #1700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Hey @HaaLeo again 🙂 thanks a lot for the feedback and raising these points. As you pointed out, we have waited for TypeScript 5.x migration so we know the decorator interface. Now we can add this feature, that will also be available in the layer 👍 . Best |
Hi @HaaLeo, we have merged the PR that adds the Idempotency utility to the Layer and we plan on making a release during the week. We will need a bit more time to implement the decorators for the utility so it's likely going to come in a future release. |
|
This is now released under v1.14.0 version! |
Use case
I want to annotate class methods with a decorator.
Example:
Since the package now is based on typescript 5.x (#1375) I'd assume this should not be a problem.
Solution/User Experience
Add the decorators back in which have been removed with #1553
Alternative solutions
No response
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: