Skip to content

v4.0.0-alpha4

Pre-release
Pre-release
Compare
Choose a tag to compare
@maurei maurei released this 11 Nov 10:59
· 1018 commits to master since this release

Version v4 is now feature-freezed. We will need some time to

  • create a migration guide for those coming from v3.1
  • update the docs and example projects

In the meanwhile we will beta (battle) testing this version in our own applications.

  • Fix a NullReferenceException when a 404 is returned (#620)
  • Fix/deviating dbset name (#603)
  • Fix/pagesize (#601)
  • fix: typo LoaDatabaseValues (#608)
  • Acceptance tests EF inheritance (#610)
  • Improve usability RequestSerializer (#613)
  • Move EF core related building to extension methods (#616)
  • Hooks discovery detection of implemented hooks issue (#617)
  • feat: use camelCase as default (#618)
  • Simplify DefaultResourceService constructor (#592)
  • Upgrade to .net core 3.0 (pr #595 issue (#559) (with great contributions of @wisepotato)
  • Fix DiscoveryTests and NoEntityFrameworkExample project/tests (#590)
  • Renaming and consistency (#589)
  • Separation of concerns ResourceGraph (#586)
  • Use relationships as navigations in sparse field queries (#584)
  • Allow for multiple naming conventions (camelCase vs kebab-case) (#581)
  • New constructor overload in query controllers (#580)
  • Cleanup of repository layer (#579)
  • Query parameter services (#574)
  • (Temporary) removal of bulk and split (#571)
  • Serialization wiki (#561)
  • Serializer decoupling (#558)
  • Context decoupling (#557)