Skip to content

Releases: aregtech/areg-sdk

Makefile enabled build.

11 Feb 17:38
8996cea
Compare
Choose a tag to compare
Pre-release

Since building AREG SDK with Makefile is getting more difficult and it takes more time, the decision is done to at least temporary to disable the build with make tool. If anyone would like to continue to support build with make, please feel free to continue and integrate:

  • fetching googletest to the build instead of using submodules (see issue #194)
  • integrate automatic code generator in the build process (see issue #175)
    In next versions only builds with cmake and msbuild (MSVC) are supported.

Release 1.5.0

15 Jun 09:26
Compare
Choose a tag to compare

##Headlines

New Features:

  • Build with CMake
  • Compilation with CYGWIN
  • Compilation with VSCode
  • Service Watchdog
  • AREG extended objects
  • GTest integration for unit tests
  • More examples

Bug fixes

  • Application crash on exit (#96)
  • Unexpected update notifications (#107)

AREG SDK v.1.0.0

11 Nov 21:10
4fbc2f2
Compare
Choose a tag to compare

The official release v1.0.0 to create interface-centric multithreading and multiprocessing distributed services running on connected Things.

AREG SDK v.0.9.2-beta-stable

21 Oct 07:13
Compare
Choose a tag to compare

Release candidate. Stable version of AREG SDK. Contains updated documentation.

AREG SDK v.0.9.0-alpha

20 Oct 12:39
cb37f5f
Compare
Choose a tag to compare

Date: 20 October 2021

The first version of areg sdk -- asynchronous engine, which focus is to become the top mist-computing application development platform for embedded and high-end systems.

Implemented features in version 0.9.0-alpha

  • Basic framework.
  • Service manager.
  • Timer service.
  • Request-response and publish-subscribe services.
  • Service provider and service user.
  • Logging / tracing.
  • TCP/IP communication manager.
  • Multiprocessing and multithreading automated messaging.
  • Multicast router (MCR);
  • Code-generator.

v0.5.0

03 Oct 23:11
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Pre-release version before start to migrate to C++17