Skip to content

Releases: runemalm/OpenDDD.NET

Version 1.0.0-alpha.6

01 Jan 14:22
d9f2512

Choose a tag to compare

Version 1.0.0-alpha.6 Pre-release
Pre-release
  • Add base class for domain services.
  • Use new permissions string format: "<domain>:<permission>". (breaking)

Version 1.0.0-alpha.5

26 Dec 11:35
48149b1

Choose a tag to compare

Version 1.0.0-alpha.5 Pre-release
Pre-release
  • 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

10 Dec 12:07
d788d88

Choose a tag to compare

Version 1.0.0-alpha.4 Pre-release
Pre-release
  • 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

20 Nov 17:34

Choose a tag to compare

Version 1.0.0-alpha.3 Pre-release
Pre-release
  • 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

09 Oct 16:56

Choose a tag to compare

Version 1.0.0-alpha.2 Pre-release
Pre-release
  • Make the hexagonal architecture more represented in the namespaces.

Version 1.0.0-alpha.1

02 Oct 13:02

Choose a tag to compare

Version 1.0.0-alpha.1 Pre-release
Pre-release

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.