Skip to content

Releases: omnicave/Nyx

v2.1.0-alpha.16

15 Mar 20:41

Choose a tag to compare

v2.1.0-alpha.16 Pre-release
Pre-release

2.1.0-alpha.16 (2026-03-15)

Bug Fixes

  • hosting: mapendpoints added a default call to all microservices (9af4b1e)

Features

  • webapi: removed swagger support (66de407)
  • orleans: results are orleans serializable (f9000e6)

v2.1.0-alpha.15

12 Mar 15:11

Choose a tag to compare

v2.1.0-alpha.15 Pre-release
Pre-release

2.1.0-alpha.15 (2026-03-12)

Bug Fixes

  • utils: add ValueCollection ctor and tests (6039cbc)
  • orleans-host: ensure postgres db exists (dd5e3e5)
  • data: expose DbContext in operation contexts (a3647f1)
  • orleans-nats: expose Newtonsoft serializer (1761dd4)
  • examples: repair example build wiring (bc0ca81)

Features

  • orleans-host: add config-driven host setup (9b56425)
  • webapi: add defaults and minimal routing (7668d08)
  • hosting: add DI auto-registration primitives (68907fd)
  • orleans: add indexing and management helpers (90e59c5)
  • microservice: add microservice host package (4c2cd2e)

v2.1.0-alpha.14

13 Apr 17:11

Choose a tag to compare

v2.1.0-alpha.14 Pre-release
Pre-release

2.1.0-alpha.14 (2025-04-13)

Bug Fixes

  • orleans: issues with build due to not supporting .net 8 anymore (d8e4543)
  • orleans/nats: streaming serialization issues due to the latest NATS library (68479a9)

Features

  • orleans/host: bump to .net 9.0 and enabled openapi endpoints to use latest features (472e989)
  • webapi/minimal: new library to support minimal webapis (d8a710c)

v2.1.0-alpha.13

16 Mar 14:32

Choose a tag to compare

v2.1.0-alpha.13 Pre-release
Pre-release

2.1.0-alpha.13 (2025-03-16)

Bug Fixes

  • orleans/client: missing generateserializer attributes on a couple of types (822901a)

v2.1.0-alpha.12

26 Feb 18:58

Choose a tag to compare

v2.1.0-alpha.12 Pre-release
Pre-release

2.1.0-alpha.12 (2025-02-26)

Features

  • orleans/host: exposed configuration of WebApplication for orleans silo (3cd1249)

v2.1.0-alpha.11

25 Feb 19:14

Choose a tag to compare

v2.1.0-alpha.11 Pre-release
Pre-release

2.1.0-alpha.11 (2025-02-25)

Bug Fixes

  • orleans/host: disabled typename handling on newtonsoft json serializer (f047b64)

v2.1.0-alpha.10

25 Feb 19:08

Choose a tag to compare

v2.1.0-alpha.10 Pre-release
Pre-release

2.1.0-alpha.10 (2025-02-25)

Bug Fixes

  • orleans/host: renamed Configure*JsonSerializer methods (73e1439)

v2.1.0-alpha.9

10 Feb 07:37

Choose a tag to compare

v2.1.0-alpha.9 Pre-release
Pre-release

2.1.0-alpha.9 (2025-02-10)

Features

  • support for scalar web api client in orleans silo host (6978f72)

v2.1.0-alpha.8

10 Feb 05:53

Choose a tag to compare

v2.1.0-alpha.8 Pre-release
Pre-release

2.1.0-alpha.8 (2025-02-10)

Bug Fixes

  • issue with responses of minimal apis not having the schema defined in swagger docs (997c7a3)

v2.1.0-alpha.7

08 Feb 17:13

Choose a tag to compare

v2.1.0-alpha.7 Pre-release
Pre-release

2.1.0-alpha.7 (2025-02-08)

Bug Fixes

  • newtonsoft serialization defaults for orleans clients and users were hiding null and default values (238bbb5)

Features

  • improved default config for webapi json serialization (both newtonsoft as well system.text.json) (779de1a)