Skip to content

Releases: flagship-io/flagship-dotnet-sdk

3.2.0-alpha.0

23 Oct 20:02
Compare
Choose a tag to compare
3.2.0-alpha.0 Pre-release
Pre-release
fix CI/CD issue

3.1.3

28 Sep 17:07
6bc9f6b
Compare
Choose a tag to compare

Fixed

  • Decision api url and bucketing file url issue

3.1.2

14 Sep 17:22
d7ff0a8
Compare
Choose a tag to compare

Added

  • CampaignName, VariationGroupName and VariationName in Flag metadata

3.1.1

29 Aug 18:48
76076c8
Compare
Choose a tag to compare

Added

  • TrackingManagerConfig property in config object.
  • Warning log in case of an outdated flag

Deprecated

  • TrackingMangerConfig property of config object.

3.1.0

15 Jun 14:18
Compare
Choose a tag to compare

Added

  • Hits are now sent with a batch processing system see
  • trackingMangerConfig option in SDK Config
  • Flagship.close method
  • OnVisitorExposed callback in config object
  • qt field in activate batch. It represents the time delta (in milliseconds) between when the hit reported occurred and the time it was sent.

Deprecated

  • IFlag.UserExposed() method

Changed

  • Interface IHitCacheImplementation

3.0.4

03 Oct 09:24
Compare
Choose a tag to compare

Added

  • visitor_consent key in the body of the campaign request

Removed

  • sendContextEvent query param from the campaign request

3.0.3

04 Aug 09:25
0974f6f
Compare
Choose a tag to compare

Added

  • .Net 6 in Nuget package dependencies list

3.0.2

05 Jul 08:44
Compare
Choose a tag to compare

Changed

  • Event hit property value type to uint

3.0.1

23 May 08:33
Compare
Choose a tag to compare

Added

  • slug property in Flagship.Model.FlagDTO

Fixed

  • SecurityProtocolType issue

3.0.0

18 Apr 08:56
9890155
Compare
Choose a tag to compare

Added

  • Fs class
  • Visitor.fetchFlags method
  • Visitor.getFlag method
  • Flag class
  • FlagMetadata class
  • Managing visitor cache
  • SDK Status / Status changed callback
  • Visitor consent
  • Predefined context
  • Custom log manager

removed

  • visitor.synchronizeModifications method
  • Visitor.getModification method
  • Visitor.getModificationInfo method
  • Visitor.activateModifications method

Changed

  • The SDK start is handled by Fs class instead of FlagshipBuilder
  • Visitor class namespace
  • Tracking namespace