Skip to content

Tags: psibr/REstate

Tags

9.3.0-master.257

Toggle 9.3.0-master.257's commit message
Update Index for performance

Update migration in place. Remove unneeded items from index

9.2.0-master.254

Toggle 9.2.0-master.254's commit message
Add Update for existing records

9.1.0-master.250

Toggle 9.1.0-master.250's commit message
Implemented GetMachineReference for NaturalStateEngine

9.0.0-master.245

Toggle 9.0.0-master.245's commit message
Added index for MetadataEntries on Key Include Value for joins

8.0.1

Toggle 8.0.1's commit message
Vary package dependencies in Ninject adapter

8.0.0

Toggle 8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Delete DiscordColor.svg

7.0.0

Toggle 7.0.0's commit message
Add MachineAlreadyExistsException and resolve race conditions in tests

6.1.0

Toggle 6.1.0's commit message
✨ Add Ninject IoC adapter

- Add Ninject adapter
- Support some simplified connector registration cases
- Add tests for ninject adapter
- Support tail calls into the same machine in entry actions
- Add test for tail call support

v6.0

Toggle v6.0's commit message
✨ Creates REstate.Concurrency.Primitives

- Adds the new project
- Updates the Sempahore example to use the library instead of manually crafting a machine

v5.0

Toggle v5.0's commit message
✨ Add EntityFramework Core support

- Redesign scenarios into templates to allow easy addition of providers
- Bulk Create returns state machines now instead of void
- Add scenarios for deletion and bulk creation
- Provider tests have to be commented out to run now except in-memory EF core providers