Skip to content

Releases: SpectraLogic/ep_net_sdk

v3.2.1

22 Jun 19:16
c1ce9db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0

14 Sep 21:17
371b6d9
Compare
Choose a tag to compare

Release Notes - Escape Pod - Version SDK-v3.2.0

Story

  • [ESCP-2431] - Add new withFileStatus query param to the GET /api/jobs/{jobId} API
  • [ESCP-3270] - Add fail-fast query param to restore API request

Enhancement Request

v3.0.2

28 May 17:41
25ae829
Compare
Choose a tag to compare
    Release Notes - Escape Pod - Version SDK-v3.0.2

Bug

  • [ESCP-3145] - Missing DIVA agent type for foreign job type

v3.0.1

02 Mar 21:17
0910d66
Compare
Choose a tag to compare

Release Notes - Escape Pod - Version SDK-v3.0.1

Bug

  • [ESCP-2825] - Get Flashnet job status fails

v3.0.0

19 Nov 18:27
513d78b
Compare
Choose a tag to compare

Full API can be found under http://spectralogic.github.io/ep_net_sdk/3.0.0

Release Notes - Escape Pod - Version SDK-v3.0.0

Dev-Bug

  • [ESCP-2194] - update the bp user for the .NET SDK integration tests

Enhancement Request

  • [ESCP-2374] - Add ForeignJobType.UNKNOWN to .Net SDK

Story

  • [ESCP-2102] - Remove relationships from the .NET SDK
  • [ESCP-2133] - Support new job name in the .NET SDK
  • [ESCP-2184] - Add support for force flag in delete broker request
  • [ESCP-2187] - Support job name searching in the .net sdk
  • [ESCP-2267] - Add Physical Placement Support in .NET SDK
  • [ESCP-2301] - .NET SDK - Add sizeInBytes, lastUpdated, uri to job file status
  • [ESCP-2319] - .Net SDK - Update the Page info to include totalItems
  • [ESCP-2347] - .NET SDK - Add foreign id details to IJob response

Story Sub-Task

  • [ESCP-1692] - Add page support for file log status

v2.0.1

26 Mar 18:13
ae0ec20
Compare
Choose a tag to compare

This release includes the following changes:

  • Fixed an issue with Json mapping Uri

v2.0.0.20

12 Dec 23:47
Compare
Choose a tag to compare

This release includes the following changes:

  • Improved TimeCode documentation
  • Fixed multi query params on a single request
  • Fixed wrong Json mapping for TimeCodeRange
  • Improved Json mapping for Uri

v2.0.0.2

03 Dec 17:06
Compare
Choose a tag to compare

This release includes the following changes:

  • Support Rio v2 server
  • Support list jobs filter with more than one option
  • Make dates strongly typed
  • Strongly typed TimeCodeRange and TimeCode
  • Escape object name in URI path
  • Update namespaces
  • Update the SDK for new jobs sort options
  • Update cluster member object to include memberId
  • Strong type for URI
  • Add the option to supply outside user agent value
  • Update AgentConfig to include all configuration options
  • Update parsers to include default request-id
  • Add fail-fast query parameter to archive request
  • Implement GET /api/devices/spectra
  • Implement DELETE /api/devices/spectra/{deviceName}
  • Support file status api
  • Add page support for API
  • Implement GET /api/devices/spectra
  • Support file status api
  • Refactor spectra device

v1.0.0.641

05 Apr 02:36
1dd81d3
Compare
Choose a tag to compare
  • Support archive without file size

v1.0.0.633

14 Feb 19:47
d01770e
Compare
Choose a tag to compare
v1.0.0.633 Pre-release
Pre-release

This release includes the following changes:

  • Remove retain file attributes from archive & restore calls
  • Implement DELETE /api/brokers/{brokerName}
  • Implement GET /api/brokers/{brokerName}/relationships
  • Implement PUT /api/brokers/{brokerName}/objects/{objectName}
  • Update the ValidationException to include the ValidationErrors
    • This change gives the user the ability to access the ValidationErrors directly from the ValidationException object. For example:
      try
      {
          // code
      }
      catch (ValidationException ex)
      {
          IEnumerable<ValidationError> validationErrors = ex.ValidationErrors;
          ...
      }
  • Added new README to the root of the project
  • Added new API documentation