Lanzamientos de EurekaLog
Released: Nov 28, 2022
Actualizaciones en v7.11.x
v7.11.1.0
Updated Jan 26, 2023
Features
- Added new "Strip embedded non-EurekaLog debug info" option and the --?el_strip command line switch for ecc32. This is analog of tdstrip.exe, tdstrp32.exe, StripTDS.exe, etc. tools.
- Added a warning about an incorrect DLL configuration.
Fixes
- [x64] Possible range check error when displaying send results.
- "Send entire log" option may send duplicate of the current bug report.
- Various minor improvements.
v7.11.0.1
Updated Nov 30, 2022
Released: Jan 18, 2022
Actualizaciones en v7.10.x
v7.10.3.0
Updated Oct 12, 2022
Features
- Added support for Embarcadero RAD Studio 11.2 (update 2 for 11 Alexandria).
- EurekaLog can now be packaged into a custom BPL package.
- Options from BPL package will be used to initialize EurekaLog.
- [C++ Builder] Added new '_TDSComplete' option which can now be used to turn off TDS processing for faster post-processing of Embarcadero C++ Builder projects (no line numbers will be added).
- [C++ Builder] Added support for CLang/LLVM objects for memory features...
Released: Sep 21, 2020
Actualizaciones en v7.9.x
v7.9.6.0
Updated Nov 19, 2021
Features
- Added Microsoft Windows 11 detection.
- Added support for buffered logging. Default is OFF. Can be enabled via --el_debug_buffering command line switch or when using the new ABufferSize argument in the ELogOpen function. Use the new ELogFlush function to flush buffer to disk before exiting process/thread.
- Added uROCOMInit to PreInitUnits.
Fixes
- Fixed compatibility issues in the YouTrack API.
- Fixed exception filter changes exception message in bug report...
Released: Nov 14, 2019
Actualizaciones en v7.8.x
v7.8.2.82
Updated Jun 21, 2020
Features
- Added support for RAD Studio 10.4 Sydney.
v7.8.2.39
Updated May 8, 2020
Features
- Added support for FastMM 5.
v7.8.2.11 RC1
Updated Mar 10, 2020
Features
- Introduces integration support with Exceptionless*
- Available in all supported IDEs.
- Implemented similarly to other supported bug trackers.
- Can configure sending to Exceptionless in EurekaLog project options.
- Includes Exceptionless configuration guide.
- Once configured:
- Your application will submit bug...
Released: Dec 3, 2018
Actualizaciones en v7.7.8.2
Updates in v7.7.8.2
- Fixed: [Regression] Abstract error in TThreadEx / sending.
- Fixed: [Regression] Adjusted sending timeouts.
- Fixed: [Regression] Adding / removing EUREKALOG symbol to / from conditional defines for packages; please note that issue is still present on RAD Studio 2009, RAD Studio 2010 and RAD Studio XE - due to bugs in OpenTools API (OTA); issue is fixed for RAD Studio 2007 and earlier, and for RAD Studio XE2 and higher.
Released: Sep 10, 2018
Actualizaciones en v7.7.5
Características
- Added: Cleaning up call stack from EurekaLog's service calls for destructors.
- Added: MailHeaderEncodeToStr function.
- Added: SendSMTPClientAdditionalHeaders and SendSMTPServerAdditionalHeaders properties to TEurekaModuleOptions.
- Added: AdditionalHeaders virtual method in SMTP sender class (for custom headers, like CC/BCC, priority, etc.).
- Added: Support for '"Name" <example@example.com>' format in e-mail addresses.
- Added: Support for EMailSender.AttachedFiles.AddObject...