Skip to content

Releases: redhat-cne/sdk-go

v1.22.0

03 Sep 19:51
8f6799b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.21.0...v1.22.0

v1.21.0

03 Sep 19:20
b538fe0
Compare
Choose a tag to compare

Overview

  • Support O-RAN v3.0 Compliant API
  • Upgraded to golang 1.21

What's Changed

Full Changelog: v1.0.0...v1.21.0

v1.0.0

12 Jun 17:58
a635605
Compare
Choose a tag to compare

What's Changed

  • Update Hw event structures with Redfish schema by @jzding in #30
  • fixed override function by @aneeshkp in #32
  • Fix OriginOfCondition encoding in EventRecord by @jzding in #33
  • add newline by @aneeshkp in #34
  • Consolidate Cloud Native Events schema by @jzding in #35
  • upgrade to go 1.17 by @jzding in #36
  • Bug 2033404: Add source in event by @jzding in #37
  • Redfish schema change to support HPE events and multiple EventRecords by @jzding in #38
  • Event source was lost when converting cloud native events to events. by @aneeshkp in #39
  • Revert "Event source was lost when converting cloud native events to events." by @aneeshkp in #41
  • Event source was lost when converting cloud native events to events by @aneeshkp in #42
  • Update gopkg.in/yaml.v3 to v3.0.0 for security fix by @jzding in #43
  • Http transport 4.12 by @aneeshkp in #46
  • Changed subscriber key to clientID and other fix by @aneeshkp in #48
  • fix clientID to make it unique by @aneeshkp in #49
  • Ping status fix by @aneeshkp in #50
  • Implement current API as per O-RAN Spec by @aneeshkp in #51
  • BUG OCPBUGS-1605: Event Pull Status Notification GET Method not working as per o-Ran spec by @aneeshkp in #54
  • golint shadowing fix by @aneeshkp in #55
  • Fixed bug sending event by @aneeshkp in #56
  • fix ack of events by @aneeshkp in #57
  • Fix amq router race condition by @jzding in #59
  • Fix amqp resource leak by @jzding in #63
  • Increase amq connect timeout to 5 minutes by @jzding in #66
  • Allow configurable timeout for init amq connection by @jzding in #69
  • BUG OCPBUGS-6580: fix log category and nil print in logfix log errors with nil and log type by @aneeshkp in #73
  • Fix http restart from persistent store by @jzding in #76
  • fix subscriber delete via k8s service by @aneeshkp in #78
  • BUG OCPBUGS-7441: Match the O-RAN specification for the ocloudNotifications URI by @mrVectorz in #79
  • Fix Redfish Event parsing for Oem field by @jzding in #81
  • Bug OCPBUGS-8003: Cloud-event-proxy should stop sending events to the dead clients by @aneeshkp in #83
  • Bug OCPBUGS-8003: Add validation for GetCurrentState by @aneeshkp in #84
  • fix deleting of subscriber and recovering by @aneeshkp in #85
  • Upgrade to go 1.19 by @jzding in #86
  • OCPBUGS-11137: Add configmap to store subscriber info as a storage type - To prevent loss of subscribers by @aneeshkp in #87
  • Add TLS option to HTTP transport by @vitus133 in #89
  • Revert "Add TLS option to HTTP transport" by @vitus133 in #90
  • update go and sdk-go by @jzding in #91
  • CNF-12093: remove amq by @jzding in #92

New Contributors

Full Changelog: v0.1.0...v1.0.0

Release v0.1.0

21 Jul 01:55
4072da5
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release

Initial release of the cloud native events GO SDK