Skip to content

Changelog

The Changelog tracks updates made in each new version of Plaid

V2

2.5.0

  • Add event modification number to json (#417)
  • Support oneshot report w/duration, reportbackDuration of 0 (#411)
  • Support oneshot metadata report

2.4.0

  • Support large messages over http api (#414)
  • Support curl proxy settings (#415)

2.3.0

  • Add adhoc reports functionality (#285)

2.2.0

  • Implement RampUp event callback (#401)
  • Report upload (#205)
  • Limit max retry to 10M
  • Drop reports that throw non retry error
  • Valgrind uninitialized value (#404)

2.1.0

  • Force custom report metadata name to start with x- (#396)

2.0.0

  • Rename to plaid (#\262)
  • Implement messaging w/json schema and quicktype serialization/deserialization
  • Implement quicktype mesaging and config (#287)
  • Implement reports (#330)
  • Implement events (#335)
  • Allow multiple reports and custom report parameters (#364)
  • Expose curl SSL parameters to plugin (#\348)
  • Use raw plugin for pointer for Windows compatibility (#318)
  • New command line options (#389)
  • Generate sample messages with --samples
  • Print version and exit with --version
  • Custom auth (#\385)
  • Add http headers through config option
  • Add key/value array to config for passing custom parameters to the plugin
  • Expose curl http auth to plugin and oadr communication
  • Add tags to message logging for filtering (#\374)
  • Retry non-200 http codes in plugin (#\358)
  • Combine plaid and plugin config 209-config-refactor'
  • Refactor build (#\312)
  • Combine Linux and Windows cmake files
  • Build a single executable in release (no shared libs)

V1

Documentation for Plaid v1 has been moved to plaid-docs-v1.gridfabric.io

1.3.0

  • Refactor event randomization and remove config flag for disabling feature (#317)

1.2.0

  • Init curl timeouts in constructor (#273)
  • Curl init/cleanup w/mutex (#307)
  • Cleanup plugin pointer (#305)
  • Expose optional CA file configuration for Windows (#302)
  • Pass event list to OnDistributeEventStart callback (#282)
  • Refactor OnEiResposne, OnStatus callbacks (#303)
    • Add EiResponse object to OnEiResponse callback
    • Rename OnStatus -> OnHeartbeat
  • Instrument plugin calls (#298)
  • Use lambdas in all venmgr calls that return data (#297)
  • Consolidate data in event callback messages (#243)
  • Add 5 minutes to the expiration data poster messages that are expired (#269)
  • Add resourceIds to default plugin (#265)
  • Add targets to OnEvent{ Complete|Cancel|Archive } (#243)
  • Add ResourceIds to event messages (#265)
  • Remove INovaNotifier and use INotifierPlugin directly (#291)

1.1.0-0

  • Add first pass at docker files
  • Update xerces in deps to 3.2.2 for alpine build
  • Update ASIO to v1.13
  • Remove body validation in sample plugin
  • Add instanceId to sample plugin config
  • Add venID, vtnID, and instanceID to all plugin messages
  • Fixed spelling on HTTP API
  • Move plugin API header to oadrapi

1.0.4-1

Updates to plugin

  • Added instanceId, venId, vtnId to all messages
  • instanceId is configured in the plugin config, the other ids come from registration
  • Change key notifierEventType to notifierMessageType
  • Precede all message types with On

1.0.4-0

  • Use upload queue for report uploads so there's a single report upload job
  • Add registration callbacks OnRegister, OnCancelRegistration, OnRequestReregistration
  • Refactor OnArchive event
  • Add communication status to status API
  • Add isRandomized helper to Event object interface
  • Consolidate report callbacks
  • Refactor retry error handling logic: Only JobRetryExceptions will cause a scheduler job to execute again
  • Expose Emix units
  • Expose Baseline
  • Bugfixes
  • Unschedule invalid modified event
  • Fix persistIDs implementation
  • Fixed gaps missed in test harness testing
  • Validate VEN ID in create report
  • Return OadrResponse after receiving a Reregistration request via poll
  • Return 4xx in CanceledReport if any of the request IDs are invalid

1.0.3-6

  • Use Xerces macro to pull in version

1.0.3-5

  • Send oadrResponse after receiving RequestReregistration message
  • Validate VEN ID in CreateReport message

1.0.3-4

  • Refactor job retry logic

1.0.3-3

  • Parse +/- preceding duration string

1.0.3-2

  • Fixed interval start time calculation in sample plugin

1.0.3-1

  • Fixed a few compliance issues

1.0.3

  • Windows build updates
  • Compliance testing bug fixes
  • Two event tests fail in 1.0.2 - users must upgrade to 1.0.3
  • Convert http keys in headers to lowercase

1.0.2

  • Retry failures from plugin
  • Upgrade SPD logger to v1.3.1
  • Add log flushing. Expose config parameter to flush the log an a specified interval
  • Added CA certificates for test and production
  • Added OpenADR response code and message to the HTTP API functions which communicate to the VTN
  • Schedule/Unschedule event callbacks on opt in/out
  • Override config file options from the command line
  • Implement max log size and log rotation. Expose parameters in the config
  • Implement last report date tracking in the sample plugin. If the OnGeneratePeriodicReport function throws an error, the function will be retried at the retry interval, and will use the last report date as a starting point for collecting data.
  • Implement curl rewind. This fixes occasional errors that occur when the remote has closed the socket but curl has not yet detected the socket is closed.

1.0.1

  • Windows support

1.0.0

  • Populate optional UID field in Interval object
  • Expose ReadingType in EiSpecifierPayload
  • Handle report generation when no intervals are added to report
  • Wait for thread pool threads to exit before shutting down
  • Use async IO to execute on a single thread
  • Updated Event callbacks (see nova/deps/plugin/pluginapi/notifier/INovaNotifierPlugin.h)
  • EventFailedValidation callback: notifies plugin when an event is rejected
  • ValidateEvent callback: let's plugin accept or reject an event
  • Compliance test aganist the 1.1.2 Quality Logic test harness
  • Report generation API improvements
  • Wrap OpenADR objects passed to plugin in interfaces
  • Add retries to sample plugin
  • Pass logger to plugin
  • Pass exceptions to plugin
  • Pass sent and received XML messages to plugin
  • Single threaded with ASIO

0.9.7-4

  • Add signal matcher to config

0.9.7-3

  • Add report generation helper to sample plugin

0.9.7-3

  • Add http code and message to receive message callback
  • Expose connect and request timeouts

0.9.7-2

  • Reregister on 452/463 errors
  • Added persistIds flag: if set, reuses the registration ID and VEN ID supplied by the VTN during registration, and persists the IDs in the config file
  • Add OnRegister callback, called when the VEN successfully registers
  • Add dtsart to startEvent callback

0.9.7-1

  • Allow 0 duration report intervals to be scheduled
  • Fix memory management issues in EventManager and ReportManager

0.9.7

  • Allow regular expressions for market context matching
  • Add complete event callbacks for active events that are canceled

0.9.6

  • Add content type header option to HttCurl constructor
  • Schedule event callbacks to allow forEach to be called from more callbacks
  • Change event callbacks to use full event duration, not remainingDuration
  • Use TLS strings (instead of integers) in config file

0.9.5

  • Opt out per resource in callbacks
  • Enable or disable status callback and set the callback interval from the config
  • Status Functon calls go to the plugin OnStatus callback
  • Enable or disable event randomization from the config. If disabled, the external system is responsible for adhering to the randomization set in the event.
  • Event visitor function added to the IVenManager API. IVenManager exposed to plugins
  • Messages received on HTTP API that match a plugin supplied namespace are forwarded to the plugin function OnRegisteredMessage.

0.9.4

  • Initial Release