Skip to content

Commit fefedd0

Browse files
committed
Release 0.4
Notable changes: * Add support for linking with system libraries. * quark_queue_get_events removed in favor of quark_queue_get_event. * TCP socket lifecycle events, experimental. * No more snapshots as events, see CHANGES. * DNS request/reply events, experimental. * Support fentry probes in addition to kprobes. * QQ_BYPASS allows fetching events from the EBPF ring buffer, no processing involved. * Support for musl, because they're awesome. * Add file probes, only available in QQ_BYPASS for now. * Removed path limitation, it now respects MAXPATHLEN. * Add the -1 option to quark-test so it doesn't for for tests. * Add cgroups to process events.
1 parent 55c371f commit fefedd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quark.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define _QUARK_H_
66

77
/* Version is shared between library and utilities */
8-
#define QUARK_VERSION "0.4a"
8+
#define QUARK_VERSION "0.4"
99

1010
/* Misc types */
1111
#include <sys/socket.h>

0 commit comments

Comments
 (0)