Skip to content

Commit

Permalink
Update Changelog.md (#476)
Browse files Browse the repository at this point in the history
* Update Changelog.md
  • Loading branch information
SandstromErik authored Jan 10, 2024
1 parent 415f3ec commit 08858c1
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
# Unreleased

# 5.4.2 / AspNetCore 1.0.0

### .NET8
* Build with .NET8 sdk and run AspNetCore tests with .NET8 by @Daniel-Svensson in https://github.com/OpenRIAServices/OpenRiaServices/pull/463
* Run most client, server and code generation tests with .NET8 by @SandstromErik in https://github.com/OpenRIAServices/OpenRiaServices/pull/458

### Code generation
* Do not use attributes reserved for the compiler in code generation. Will make it possible to use nullable reference types and the `required` modifier for fields and properties by @SandstromErik in https://github.com/OpenRIAServices/OpenRiaServices/pull/472

### AspNetCore updates
* Add authentication documentation #466
* Use FrozenSet in first location (QueryStringConverter)
* Update versionprefix to 1.0.0 (for next release)
* Various updates by @Daniel-Svensson in https://github.com/OpenRIAServices/OpenRiaServices/pull/466
* Add authentication documentation
* Use FrozenSet in first location (QueryStringConverter)
* Update versionprefix to 1.0.0 (for next release)

### Testhost
* Add support in `DomainServiceTestHost` for asynchronous queries that return a single entity by @erikoijwall in https://github.com/OpenRIAServices/OpenRiaServices/pull/464

### Other
* Update nuget dependencies for tests
* Fix test which would sometimes hang
* Build improvments, including set `MSBUILDDEBUGPATH` allowing troubleshooting of build failures by @Daniel-Svensson in https://github.com/OpenRIAServices/OpenRiaServices/pull/463
* Update nuget dependencies for tests by @Daniel-Svensson in https://github.com/OpenRIAServices/OpenRiaServices/pull/468
* Fix test which would sometimes hang by @Daniel-Svensson in https://github.com/OpenRIAServices/OpenRiaServices/pull/469
* Add tests to see that codegen works with nullable reference types by @Daniel-Svensson in https://github.com/OpenRIAServices/OpenRiaServices/pull/470
* Use `BinaryHttpDomainClient` in AspNetCore Test by @SandstromErik in https://github.com/OpenRIAServices/OpenRiaServices/pull/471

# 5.4.1

Expand Down

0 comments on commit 08858c1

Please sign in to comment.