Releases: arrowhead-f/core-java
Arrowhead Framework 4.1.3-SNAPSHOT.2
This is a development release for testing a binary release of the client-library. You should most likely NOT use this release. Please consider the more stable 4.1.2 release below instead.
Arrowhead Framework 4.1.3-SNAPSHOT
This is a development release for testing a binary release of the client-library. You should most likely NOT use this release. Please consider the more stable 4.1.2 release below instead.
Arrowhead Framework 4.1.2
Download the core systems as Debian packages, either individually or combined in a tar.bz2 or zip package. Md5sums:
1511918265d7b1120b1e43098ae4e035 arrowhead-eventhandler_4.1.2.deb
5af1855bc9dfab8b542fa7059e26bbaf arrowhead-gatekeeper_4.1.2.deb
beeabe1b860050b9b8cc89ee1ac18d21 arrowhead-orchestrator_4.1.2.deb
5f6fec4d06727c7f3bcc0b964d611b55 arrowhead-serviceregistry-sql_4.1.2.deb
e69d153e0ab33a2a30c01e230d7e28d6 arrowhead-gateway_4.1.2.deb
5dc4ffab48b82fb870b69c62adb68ba4 arrowhead-authorization_4.1.2.deb
d3c620a8c441fdfcdb115af4ce434cc7 arrowhead-core-common_4.1.2.deb
Arrowhead Framework 4.1.0
See the changelog for the main changes since 4.0.
The Certificate Authority, Device Registry and System Registry were removed from the final release, as these are still in beta status.
Arrowhead Framework 4.1.0-rc1 Debian Packages
Updated Debian Package release with the new features of the develop branch code.
See the installation guide here.
See the debconf guide here.
This package contains the following core systems:
- Authorization
- Certificate Authority
- Event Handler
- Gatekeeper
- Gateway
- Orchestrator
- Service Registry
November 19th update: Contains the fix in a2174ba
Raspberry Pi 3B 4GB SD card image containing all released 4.0 core systems
See the attached quickstart presentation for further information.
Raspberry Pi 3B image as an Arrowhead Inter-Cloud Relay
This is a Raspberry Pi 3B 4GB SD card image that contains a RabbitMQ broker configured to operate as an Arrowhead Relay.
Arrowhead Framework 4.0 Debian Packages
Installing the Arrowhead Framework with debian packages is now possible on any Debian based Linux system, see https://github.com/arrowhead-f/core-java/blob/feature/debian/README.md for details.
Arrowhead Framework 4.0
Here are the biggest changes and new features in this release, since version G3.2 M3:
-
Event Handler Core System implementation with a matching Subscriber and Publisher client implementation as well
-
C++ Provider and Consumer client implementation
-
TimeToLive feature: Service offerings now can be registered with a "timeout" into the Service Registry.
If the timeout is up, the Provider no longer guarantees the Service offering, and the Service Registry
can delete the entry from the database. -
New Orchestration Store interface with 4 different query methods
-
Property files are reworked to be more simple, with better default values, and to provide more configuring options
-
Core Systems now give a list of missing fields, when a REST request is missing mandatory information
-
Improved the database connection with a connection pool manager
-
JSON serializer library replaced with a new, more powerful and configurable one
-
Orchestrator now filters results based on Service interfaces