v1.1.0
This release was built with Bun and Typescript.
✅ What's new?
- Moved from NodeJS to Bun ⚡️.
- Upgraded the serving connections and protocol, and now we follow a publish-subscribe approach.
- Upgraded the storage to Bun's file I/O and wrote the Store API in Typescript.
- Wrote the configurations and policies in Typescript.
- Fixed some bugs prevented ddeep-core from running in most of cloud hosting services.
- Now ddeep-core will listen on port 3000 by default instead of 9999.
- Now the core is able to handle multiple operations per message by passing an array of operations to perform in the message sent to it.
- No need for builds every time you change your configurations, thanks to Bun.
❌ What's removed?
- Removed the extensions feature.
- Removed the manual listeners handler and using a publish-subscribe approach instead.