Skip to content

Latest commit

 

History

History
executable file
·
233 lines (151 loc) · 14.9 KB

CHANGELOG.md

File metadata and controls

executable file
·
233 lines (151 loc) · 14.9 KB

📋 Changelog

All notable changes to this project will be documented in this file.

2.0.6 (2024-11-24)

2.0.5 (2024-11-24)

2.0.4 (2024-11-24)

2.0.3 (2024-11-24)

Bug Fixes

  • build: disable static web assets during publish (116fdd4)

2.0.2 (2024-11-24)

Bug Fixes

  • build: add runtime identifiers for linux builds (07ec74d)

2.0.1 (2024-11-24)

2.0.0 (2024-11-24)

Features

BREAKING CHANGES

  • Testing release pipeline

1.0.3 (2024-11-24)

Continuous Integration

  • pipeline: integrate semantic-release with build pipeline (5048288)

BREAKING CHANGES

  • pipeline: Pipeline structure has been completely reorganized

1.0.2 (2024-11-24)

1.0.1 (2024-11-24)

1.0.0 (2024-11-24)

  • feat!: consolidate major application changes (a26d82e)
  • feat!: consolidate major application changes (a641ad6)

Bug Fixes

Features

  • create web entry point for the app (#60) (95ede62)

BREAKING CHANGES

  • Multiple major architectural changes including:
  • Migration to .NET 9
  • New Profile management system
  • Identity system extraction
  • API versioning implementation
  • OpenAPI and Swagger integration
  • Serilog implementation
  • Web entry point creation
  • Database integration with EF Core

This commit acknowledges all the major features that should have incremented our version number.

  • Multiple major architectural changes including:
  • Migration to .NET 9
  • New Profile management system
  • Identity system extraction
  • API versioning implementation
  • OpenAPI and Swagger integration
  • Serilog implementation
  • Web entry point creation
  • Database integration with EF Core

This commit acknowledges all the major features that should have incremented our version number.

1.0.0 (2024-11-24)

  • feat!: consolidate major application changes (a26d82e)
  • feat!: consolidate major application changes (a641ad6)

Bug Fixes

  • ci: correct artifact upload patterns for .NET build outputs (68bab1a)
  • ci: correct artifact upload syntax (ff7acaf)
  • ci: improve artifact handling and test execution in GitHub Actions (af34f8c)
  • disable meziantou for testing #42 (48ec69a)
  • fix typo of project reference #50 (3c7ea4e)
  • move directory folder #50 (cf59a14)
  • reset Identity.API project #50 (8be36b7)

Features

  • [WIP] implement PersonnalInfo value object #38 (c092a6b)
  • aspire: add dotnet aspire #12 (677a99b)
  • ci: add detailed test reporting (190dc3a)
  • core: [WIP] migrate to dotnet 9 (4e6629c)
  • core: [WIP] migrate to dotnet 9 (aa2f5c2)
  • core: [WIP] migrate to dotnet 9 (f6144ff)
  • core: [WIP] migrate to dotnet 9 (c3adf33)
  • create web entry point for the app (#60) (95ede62)
  • extract identity to shared project #41 (ff0aec3)
  • framework: add api versionning #41 (4bf5f59)
  • framework: add common library to handle openapi and swagger #41 (844e5d3)
  • framework: add serilog #41 (f54f1c0)
  • Identity: add authentication system (5bcabf9)
  • Profile: add efcore and configure database, dbcontext. #38 (f453cb7)
  • Profile: add migration files #38 (9bcc88a)
  • Profile: add PersonnalInfo value object to the profile #38 (0085474)
  • Profile: add UserProfile class #38 (cd20710)
  • Profile: add value object for PhoneNumber.cs #38 (1af4905)
  • Profile: add value objects for address #38 (89b8706)
  • Profile: list profile informations #38 (9dc862f)

Performance Improvements

  • ci: optimize GitHub Actions workflow (7a5bea2)

BREAKING CHANGES

  • Multiple major architectural changes including:
  • Migration to .NET 9
  • New Profile management system
  • Identity system extraction
  • API versioning implementation
  • OpenAPI and Swagger integration
  • Serilog implementation
  • Web entry point creation
  • Database integration with EF Core

This commit acknowledges all the major features that should have incremented our version number.

  • Multiple major architectural changes including:
  • Migration to .NET 9
  • New Profile management system
  • Identity system extraction
  • API versioning implementation
  • OpenAPI and Swagger integration
  • Serilog implementation
  • Web entry point creation
  • Database integration with EF Core

This commit acknowledges all the major features that should have incremented our version number.

Changelog

0.1.0 (2024-11-20)

Features

  • (profile): enhance query with logging #38 (e29f4d5)
  • [WIP] implement PersonnalInfo value object #38 (c092a6b)
  • aspire: add dotnet aspire #12 (677a99b)
  • ci: add detailed test reporting (190dc3a)
  • core: [WIP] migrate to dotnet 9 (4e6629c)
  • core: [WIP] migrate to dotnet 9 (aa2f5c2)
  • core: [WIP] migrate to dotnet 9 (f6144ff)
  • core: [WIP] migrate to dotnet 9 (c3adf33)
  • extract identity to shared project #41 (ff0aec3)
  • framework: add api versionning #41 (4bf5f59)
  • framework: add common library to handle openapi and swagger #41 (844e5d3)
  • framework: add serilog #41 (f54f1c0)
  • Identity: add authentication system (5bcabf9)
  • Profile: add efcore and configure database, dbcontext. #38 (f453cb7)
  • Profile: add migration files #38 (9bcc88a)
  • Profile: add PersonnalInfo value object to the profile #38 (0085474)
  • Profile: add UserProfile class #38 (cd20710)
  • Profile: add value object for PhoneNumber.cs #38 (1af4905)
  • Profile: add value objects for address #38 (89b8706)
  • Profile: list profile informations #38 (9dc862f)

Bug Fixes

  • ci: correct artifact upload patterns for .NET build outputs (68bab1a)
  • ci: correct artifact upload syntax (ff7acaf)
  • ci: improve artifact handling and test execution in GitHub Actions (af34f8c)
  • disable meziantou for testing #42 (48ec69a)

Performance Improvements

  • ci: optimize GitHub Actions workflow (7a5bea2)

Miscellaneous Chores

1.1.0 (2024-10-07)

Features

1.0.0 (2024-10-07)

Features

  • Identity: add authentication system (5bcabf9)