Skip to content

Releases: fullstackhero/dotnet-starter-kit

2.0.2-rc

23 Aug 08:53
Compare
Choose a tag to compare

Announcement

Hi Team,

I am glad to announce that the FSH .NET StarterKit 2.0.2-rc is out!

You can now test the starter kit in 2 ways.

  1. By Running the following commands on your CLI
dotnet new install FullStackHero.NET.StarterKit::2.0.2-rc

dotnet new fsh -o HelloWorld

This would create your version of the StarterKit in the /HelloWorld folder. Please take a look at the Readme for more.

  1. You can also fork the repository to always stay up to date.

✍ What's interesting in this release

  1. I finally have the terraform scripts modularized super cleanly. Both the Blazor and Web API apps are deployable to the AWS Cloud in just a single command. Also, a PostgreSQL RDS instance gets deployed, which is super cool. Refer to https://github.com/fullstackhero/dotnet-starter-kit/blob/main/terraform/README.md for details.
  2. Automated NuGet generation Pipeline
  3. Automated Release Notes Generator
  4. Minor Cleanups
  5. Grafana / Prometheus Fixes

What's Pending?

  1. Documentation: I am just not able to find enough time for this. I will have to get this started soon. This is the only thing that is blocking me from having an official release.
  2. Cross Module Communication
  3. YouTube video: Once the documentation is in place, I would publish an end-to-end explainer video about the Starter Kit.

Need Help

I need help with testing the application/framework in all aspects. There is a lot of scope for improvement, be it performance, code quality, or features. It would be awesome if some of you could test out the application, raise bugs, and some pull requests as well, so it's easier for all of us at the end of the day.

Super Excited about this! Thanks. Do let me know your feedback!

2.0.1-rc

20 Aug 07:13
Compare
Choose a tag to compare

✍ Changelog

1.1.0

16 Dec 02:50
60de9b8
Compare
Choose a tag to compare

This will be the Final V1 Release

  • .NET 7
  • Clean Architecture

Currently Migrating the solution to .NET 8 / Vertical Slice Architecture.
PR here - #905

1.0.0

09 Apr 02:47
Compare
Choose a tag to compare
  • .NET 7 Upgrade
  • FSH CLI Support
  • Bug Fixes
  • Code Cleanups
  • Package Upgrades
  • Makefile
  • Built-In Docker Support
  • Docker-Compose files
  • Terraform for AWS ECS Deployment
  • Switched Default Database Provider to PostgreSQL

YouTube Overview Video : https://www.youtube.com/watch?v=a1mWRLQf9hY&ab_channel=MukeshMurugan

0.0.6-rc

26 Feb 09:22
Compare
Choose a tag to compare
0.0.6-rc Pre-release
Pre-release

NuGet Package - https://www.nuget.org/packages/FullStackHero.WebAPI.Boilerplate/0.0.6-rc

dotnet new --install FullStackHero.WebAPI.Boilerplate::0.0.6-rc

Changelogs

  • Integrated Finbucke Multitenant packages
  • Solution Restructure
  • Added Scripts for Generating Migrations
  • Introduced CQRS Pattern with MediatR
  • Better Configuration Files
  • AD Authentication / JWT Authentication
  • Added .rest file for API Testing
  • Updated Postman Collection
  • Code Cleanup
  • Updated all Packages
  • Serilog Startup fix
  • Export to Excel Support
  • Specification Pattern using Ardalis packages
  • OpenAPI Client Generation

0.0.5-rc

28 Nov 10:30
Compare
Choose a tag to compare
0.0.5-rc Pre-release
Pre-release
  • Fixed Password Reset / Forgot
  • Fixed Omnisharp Warnings / Code Cleanup
  • Fixed Repository Method
  • Log Hangfire to Serilog - Thanks frankyjquintero
  • Extras Hangfire extensions - Thanks frankyjquintero
  • Hangfire implementation examples - Thanks frankyjquintero
  • Separate JSON files for each Settings - Thanks unchase
  • Added Events and Handlers via MediatR - Thanks frankyjquintero
  • Moved to Tenancy Middleware - Thanks frankyjquintero & fretje
  • Solution Cleanup - rulesets & analyzer - Thanks fretje
  • Added More Functions for RepositoryAsync - Thanks ghaithprosoft
  • Entity Database Seeding Simplified
  • File-Scoped namespaces and implicit usings
  • Better Folder Structure / Modular

NuGet Package - https://www.nuget.org/packages/FullStackHero.WebAPI.Boilerplate/0.0.5-rc

dotnet new --install FullStackHero.WebAPI.Boilerplate::0.0.5-rc

0.0.4-rc

06 Nov 12:42
Compare
Choose a tag to compare
0.0.4-rc Pre-release
Pre-release

0.0.4 RC is available now!

  • Bug fix in Repository / Update method.
  • Endpoint changes for Update / Delete Methods. (Postman Collection Updated)
  • Fixed bug in Request Logging Middleware.
  • Adds default Role (Basic) to any new registered user.
  • Basic User has default View / Search Permissions
  • Code Cleanups
  • Templated Emails for User Registrations

View Complete Changelogs.

What's Changed

New Contributors

Full Changelog: 0.0.3-rc...0.0.4-rc

0.0.3-rc

23 Oct 16:27
Compare
Choose a tag to compare
0.0.3-rc Pre-release
Pre-release

0.0.2-rc

  1. Migration Refresh
  2. Security Patches
  3. Image Upload Fix
  4. Option to Disable Swagger
  5. Cleaner Code
  6. Activate / Deactivate Tenants
  7. Upgrade Tenant Subscription
  8. Advanced Search

0.0.3-rc - Current Stable Version

  1. Security Patches

0.0.1-rc

29 Sep 15:38
Compare
Choose a tag to compare
0.0.1-rc Pre-release
Pre-release

This is the first release candidate for FullStackHero WebAPI Boilerplate.
NuGet Package - https://www.nuget.org/packages/FullStackHero.WebAPI.Boilerplate