Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Releases: Cantido/solvent

0.3.0 - Overhaul!

27 Nov 00:12
v0.3.0
5e4e1f1

Choose a tag to compare

I've learned a lot more about CloudEvents! This introduces a proper subscription struct, and cleans up the interface quite a bit. See the changelog for details.

Topics in event handlers

17 May 16:08
v0.2.0
8e587c2

Choose a tag to compare

I realized that in a lot of circumstances, you might want the event topic in your handler without pulling the entire event. Therefore, it was added as an argument to event handlers.

Initial Release

16 May 18:00
v0.1.0
0e3536a

Choose a tag to compare

This is the first release of Solvent. It's ready to be used by small projects for experimental purposes in order to smooth out any bugs or rough edges.