Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Releases: mtconnect/cppagent_dev

Version 2.0.0.12 Release Candidate 21

18 Oct 18:46
51b0aba

Choose a tag to compare

Pre-release

What's Changed

  • fixed issues when only Device.xml file changes

Version 2.0.0.12 Release Candidate 20

17 Oct 22:18

Choose a tag to compare

Pre-release

What's Changed

  • Fix agent adapter with multiple sources by @wsobel in #218
  • forward client-cert and private-key options to mqtt_cpp by @jaxer in #219
  • Dockerfiles - add build_tests option by @bburns in #220

New Contributors

Full Changelog: v2.0.0.12_RC19...v2.0.0.12_RC20

Version 2.0.0.12 Release Candidate 19

09 Oct 05:02

Choose a tag to compare

Pre-release
  • Added DisableAgentDevice configuration option to suppress the creation of the agent device
  • Retry name resolution when DNS names do not resolve
  • Fixed mruby onigma regex build on win32
  • mruby can now modify mqtt topics
  • Fixed some mqtt issues and cleaned up logging

Version 2.0.0.12 Release Candidate 18

25 Aug 01:17

Choose a tag to compare

Pre-release
  • Fixed some conditions related to the monitoring of configuration files
  • Limit reconnect interval to 1/2 second
  • Updated demo to include Okuma machine
  • MQTT initial version (requires locally running server)

to test (assuming server running on localhost 1883):

Sinks {
  MqttService {
  }
}

use MqttHost if the server is running somewhere else.

Version 2.0.0.12 Release Candidate 17

19 Aug 18:58
32eaa53

Choose a tag to compare

Pre-release
  • Fixed warm start issues when configuration files change

Version 2.0.0.11 Release Candidate 16

03 Aug 19:56

Choose a tag to compare

Pre-release

This release has the following additional features:

  • JSON printing with the new Version 2 style.
    • See issue #2807 on the MTConnect projects site.
  • Restored file monitoring.
    • Restarts agent with warm start if the config file changes
    • If the Device.xml file changes, it will merge the new changes with the old Device model

These features are experimental and need testing.

Release 2.0.0.1 Release Candidate 15

28 Apr 20:49

Choose a tag to compare

Pre-release
  • Embedded M Ruby Interpreter
    • Provides support for transformations that can be inserted into the pipelines
    • Can create entities and observations
    • There are versions with and without the Ruby Interpreter
    • See: https://mruby.org
  • Agent Adapter
    • Replicates data from one agent to another
    • Supports both HTTP and HTTPS connections
    • Collects observations and assets from upstream agent and replicates to local agent
  • Twin demo js has been added to the release
    • See demo directory
  • Period filter changes
  • Many other small changes and fixes

Version 2.0.0.1 Release Candidate 14

15 Dec 02:46
88d061f

Choose a tag to compare

Pre-release
  • Fixed recovery when SHDR value fails to validate
  • Optimized adapter reader

Version 2.0.0.1 Release Candidate 13

29 Oct 16:37
3f7be70

Choose a tag to compare

Pre-release
  • Suppress the addition of namespace attributes if the alias already exists in the root element.
  • Forward logger reference for use by plugins. Uses agent logger.

Version 2.0.0.1 Release Candidate 11

27 Oct 19:12
57ce192

Choose a tag to compare

Pre-release
  • Fixes issue# 162 to support extended elements and namespace references in XML