Skip to content

v.1.12.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 02 Jan 07:52
· 260 commits to main since this release
02ab651

Minor release changes

  • Add RequestID to generate unique ids for each request. The request id is no longer just an incrementing counter. It now includes an extra random element to identify the hummingbird process generating the request. It is also output as hex instead of decimal. PR #326

Other changes

  • Removed unused documentation. Documentation is generated from https://github.com/hummingbird-project/hummingbird-docs.
  • Documentation link now includes hummingbird version, in preparation for future major releases.
  • Set documentation visibility to internal for @_exported symbols from other libraries.