Releases: runemalm/OpenDDD.NET
Releases · runemalm/OpenDDD.NET
Version 1.0.0-alpha.6
- Add base class for domain services.
- Use new permissions string format: "<domain>:<permission>". (breaking)
Version 1.0.0-alpha.5
- Refactor to follow semver2.0 strictly in http adapter. (breaking)
- Add support for configuring persistence pooling.
- Add html support to email port. (breaking)
- Fix memory leak where db connections weren't closed.
Version 1.0.0-alpha.4
- Add configuration setting for which server urls to listen to. (breaking)
- Fix concurrency issues with memory repositories.
- Add support for IAM ports.
- Add 'PowerIAM' adapter.
- Add RBAC auth settings. (breaking)
- Add a base 'Migrator' class. (breaking)
Version 1.0.0-alpha.3
- Refactor JwtToken and add IdToken.
- Add more tasks to code generation tool.
- Add support for http put methods to code generation tool.
- Add some missing repository method implementations.
- Add GetAsync(IEnumerable<...> ...) to repositories.
- Add convenience methods to ApplicationExtensions.
- Return 400 http status code on domain- and invariant exceptions in primary http adapter.
Version 1.0.0-alpha.2
- Make the hexagonal architecture more represented in the namespaces.
Version 1.0.0-alpha.1
This is the first (alpha) release of the framework.
Please try it out and submit tickets or otherwise reach out if you find any issues or have any questions.