Skip to content

v_1_2_0

Latest
Compare
Choose a tag to compare
@sobomax sobomax released this 30 Jul 00:21
· 5 commits to master since this release

Release Notes for Version 1.2.0

Key Changes

New Features

  • Docker Support:
    • Added dockerized build job. (c68e822)
    • Container pulling instructions added. (5fb99d0)

Enhancements

  • Platform Support:
    • Builds now support all platforms supported by the BASE_IMAGE. (648b518)
    • Added support for Debian 12. (190ff9b)
    • Builds now run on Windows and macOS. (5f644a9, 9f590d0)

Bug Fixes

  • Header Management:
    • Private headers are no longer installed. (1efecd7)
    • Missing g722.h header added. (a635268)
  • Code Quality:
    • Unused imports removed. (59ee08c)
    • Initialized length of numpy array correctly. (c603ab3, Issue: #6)
    • Added simple unit tests for output length checking in encode and decode functions. (e915513)

Miscellaneous

  • DockerHub: Avoid pushing into DockerHub for forked repositories. (64c49ac)

This release includes important updates and improvements to enhance the overall functionality and performance of the system. Users are encouraged to update to this latest version to benefit from these changes.