Skip to content

Releases: code4me/4me-sdk-csharp

Skd4me version 2.0.6

14 Dec 02:44
Compare
Choose a tag to compare

Enhancements

Skd4me version 2.0.5.1

11 Dec 02:28
Compare
Choose a tag to compare

Bugfixes

  • Add ProjectPending to RequestStatus enumerator.

Skd4me version 2.0.5

30 Oct 00:34
Compare
Choose a tag to compare

Enhancements

  • Environment region changes
    • Added US region
    • Rename Global to EU
    • Rename Australia to AU
  • Added StartAt to TimeEntry
  • Added PictureUri to Service and ServiceInstance
  • Added NodeID to all data entities
  • Added support for Scrum Workspaces, Sprint, and Sprint Backlog Items

Bugfixes

  • Ignore localized_description and localized_name in CustomCollectionElement GET request
  • ActualResponseAt in AffectedServiceLevelAgreement is now nullable

Skd4me version 2.0.4

16 Aug 23:20
Compare
Choose a tag to compare

Enhancements

  • Updated ServiceInstance data entity to support custom fields.
  • Updated CustomFieldsCollection implementation from IDictionary<string, string> to IDictionary<string, object>.
    This enhancement allows the usage of any data type supported via UI Extensions.
    A set of additional methods have been implemented for casting and conversions.
    • .CustomFields.TryGetValue<DateTime>("date_time", out DateTime date)
    • .CustomFields.Get<double>("double_value")

Bugfixes

  • Updated ProductDepreciationMethod enumerator.

Skd4me version 2.0.3.2

10 Aug 19:18
Compare
Choose a tag to compare

Bugfixes

  • Sleep period calculation between multiple calls resolved

Enhancements

  • Updated team data entity to support custom fields.