Skip to content

Releases: harness/ff-dotnet-server-sdk

1.1.6

30 Nov 11:45
3c648d6
Compare
Choose a tag to compare

What's Changed

  • [FFM-5463]: Add Junit support to .net by @davejohnston in #46
  • [FFM-5307] - .NET SDK - Fix for prereq identifier + update ff-test-cases + additional fixes around OR logic handling and null references by @andybharness in #47
  • [FFM-5541] Update build files for 1.1.6 release by @andybharness in #48

New Contributors

Full Changelog: 1.1.5...1.1.6

1.1.5

25 Oct 16:54
111547c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.4...1.1.5

1.1.4

01 Sep 17:14
cef9a56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

1.1.3

23 Aug 15:52
984b035
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.2...1.1.3

1.1.2

17 May 11:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1

04 Mar 11:20
4643602
Compare
Choose a tag to compare
  • Fixed the exception thrown by the evaluator class.

1.1.0

24 Feb 12:18
cf92e3d
Compare
Choose a tag to compare
  • Major code refactoring
  • Ability to listen on events (READY, CHANGE, FAILED)
  • waitForInitialization - synchronous initialization, waiting for all processors to be ready
  • Now you can work with more SDK keys using constructors
  • Singleton implemented
  • Now we can use connectors and currently implemented are Harness and Local. Local is used only in development of your project or testing. Customized connectors can be easily implemented using Connector interface
  • Storage support for asynchronous initialization or offline usage. For the moment we have one FileMapStore but you can create your own storage class by implementing Storage interface

1.0.8

15 Dec 14:59
Compare
Choose a tag to compare

Bug fix:

If creating a target via TargetBuilder, and private attributes aren't specified via TargetBuilder.PrivateAttributes, the privateAttributes member never gets initialized, which becomes a problem when analytics get published here: https://github.com/drone/ff-dotnet-server-sdk/blob/main/client/api/analytics/AnalyticsPublisherService.cs#L102

1.0.7

08 Nov 09:06
Compare
Choose a tag to compare
  • Backward compatibility: Being compatible with old SDK versions, old code can still use legacy versions of the "CfClient" class constructor and the "Instance" methods.

1.0.6

03 Nov 09:54
Compare
Choose a tag to compare
  • Singleton improvements: singleton obtaining and the SDK initialization is improved
  • .net core version SDK has been deprecated: Since this version of the SDK we cover both .net framework flavors.