Skip to content

Releases: novuhq/novu-dotnet

0.6.0

18 Feb 01:40
6f64ca1
Compare
Choose a tag to compare

What's Changed

  • Refit 8.x
  • Microsoft dependencies >=8.0.0 (.NET 8 LTS)

Full Changelog: v0.5.0...v0.6.0

0.5.0

18 Feb 01:21
d5fc4d7
Compare
Choose a tag to compare

What's Changed

  • Refit 7.2.22 for security vulnerability
  • Microsoft.Extensions>=8.0.0

Full Changelog: v0.4.2...v0.5.0

v0.4.2

17 Feb 18:01
66e735f
Compare
Choose a tag to compare

What's Changed

  • Full compatibility with 0.24
  • Fix to 0.4.1 broken nuget package

Full Changelog: v0.3.3...v0.4.2

v0.4.1

14 Feb 16:52
f54f0ee
Compare
Choose a tag to compare

What's Changed

  • Full compatibility with 0.24
  • Fix to 0.4.0 broken nuget package

Full Changelog: v0.3.3...v0.4.1

Release Notes: Upgrading to 0.4.x

There is a structural change to 0.4.x with the release of Novu.Domain and a removal of legacy DTO objects. It is a breaking change at the namespace level.

To upgrade your project from version 0.3.x to 0.4.x, update the following namespaces:

Namespace Changes

Ensure references to Infrastructure.Notifications are updated accordingly.

  • Novu.Interfaces --> Novu.Clients
  • Novu.Models --> Novu.Domain.Models
  • Novu.DTO --> Novu.Domain.Models

Upgrade Steps

  1. Update all using statements in your code to reflect the new namespaces.
  2. If you encounter missing references, check the updated namespace structure and adjust accordingly.
  3. Rebuild your project to confirm that all dependencies resolve correctly.

Class Changes

  • NovuClient.DefaultSerializerSettings --> NovuJsonSettings.DefaultSerializerSettings (Novu.Domain)

v0.4.0

13 Jan 18:02
287f592
Compare
Choose a tag to compare

Warning upgrade to 0.4.1 as this release is broken and Novu.Domain is missing.

What's Changed

  • Full compatibility with 0.24

Full Changelog: v0.3.3...v0.4.0

v0.3.3

15 Sep 00:04
1504222
Compare
Choose a tag to compare

What's Changed

  • chore: doc update for notice for 0.3.1 by @wh1337 in #63
  • feat: add layout to step message templates #69 by @toddb in #71

Full Changelog: v0.3.2...v0.3.3

v0.3.2

28 Aug 23:23
0999522
Compare
Choose a tag to compare

What's Changed

  • Nothing functionality from 0.3.1—had a problem in the build scripts for publishing to nuget

Full Changelog: v0.3.1...v0.3.2

v0.3.1

28 Aug 22:22
Compare
Choose a tag to compare

Notice

This releas failed to publish to Nuget. You will not find it there.

What's Changed

  • Feature/post 0.3.0 followups by @toddb in #61

Full Changelog: v0.3.0...v0.3.1

v0.3.0

25 Aug 07:58
Compare
Choose a tag to compare

Breaking Change

This release implements breaking changes that will require refactoring. Please take a moment and check out the readme for updates. Thanks to @toddb for his massive work on this release and integrating more of the Novu API into the SDK.

Novu API Validated Version

This release is has been tested against v0.18.1 of the Novu API.

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

10 Jul 13:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2