Skip to content

Releases: zaphiro-technologies/protobuf

v0.0.7

11 Jul 04:38
e9954eb
Compare
Choose a tag to compare

Documentation

  • Update stat producerId documentation (PR #64 by @hiimjako)

Dependencies

  • Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (PR #60 by @dependabot[bot])

Refactoring

  • Fault messages as set of events, rather than single event with multiple status (PR #63 by @chicco785)
  • Refactor Fault messages to support measurement and measurement timestamp reference (PR #62 by @chicco785)

v0.0.6

04 Jun 14:51
b3dc2e3
Compare
Choose a tag to compare

Features

  • Update topology protobuf to include branches (PR #53 by @hiimjako)
  • Add support for Measurement Types used in SIL (PR #57 by @chicco785)
  • Support NormalizedResidual and ObjectiveFunction data types (PR #49 by @chicco785)

Continuous Integration

  • Configure Static Code & License Analysis (PR #55 by @chicco785)
  • Replace custom proto-gen-md-diagrams with official one (PR #50 by @chicco785)

Dependencies

  • Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (PR #52 by @dependabot[bot])

Refactoring

  • Adopt FaultStatus to manage fault evolution over time (PR #59 by @chicco785)

v0.0.5

25 Mar 07:13
e8332e2
Compare
Choose a tag to compare

Features

Documentation

  • Add aligned header to Data and DataSet (PR #42 by @hiimjako)

Dependencies

  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (PR #43 by @dependabot[bot])
  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (PR #44 by @dependabot[bot])

v0.0.4

21 Feb 17:18
47c96ab
Compare
Choose a tag to compare

Features

Continuous Integration

  • Update releasenotes.yaml to use pull_request_review (PR #35 by @chicco785)

Dependencies

  • Bump github.com/google/uuid from 1.5.0 to 1.6.0 (PR #36 by @dependabot[bot])

Refactoring

  • Remove Event from the name of DeviceEvent subclasses (PR #37 by
    @chicco785)

v0.0.3

09 Feb 15:41
c5a9a17
Compare
Choose a tag to compare

Features

Documentation

  • Document headers/application properties data types for every Protobuf. (PR #27 by @hiimjako)
  • [Documentation] Change fault id data type (PR #26 by @tejo)

Dependencies

  • Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (PR #28 by @dependabot[bot])
  • Bump github.com/google/uuid from 1.3.1 to 1.5.0 (PR #29 by @dependabot[bot])
  • Bump actions/setup-go from 4 to 5 (PR #25 by @dependabot[bot])

Refactoring

  • Event: set occurredAt as required, correct Event Status to Started, Ended, and add eventType in the header (PR #23 by @chicco785)
  • Fault: uniform datetime field naming (PR #21 by @chicco785)

v0.0.2

14 Nov 10:36
cd045ae
Compare
Choose a tag to compare

Bug Fixes

  • Bug: Use int64 for topology's createdAt. (PR #16 by @tejo)

Documentation

  • Update documentation to reflect protocol buffer refactoring (PR #15 by @chicco785)

Refactoring

v0.0.1

08 Nov 09:02
a3998ef
Compare
Choose a tag to compare

Features

  • New protocol buffer for topology data (PR #12 by @chicco785)
  • Notification message: support Trigger requirements (PR #6 by @chicco785)
  • Add protocol buffer to describe faults (PR #3 by @chicco785)

Bug Fixes

  • fix typo in Fault field faultCurrent (PR #7 by @tejo)

Continuous Integration

Refactoring

  • Refactor protobuffer to align with architecture discussion (PR #9 by @chicco785)
  • Migrate existing protobuf from https://github.com/zaphiro-technologies/rabbitmq-poc (PR #2 by @chicco785)