Skip to main content

· One min read
Martin Karkowski
ZeMA gGmbH

Today we have release our new version with the following changes:

  • Modifications:

    • NopeRpcManager:

      • listens on bonjour-messages

      • Braking Change:

        RPC - Manager: registerService is now async! (see INopeInstanceManager as well)

    • NopeInstanceManager:

      • listens on bonjour-messages
    • getDispatcher:

      • The method uses a logger now. It will render the errors.
  • Fixes:

    • NopeInstanceManager:
      • fixing instanceExists
      • registerInstance now emits the instances
    • PubSubSystemBase:
      • fixed the internal matching structure
      • fixed updateMatching
      • fided _notify: The dataQuery only considers the events that have been published during notification!
    • templates:
      • Fixing Typescript-Templates (still had some old 'nope' references)
    • fixed tpyos in 00-start.md
  • New Features:

    • NopeInstanceManager and INopeInstanceManager:
      • Added method generateWrapper. That allows to create Wrappers for static added instances (via. registerInstance)
    • helpers.comparePatternAndPath:
      • Fixing issues during path comparing!
    • Tutorials (juypter-notebooks) for
      • dataDistributor
      • rpcManager
      • InstanceManagers
      • Plugins
      • eventDistributor

Update your version on npm.js

· One min read
Martin Karkowski
ZeMA gGmbH

Today we have release our new version with the following changes:

  • Modifications:

    • removing getLinkedDispatcher this functionality is now added in the default getDispatcher method.

    • Changing the templates for the public release. This contains some small fixes to run with the public version

    • Braking Change:

      RPC - Manager raises an Error if a service already has been added.

  • Fixes:

    • fixing nope-js interact. executing service works correct now.
      • adding the possibility to execute base services
    • fixing templates of nope-js project
  • New Features:

    • The RpcManager now has the function isProviding to test, whether a service has been provided by that RpcManager