@@ -34,6 +34,12 @@ What's New
3434** Breaking changes**
3535* #627 - rename message packages to get rid of superfluous period (gbirchmeier)
3636 * e.g. QuickFIX.FIX4.4 is now QuickFIX.FIX44, etc.
37+ * #679 - Change logging to use .NET ILogger API aka Microsoft.Extensions.Logging (jkulubya/gbirchmeier)
38+ The existing logging interface is preserved and can still be used.
39+ Breaks to public interface:
40+ * changed ctors to be internal: AcceptorSocketDescriptor, Session, SocketInitiatorThread
41+ * SessionFactory is now internal
42+ * type of SocketInitiatorThread.NonSessionLog is now ILogger
3743
3844** Non-breaking changes**
3945* #939 - minor checkTooHigh/checkTooLow refactor in Session.cs (gbirchmeier)
@@ -49,8 +55,6 @@ What's New
4955* #765 - overhaul of DateTimeConverter (Rob-Hague/vyourtchenko/gbirchmeier)
5056* #964 - Reduce unnecessary ContainsKey function calls to avoid multiple duplicate key lookups (VAllens)
5157* #969 - correct LinesOfText in DDs to not be required; make ATs not auto-echo News (gbirchmeier)
52- * #679 - Change logging to use .NET ILogger API aka Microsoft.Extensions.Logging (jkulubya/gbirchmeier)
53- The existing logging interface is preserved and can still be used.
5458* #965 - Reusing StringBuilder with Object Pooling (VAllens)
5559
5660### v1.13.1
@@ -63,7 +67,7 @@ What's New
6367* #878 - corrections to tag 45 "Side" in various DDs (gbirchmeier) - most people won't notice, easy fix if they do
6468 * fix typo in FIX50 and FIX50SP1: ` CROSS_SHORT_EXXMPT ` fixed to ` CROSS_SHORT_EXEMPT `
6569 * correction in FIX41 and FIX42: ` D ` to ` UNDISCLOSED `
66- * #863 - Change Message.ToString() to not alter object state anymore. (gbirchmeier)
70+ * #863 - Change Message.ToString() to not alter object state anymore. (gbirchmeier)
6771 Use new function Message.ConstructString() if you need BodyLength/CheckSum to be updated.
6872* #887 - cleanup/nullable-ize FixValues, Session, DataDictionary, DataDictionaryProvider, Message, MessageCracker,
6973 SocketSettings, SslStreamFactory (gbirchmeier)
0 commit comments