Skip to content

Latest commit

 

History

History
78 lines (61 loc) · 2.45 KB

CHANGELOGS.md

File metadata and controls

78 lines (61 loc) · 2.45 KB

0.0.1-rc

  • Initial release

0.0.2-rc

  • Migration Refresh
  • Security Patches
  • Image Upload Fix
  • Option to Disable Swagger
  • Cleaner Code
  • Activate / Deactivate Tenants
  • Upgrade Tenant Subscription
  • Advanced Search

0.0.3-rc

  • Security Patches

0.0.4-rc

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

0.0.5-rc

  • 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

0.0.6-rc

Released on 2022-02-26

Release Tag - https://github.com/fullstackhero/dotnet-webapi-boilerplate/tree/0.0.6-rc

  • AD Authentication Support
  • Oracle DB Provider for EFCore support
  • Code Refactors
  • Added ElasticSearch + Kibana for Logging
  • Added Docker Compose for ElasticSearch + Kibana Container
  • Integrated Finbucke Multitenant packages
  • Solution Restructure
  • Added Scripts for Generating Migrations
  • Introduced CQRS Pattern with MediatR
  • Better Configuration Files
  • 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

1.0.0

Released on 2023-04-08

Release Tag - https://github.com/fullstackhero/dotnet-webapi-boilerplate/tree/1.0.0