Skip to content

0.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jan 01:26
· 624 commits to main since this release
c659d0b

Bug Fixes

Documentation

Code Refactoring

Chores

Commits

  • cfg: separate timer implementations (Abid Omar)
  • timer: empty implementation for epoll/kqueue (Abid Omar)
  • timer: initial epoll/timerfd implementation #1 (Abid Omar)
  • wrapper: add wrapper functions for libc #1 (Abid Omar)
  • timer: wrap return for initialize function #1 (Abid Omar)
  • timer: kqueue timer implementation #3 (Abid Omar)
  • session: implementation for SessionManager #4 (Abid Omar)
  • session: kill SessionManager on Agent drop #4 (Abid Omar)
  • logging: initial logging implementation #4 (Abid Omar)
  • examples: add with-logger example #4 (Abid Omar)
  • all: add preliminary tests #5 (Abid Omar)
  • error: add source and default to PyroscopeError #6 (Abid Omar)
  • [6feba17]: Merge branch 'pyroscope-io:main' into main (Abid Omar) #6
  • examples: add error example #6 (Abid Omar)
  • error: log errors instead of panic #7 (Abid Omar)