We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5646848 + 89b4860 commit 9a318f3Copy full SHA for 9a318f3
.changeset/wise-geese-jog.md
packages/aws-eventbus/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# graphql-eventbus-aws-eventbus
2
3
+## 0.4.4
4
+
5
+### Patch Changes
6
7
+- fdec29c: fix for maximum length subscription name for aws queue
8
9
## 0.4.3
10
11
### Patch Changes
packages/aws-eventbus/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-eventbus-aws-eventbus",
- "version": "0.4.3",
+ "version": "0.4.4",
"description": "Graphql eventbus for AWS using SQS and SNS",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments