Skip to content
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

feat: add schema for 2.6.0 and pulsar binding to ObjectBinding #295

Merged
merged 31 commits into from
Jan 31, 2023
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
6dbc2b1
chore(release): v3.2.0 (#268)
asyncapi-bot Sep 29, 2022
b2bbe09
fix: add AsyncAPI v2.5.0 schema to the all.schema-store.json doc. (#269)
smoya Sep 29, 2022
ac8b697
chore(release): v3.2.1 (#270)
asyncapi-bot Sep 29, 2022
0f51bb9
chore: add Sergio and Vladimir as code owners (#271)
fmvilas Oct 10, 2022
52b13da
ci: update generic workflows (#274)
asyncapi-bot Oct 13, 2022
0c4b0b3
ci: update generic workflows (#276)
asyncapi-bot Oct 20, 2022
ba0f516
chore(deps): bump dot-prop and conventional-changelog-angular (#277)
dependabot[bot] Oct 20, 2022
f55917d
feat!: remove unsupported specs from NodeJS export (#248)
magicmatatjahu Oct 21, 2022
dd5966c
chore(release): v4.0.0 (#278)
asyncapi-bot Oct 21, 2022
7e249d7
ci: update generic workflows (#279)
asyncapi-bot Oct 24, 2022
5f7edd3
refactor: update schema to resolve reference property issue (#275)
mastdev Oct 27, 2022
daa885c
ci: update generic workflows (#281)
asyncapi-bot Oct 27, 2022
77c40b5
chore(deps): bump @actions/core from 1.6.0 to 1.9.1 in /.github/workf…
dependabot[bot] Oct 27, 2022
b2c64eb
ci: update generic workflows (#285)
asyncapi-bot Nov 9, 2022
14ecce9
ci: remove not needed workflow (#286)
codingtenshi Nov 14, 2022
20f6037
ci: update generic workflows (#290)
asyncapi-bot Nov 23, 2022
5c73875
chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#291)
dependabot[bot] Nov 23, 2022
c1a6f3c
fix: generated index.d.ts file using tsc command (#287) (#288)
vinibiavatti1 Nov 24, 2022
60fcfd1
chore(release): v4.0.1 (#292)
asyncapi-bot Nov 24, 2022
d0c296f
ci: update workflows for nodejs projects (#293)
asyncapi-bot Dec 1, 2022
b7bb011
ci: update generic workflows (#294)
asyncapi-bot Dec 6, 2022
644ec65
Create 2.6.0.json
VisualBean Dec 9, 2022
9cb3789
add pulsar binding
VisualBean Dec 9, 2022
84c8d5d
Remove second, backup json schema
VisualBean Dec 12, 2022
288360a
chore(deps): bump qs from 6.5.2 to 6.5.3 (#297)
dependabot[bot] Dec 12, 2022
55be593
Merge branch 'asyncapi:master' into master
VisualBean Dec 21, 2022
4f44ab2
bindingsObject 2.6.0
VisualBean Dec 21, 2022
24de879
generate schema 2.6.0
VisualBean Dec 21, 2022
f8502ee
fix index and schema-store
VisualBean Dec 21, 2022
866ab91
Merge branch 'next-spec' into master
VisualBean Jan 18, 2023
7156433
Merge branch 'next-spec' into master
derberg Jan 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion definitions/2.6.0/bindingsObject.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,9 @@
"stomp": {},
"redis": {},
"ibmmq": {},
"solace": {}
"solace": {},
"googlepubsub": {},
"pulsar": {}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

effective change is here

},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/2.6.0/bindingsObject.json"
Loading