Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Apr 2, 2023

🤖 I have created a release beep boop

7.0.0 (2023-04-02)

⚠ BREAKING CHANGES

  • server: The server doesn't start automatically anymore. It now requires a .listen() call.
  • server: Deprecated type alias SocketDB has been removed. Use SocketDBServerAPI instead.
  • core: Removed deprecated type aliases KeyValue & Value. Use Json & LeafValue instead.
  • This update affects both client & server. Make sure to update both.

Features

  • add heartbeat mechanism (ce491cd)
  • add intercept api to make it easier to call into hooks (ebeadd6), closes #50

Code Refactoring

  • core: remove deprecated type exports (1964b4f)
  • server: remove auto-listen feature (3f32429)
  • server: remove deprecated type alias (492a965)

This PR was generated with Release Please. See documentation.

@vercel
Copy link

vercel bot commented Apr 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
socketdb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2023 7:36pm

@github-actions github-actions bot force-pushed the release-please--branches--main--components--@socketdb branch from 95ef756 to c207f6b Compare April 2, 2023 19:35
@TimoBechtel TimoBechtel merged commit 821d730 into main Apr 3, 2023
@TimoBechtel TimoBechtel deleted the release-please--branches--main--components--@socketdb branch April 3, 2023 07:55
@github-actions
Copy link
Contributor Author

github-actions bot commented Apr 3, 2023

🤖 Release is at https://github.com/TimoBechtel/socketdb/releases/tag/v7.0.0 🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve hooks api

1 participant