Skip to content

Releases: devlooped/CloudActors

v0.5.0-rc.2

12 Nov 16:44
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Instrument the actor bus with standard-ish telemetry by @kzu in #162

Full Changelog: v0.5.0-rc.1...v0.5.0-rc.2

Sponsors

The following sponsors made this release possible: @clarius, @MFB-Technologies-Inc, @drivenet, @Keflon, @tbolon, @kfrancis, @unoplatform, @rbnswartz, @jfoshee, @Mrxx99, @eajhnsn1, @davidjenni, @Jonathan-Hickey, @akunzai, @KenBonny, @SimonCropp, @agileworks-eu, @arsdragonfly, @vezel-dev, @ChilliCream, @4OTC, @v-limo, @DominicSchell, @jwendl, @adalon, @Eule02, @torutek, @mccaffers.

Thanks 💜

v0.5.0-rc.1

11 Nov 21:15
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Add AsDefault to Streamstone to follow Orleans conventions by @kzu in #157
  • Allow relaxing snapshot version compatibility by @kzu in #160
  • Add callback after Raise happened in IEventSourced implementation by @kzu in #161

🔨 Other

  • Add serializatoin metadata for event sourcing events too by @kzu in #158
  • Don't expose analyzer and code fixers as public APIs by @kzu in #159

Full Changelog: v0.5.0-rc...v0.5.0-rc.1

Sponsors

The following sponsors made this release possible: @clarius, @MFB-Technologies-Inc, @drivenet, @Keflon, @tbolon, @kfrancis, @unoplatform, @rbnswartz, @jfoshee, @Mrxx99, @eajhnsn1, @davidjenni, @Jonathan-Hickey, @akunzai, @KenBonny, @SimonCropp, @agileworks-eu, @arsdragonfly, @vezel-dev, @ChilliCream, @4OTC, @v-limo, @DominicSchell, @jwendl, @adalon, @Eule02, @henkmartijn, @torutek, @mccaffers.

Thanks 💜

v0.5.0-rc

09 Nov 01:50
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Proper diagnostics when ProduceReferenceAssembly=true, unsupported by @kzu in #148
  • Switch AddCloudActors namespace to M.E.DI by @kzu in #151

🐛 Fixed bugs

  • Make sure we don't duplicate Orleans-generated code by @kzu in #154
  • Remove unsupported VB from generators by @kzu in #155
  • Do not forcedly pack the Orleans code generator by @kzu in #156

📝 Documentation updates

  • Add end to end ASP.NET app that exposes actor over HTTP by @kzu in #149
  • Minor xml doc clarification by @kzu in #152

Full Changelog: v0.5.0-beta...v0.5.0-rc

Sponsors

The following sponsors made this release possible: @clarius, @MFB-Technologies-Inc, @drivenet, @Keflon, @tbolon, @kfrancis, @unoplatform, @rbnswartz, @jfoshee, @Mrxx99, @eajhnsn1, @davidjenni, @Jonathan-Hickey, @akunzai, @KenBonny, @SimonCropp, @agileworks-eu, @arsdragonfly, @vezel-dev, @ChilliCream, @4OTC, @v-limo, @DominicSchell, @jwendl, @adalon, @Eule02, @henkmartijn, @torutek, @mccaffers.

Thanks 💜

v0.5.0-beta

06 Nov 21:53
@kzu kzu

Choose a tag to compare

📝 NEW Open Source Maintenance Fee EULA

To ensure the long-term sustainability of this project, use of $product$ requires an Open Source Maintenance Fee. While the source code is freely available under the terms of the MIT License, all other aspects of the project --including opening or commenting on issues, participating in discussions and downloading releases-- require adherence to the Maintenance Fee.

In short, if you use this project to generate revenue, the Maintenance Fee is required.

To pay the Maintenance Fee, become a Sponsor at the corresponding
OSMF tier (starting at just $10!).

What's Changed

✨ Implemented enhancements

  • Leverage Orleans codegen for increased compatiblity by @kzu in #70
  • Split interfaces from server/hosting package by @kzu in #88
  • Add support for IVT builds without warnings, modernize codegen by @kzu in #135
  • Allow reading actor state from storage snapshot by @kzu in #140
  • Rename interfaces project to Abstractions, Server to CloudActors by @kzu in #141

🔨 Other

  • Convert to modern SLNX format by @kzu in #128
  • Usings and XML doc cleanup/fixes by @kzu in #133
  • Improve Actor attribute allowing provider but no state name by @kzu in #137

Full Changelog: v0.4.0...v0.5.0-beta

Sponsors

The following sponsors made this release possible: @clarius, @MFB-Technologies-Inc, @drivenet, @Keflon, @tbolon, @kfrancis, @unoplatform, @rbnswartz, @jfoshee, @Mrxx99, @eajhnsn1, @davidjenni, @Jonathan-Hickey, @akunzai, @KenBonny, @SimonCropp, @agileworks-eu, @arsdragonfly, @vezel-dev, @ChilliCream, @4OTC, @v-limo, @DominicSchell, @jwendl, @adalon, @Eule02, @henkmartijn, @torutek, @mccaffers.

Thanks 💜

v0.4.0

14 Jun 13:04
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Update to Orleans 8.1.0 and .NET8
  • Simplify silo/services configuration and streamstone config by @kzu in #45
  • Update to streamstone v3 with latest Azure Data APIs by @kzu in #57

🔨 Other

  • Build full OS matrix, fix publish workflow by @kzu in #58

New Contributors

  • @kzu made their first contribution in #45

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Aug 05:10
@kzu kzu

Choose a tag to compare

Full Changelog: v0.2.2...v0.3.0

v0.2.2

07 Aug 07:10
@kzu kzu

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

07 Aug 07:01
@kzu kzu

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Aug 06:51
@kzu kzu

Choose a tag to compare

Run azurite before running tests on publish