geiger_api 0.7.2 copy "geiger_api: ^0.7.2" to clipboard
geiger_api: ^0.7.2 copied to clipboard

outdated

A Communication API for the GEIGER ecosystem. It provides a unified interface for all plugins to communicate and transfer control between the components of the ecosystem.

0.7.2 Extension Release #

Added:

  • Call to get the list of registered/Authorized plugins.

0.7.1 Bugfix release #

Fixes:

  • The known security bug of StorageEvent leaks

0.7.0 Security features added [BREAKING CHANGES] #

This is a breaking change. Menus are new not just a string but a node containing all internationalizable strings. The MenuRegistrar new takes a whole MenuItem as parameter.

Added:

  • Custom message type CUSTOM_EVENT for plugins to send messages to the UI (or vice versa)
  • Added call authorizePlugin(...)
  • Added ownerEnforcerWrapper to guarantee that plugins get only data destined for them

Fixed:

  • Exceptions stacktraces are now properly deserialized
  • Github issue #9 (Typo error)

Known bugs:

  • example project does not start in the background
  • Storage events may leak unaccessible information when nodes are modified.

0.6.3 Bugfix Release #

Added:

  • Improved example code.

0.6.2 Bugfix Release (Minor breaking changes) #

Minor breaking changes:

  • registerChange listener is new async (BEWARE)
  • activatePlugin now determines the port automatically and specification of the port is no longer required.

Fixes:

  • Github Issue #7 (Get a Storage from an external plugin)
  • Github issue #8 (StorageException:Whoops... error while upgrading database (offending: ALTER TABLE storage_node ADD COLUMN last_modified TEXT CHECK( LENGTH(last_modified) <= 20);)

Known bugs:

  • There seems to be an intermitend issue with external change listeners missing changes
  • example project does not start in the background

0.6.0 External communication release #

This is the first release of the external capabilities. From this point on external communication should work.

0.5.5 #

Fixes:

  • Flutter analyze issues detected by the new flutter framework release
  • Upgrades dependencies

Adds:

  • Many internal things. Mainly prep-work for the EoY release.

0.5.4 #

  • Fixes Github issue #4 (FileSystemException: Cannot open file, path = 'GeigerApi.miCyberrangePlugin.state' (OS Error: Read-only file system, errno = 30)).
  • Extends capabilities and boosts to the most recent localstore
  • Fixes some dependencies (however - All mitigations for getting rid of Flutter in favor of Dart failed)

0.5.3 #

Added support for autodetection of the storage location. Warning: This breaks dart compatibility due to the requirement of path_provider. From here we have 'Flutter only'. Anyone knowing a sensible alternative is warmly welcomed.

0.5.2 #

Added PluginListener to the list of exported APIs.

0.5.1 #

Added support for always traceable replies in the Message class. Required for replication and waiting for related, subsequent messages.

0.5.0 #

  • Initial version (covers only local plugin communication)
6
likes
0
pub points
0%
popularity

Publisher

verified publishercyber-geiger.eu

A Communication API for the GEIGER ecosystem. It provides a unified interface for all plugins to communicate and transfer control between the components of the ecosystem.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

android_intent_plus, collection, flutter, geiger_localstorage, logging, meta, uuid

More

Packages that depend on geiger_api