Skip to content

v2.3.9

Latest
Compare
Choose a tag to compare
@adriancs2 adriancs2 released this 12 Mar 14:51
· 4 commits to master since this release

V2.3.9 - March 12, 2025

  • Introducing the AdjustColumnValue feature in ExportInformations. This new delegate (Func<ColumnWithValue, object>) allows users to dynamically modify column values during export. Paired with the new ColumnWithValue class (in MySqlConnector.InfoObjects), it provides table name, column name, data type, and value details for custom transformations. Ideal for data masking, formatting, or conditional adjustments, this enhances flexibility while maintaining default behavior when unused.
  • Read more about this new feature at Wiki: https://github.com/MySqlBackupNET/MySqlBackup.Net/wiki/Adjust-Column-Value
  • Full change log: https://github.com/MySqlBackupNET/MySqlBackup.Net/wiki/Change-Log
  • All binaries are built by referencing the latest dependencies.
    • mysql.data (Connector/NET) oracle - 9.2.0
    • MySqlConnector (MIT) - 2.4.0
    • dotConnect.Express (Devart) - 9.4.193

for more information on the code changes on this release, please visit the pull/merge at:
#113

A special thank for code contribution of Tyler Pflueger (tpflueger)
https://github.com/tpflueger