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: Make datastore async/await. #1666

Merged
merged 9 commits into from
Sep 23, 2023
Merged

feat: Make datastore async/await. #1666

merged 9 commits into from
Sep 23, 2023

Conversation

joeyguerra
Copy link
Member

feat: throw error instead of calling process.exit in try/catch. Let the process fail on it's own.

fix: Shell adapter wasn't closing the Readline stream properly. It was causing test scenarios to hang.
fix: adapter.emote had a typo
fix: call removeAllListeners in close method.
fix: Response.play() wasn't working.
fix: argument being sent to the catchAll callback was not correct. It's supposed to be a CatchAllMessage type.

chore: Add @deprecated for Brain wrapper methods in Adapter
chore: Remove is-circular
chore: Replace mocha with Node's Test Runner
chore: Remove chai, sinon and sinon-chai

BREAKING CHANGE: Updating datastore to async/await API.

feat: throw error instead of calling process.exit in try/catch. Let the process fail on it's own.

fix: Shell adapter wasn't closing the Readline stream properly. It was causing test scenarios to hang.
fix: adapter.emote had a typo
fix: call removeAllListeners in close method.
fix: Response.play() wasn't working.
fix: argument being sent to the catchAll callback was not correct. It's supposed to be a CatchAllMessage type.

chore: Add @deprecated for Brain wrapper  methods in Adapter
chore: Remove is-circular
chore: Replace mocha with Node's Test Runner
chore: Remove chai, sinon and sinon-chai

BREAKING CHANGE: Updating datastore to async/await API.
@joeyguerra joeyguerra mentioned this pull request Sep 17, 2023
23 tasks
@joeyguerra joeyguerra merged commit bffe675 into main Sep 23, 2023
4 checks passed
@joeyguerra joeyguerra deleted the remove-mocha branch September 23, 2023 21:41
@github-actions
Copy link

🎉 This PR is included in version 9.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant