Skip to content

Releases: qualcomm/fastrpc

v1.0.2

26 Dec 10:32
cff7d44

Choose a tag to compare

RELEASE NOTES

We’re excited to share the latest updates and enhancements to the FastRPC framework. This release introduces significant improvements aimed at boosting functionality, performance, and testing. Below is a detailed overview of the changes.

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 Nov 06:37
bffac3e

Choose a tag to compare

RELEASE NOTES

We’re excited to share the latest updates and enhancements to the FastRPC framework. This release introduces significant improvements aimed at boosting functionality, performance, and testing. Below is a detailed overview of the changes.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.0.01

v1.0.0

10 Sep 11:35
2d1768e

Choose a tag to compare

RELEASE NOTES

We’re excited to share the latest updates and enhancements to the FastRPC framework. This release introduces significant improvements aimed at boosting functionality, performance, and testing. Below is a detailed overview of the changes.

What's Changed

  • Updated design document for apps_mem by @quic-odeore in #208
  • Avoid issue and PR closure by stale-issues workflow by @ekanshibu in #212
  • Fix warning: variable might be uninitialized by @quic-jianpl in #204
  • Remove CR-LF from the rest of the files by @lumag in #222
  • Clean-up: Remove unused Android-specific DSP HAL code by @quic-jianpl in #223
  • rpcmem: Register rpcmem-allocated buffers with fastrpc memory framework by @quic-parihar in #216
  • Have a single source file for all daemons by @quic-jianpl in #209
  • CI: Pre merge verification - Sync, Build and Test. by @quic-mtharu in #205
  • CI: Switch all reusable workflow references to 'development' branch by @quic-mtharu in #233
  • inc: drop AEEStdDef.h from rpcmem.h to fix build by @ekanshibu in #232
  • Add changes to support GPDSPs offloading by @quic-lxu5 in #211
  • test: Update environment handling and README for fastrpc_test by @quic-vkatoch in #194
  • Reduce log verbosity to prevent syslog flooding and improve error visibility by @quic-vkatoch in #189
  • Fix ramdisk unpack and repack logic for fastrpc validation by @quic-mtharu in #238

New Contributors

  • @quic-odeore made their first contribution in #208
  • @quic-jianpl made their first contribution in #204

Full Changelog: v0.1.7...v1.0.0

v0.1.7

01 Aug 17:39
a8a7a5e

Choose a tag to compare

RELEASE NOTES

We are pleased to present the latest updates and enhancements to the FastRPC framework. This release includes minor bug fixes designed to improve functionality and performance. Below is a detailed list of the changes:

What's Changed

  • Install fastrpc headers to installdir by @quic-ekangupt in #163
  • Add sdsprpcd.c file by @quic-ekangupt in #197
  • Make 'make dist' usable by @lumag in #198
  • Massively clean the codebase by @lumag in #203
  • configure.ac: set subdir-objects Automake option by @lumag in #206
  • Add skel libraries with commercial signature by @quic-vkatoch in #184

Full Changelog: v0.1.6...v0.1.7

v0.1.6

17 Jul 09:55
962ab82

Choose a tag to compare

RELEASE NOTES

We are pleased to present the latest updates and enhancements to the FastRPC framework. This release includes minor bug fixes designed to improve functionality and performance. Below is a detailed list of the changes:

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

16 Jul 10:18

Choose a tag to compare

v0.1.5 Pre-release
Pre-release

RELEASE NOTES

We are pleased to present the latest updates and enhancements to the FastRPC framework. This release includes minor bug fixes designed to improve functionality and performance. Below is a detailed list of the changes:

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

15 Jan 05:01

Choose a tag to compare

RELEASE NOTES

We are pleased to present the latest updates and enhancements to the FastRPC framework. This release includes minor bug fixes designed to improve functionality and performance. Below is a detailed list of the changes:

What's Changed

Build Configuration

  • Update GitHub workflow to use ubuntu-22.04 instead of ubuntu-latest. by @quic-mtharu in #130

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

03 Dec 10:00

Choose a tag to compare

RELEASE NOTES

We are pleased to present the latest updates and enhancements to the FastRPC framework. This release includes new features, optimizations, and critical bug fixes designed to improve functionality and performance. Below is a detailed list of the changes:

New Features:

Optimizations:

  • Return correct error code for SSR to clients by @quic-anane in #59
  • Return success for multisession set mode request by @quic-ekangupt in #87
  • Disable excessive error logs for PM QoS by @quic-ekangupt in #88

Build Configuration

  • Add CodeQL analysis workflow for main and development branches by @quic-mtharu in #101
  • Prevent pull request to main by @quic-ekangupt in #84

Quality Improvements & Bug Fixes

  • Handle session close properly by @quic-ekangupt in #115
  • Fix dspqueue_write_noblock race by @quic-anane in #108
  • Fix fallback to non domains call by @quic-ekangupt in #117
  • Fix Code Scanning Errors by @quic-mtharu in #103
  • Fix for code and command injection vulnerabilities in GitHub workflows by @quic-mtharu in #95
  • Fix: Add missing definition for get_device_fd by @quic-ekangupt in #122

New Contributors

Full Changelog: v0.1.1...v0.1.3

v0.1.2

03 Dec 09:42

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

RELEASE NOTES

We are pleased to present the latest updates and enhancements to the FastRPC framework This release includes new features, optimizations, and critical bug fixes aimed at improving functionality and performance. Below is a detailed list of the anticipated changes:

New Features:

  • Use macros to manage any domain id and effective domain id related operations by @thyagarajanqc in #102
  • Version fastrpc shared libraries by @quic-ekangupt in #116
  • Add tid for rpc invoke timer by @quic-anane in #107
  • Implement fallback mechanism for non-domain remote calls by @quic-kartsana in #96

Optimizations:

  • Return correct error code for SSR to clients by @quic-anane in #59
  • Return success for multisession set mode request by @quic-ekangupt in #87
  • Disable excessive error logs for PM QoS by @quic-ekangupt in #88

Build Configuration

  • Add CodeQL analysis workflow for main and development branches by @quic-mtharu in #101
  • Prevent pull request to main by @quic-ekangupt in #84

Quality Improvements & Bug Fixes

  • Handle session close properly by @quic-ekangupt in #115
  • Fix dspqueue_write_noblock race by @quic-anane in #108
  • Fix fallback to non domains call by @quic-ekangupt in #117
  • Fix Code Scanning Errors by @quic-mtharu in #103
  • Fix for code and command injection vulnerabilities in GitHub workflows by @quic-mtharu in #95

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

15 Oct 04:56

Choose a tag to compare

RELEASE NOTES

Additions

  • Add changes to support CDSP1 offloading by @quic-lxu5 in #58
  • Handling fallback to non domain static handle calls by @quic-parihar in #65
  • Add /usr/lib/dsp to DSP search path by @quic-ekangupt in #80

Documentation

  • Update gitcompile permissions and readme file by @quic-ekangupt in #69

Quality Improvements & Bug Fixes

  • Fix root pd and static pd daemon connection by @quic-kartsana in #75
  • Fix daemon wait logic for cdsp1 by @quic-ekangupt in #77

New Contributors

Full Changelog: v0.1.0...v0.1.1