Skip to content

v3.3.6

Compare
Choose a tag to compare
@niemyjski niemyjski released this 25 Feb 16:58

Version 3.3.6 focused on improvements to sessions and bug fixes.

  • Fixed an issue where dictionary keys names were being changed (#63). This was causing query string parameters and cookies to be renamed (E.G., myId to my_id).
  • Calling the client.Register() method will now respect your session setting. If you want to have Register handle calling client.SubmitSessionStart() for you, then remember to first call client.Configuration.UseSessions().
  • Updated the manual stacking implementation to use a model instead of a string. This allows us to send a stack title and key value pairs on how the event should be stacked. You should be using the SetManualStackingKey("manualStackingKey") and SetManualStackingInfo() Event extension methods or EventBuilder method overloads.

This is a required update if you were previously using manual stacking.

Please take a look at the change log for a full list of the changes.

Feedback

We're listening and we'd love to hear your feedback! Please send us your feedback by clicking on one of the links below!