From 6cac1a790d3de47ca241910c081e7f5c66e04994 Mon Sep 17 00:00:00 2001 From: Daniele Teti Date: Mon, 17 Apr 2023 12:34:30 +0200 Subject: [PATCH] https://github.com/danieleteti/delphimvcframework/issues/652 --- README.md | 2 ++ sources/dmvcframework.inc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index ed670cab..788a6901 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,9 @@ Congratulations to Daniele Teti and all the staff for the excellent work!" -- Ma - ⚡ Ability to use records in swagger param and response attributes [Issue 649](https://github.com/danieleteti/delphimvcframework/issues/649) - ⚡ Improved Wizard - now it produces commented code to show how to use `ContextEvents` - ⚡ Improved compatibility with Delphi 10.2 Tokyo and older versions (Thanks Mark Lobanov) +- ⚡ Added Prometheus middleware in the samples - 🐞 FIX [Issue 648](https://github.com/danieleteti/delphimvcframework/issues/648) Thanks to [sf-spb](https://github.com/sf-spb) +- 🐞 FIX [Issue 652](https://github.com/danieleteti/delphimvcframework/issues/652) Thanks to [BssdTS](https://github.com/BssdTS) - 🐞 [PR 651](https://github.com/danieleteti/delphimvcframework/pull/651) Thanks to [Francisco Zanini](https://github.com/zaniniflz) ## What's New in dmvcframework-3.2.3-radium diff --git a/sources/dmvcframework.inc b/sources/dmvcframework.inc index 7daf5589..9b7122e5 100644 --- a/sources/dmvcframework.inc +++ b/sources/dmvcframework.inc @@ -91,7 +91,9 @@ DelphiMVCFramework is compatible with Delphi version XE7 or better {$DEFINE SYSTEMJSON} {$IFNDEF MOBILE} +{$IFNDEF MACOS} {$DEFINE WEBAPACHEHTTP} {$ENDIF} +{$ENDIF} {$DEFINE USEFIREDAC}