Skip to content

Releases: steven-rothwell/Crud

v2.0.0

15 Jan 02:10
cac30b5
Compare
Choose a tag to compare

Notes

Upgraded to .NET 8 and updated NuGet packages.

Breaking Changes

  • Upgraded to .NET 8.
    • Ensure local and servers can run .NET 8 applications.

New Features

  • None

Maintenance

  • Updated NuGet packages.
    • Crud.Api
      • MongoDB.Driver
      • MongoDB.Bson
      • System.Text.Json
    • Crud.Api.Tests
      • Moq
      • System.Text.Json
      • xunit
      • xunit.runner.visualstudio

Available Preservers

  • MongoDB

Framework

  • .NET 8

v1.0.1

13 Nov 04:01
f92f690
Compare
Choose a tag to compare

Notes

Fix security issues with type name and updated NuGet packages.

Breaking Changes

  • None

New Features

  • None

Maintenance

  • Sanitized typeName prior to use.
  • Updated NuGet packages.
    • Crud.Api
      • MongoDB.Driver
      • MongoDB.Bson
    • Crud.Api.Tests
      • Microsoft.NET.Test.Sdk
      • xunit
      • xunit.runner.visualstudio

Available Preservers

  • MongoDB

Framework

  • .NET 7

v1.0.0

13 Nov 04:00
Compare
Choose a tag to compare

Notes

Initial release with basic CRUD operations, filtering by query parameters, and body queries.

Breaking Changes

  • None

New Features

  • None

Maintenance

  • None

Available Preservers

  • MongoDB

Framework

  • .NET 7