|
| 1 | +## <small>0.0.29 (2021-04-06)</small> |
| 2 | + |
| 3 | +* Add node_modules, git folders to dockerignore ([306c5c4](https://github.com/pyroscope-io/pyroscope/commit/306c5c4)) |
| 4 | +* add parser type for ParseKey switch case ([f74af6f](https://github.com/pyroscope-io/pyroscope/commit/f74af6f)) |
| 5 | +* add strings.Builder.WriteString() method to whitelist in revive.toml ([c9da6d8](https://github.com/pyroscope-io/pyroscope/commit/c9da6d8)) |
| 6 | +* add tests for metadata serialization ([8e27013](https://github.com/pyroscope-io/pyroscope/commit/8e27013)) |
| 7 | +* Addressing #28 added some randomized tests ([8a7134c](https://github.com/pyroscope-io/pyroscope/commit/8a7134c)), closes [#28](https://github.com/pyroscope-io/pyroscope/issues/28) |
| 8 | +* adds a github action to update contributors automatically (#128) ([a686fe7](https://github.com/pyroscope-io/pyroscope/commit/a686fe7)), closes [#128](https://github.com/pyroscope-io/pyroscope/issues/128) |
| 9 | +* adds a lint rule for byte arrays ([b41c36e](https://github.com/pyroscope-io/pyroscope/commit/b41c36e)) |
| 10 | +* adds a very basic cli test ([187788e](https://github.com/pyroscope-io/pyroscope/commit/187788e)) |
| 11 | +* adds ability to specify user in pyroscope exec ([2bda8b1](https://github.com/pyroscope-io/pyroscope/commit/2bda8b1)) |
| 12 | +* adds basic tests for upstream/remote ([9bf67c6](https://github.com/pyroscope-io/pyroscope/commit/9bf67c6)) |
| 13 | +* adds cache tests ([fb42525](https://github.com/pyroscope-io/pyroscope/commit/fb42525)) |
| 14 | +* adds dictionary serialization tests ([98d0f59](https://github.com/pyroscope-io/pyroscope/commit/98d0f59)) |
| 15 | +* Adds ginkgo bootstrap files to all packages we should test (#126) ([f399f08](https://github.com/pyroscope-io/pyroscope/commit/f399f08)), closes [#126](https://github.com/pyroscope-io/pyroscope/issues/126) |
| 16 | +* Adds Go Report to README ([a94aca3](https://github.com/pyroscope-io/pyroscope/commit/a94aca3)) |
| 17 | +* adds go tests ([886479a](https://github.com/pyroscope-io/pyroscope/commit/886479a)) |
| 18 | +* adds profiling data parser tests ([c4d60fd](https://github.com/pyroscope-io/pyroscope/commit/c4d60fd)) |
| 19 | +* adds smoke tests to storage ([466cd8b](https://github.com/pyroscope-io/pyroscope/commit/466cd8b)) |
| 20 | +* adds tests for agent/session.go ([0586d24](https://github.com/pyroscope-io/pyroscope/commit/0586d24)) |
| 21 | +* adds tests for attime ([bd69e65](https://github.com/pyroscope-io/pyroscope/commit/bd69e65)) |
| 22 | +* adds tests for storage/segment/timeline.go ([2bd256b](https://github.com/pyroscope-io/pyroscope/commit/2bd256b)) |
| 23 | +* adds tests for storage/tree ([bccbf93](https://github.com/pyroscope-io/pyroscope/commit/bccbf93)) |
| 24 | +* Allow enabling Badger's truncate option (#148) ([73e68a3](https://github.com/pyroscope-io/pyroscope/commit/73e68a3)), closes [#148](https://github.com/pyroscope-io/pyroscope/issues/148) |
| 25 | +* better names ([4209607](https://github.com/pyroscope-io/pyroscope/commit/4209607)) |
| 26 | +* break down ParseKey's nested switch statement into separate function calls ([a586929](https://github.com/pyroscope-io/pyroscope/commit/a586929)) |
| 27 | +* bug fix ([cf12eec](https://github.com/pyroscope-io/pyroscope/commit/cf12eec)) |
| 28 | +* bug fix ([571df5d](https://github.com/pyroscope-io/pyroscope/commit/571df5d)) |
| 29 | +* changes badger-log-truncate to be on by default as discussed in #148 ([dc2a22c](https://github.com/pyroscope-io/pyroscope/commit/dc2a22c)), closes [#148](https://github.com/pyroscope-io/pyroscope/issues/148) |
| 30 | +* Controller Improvements (#144) ([ad4ad80](https://github.com/pyroscope-io/pyroscope/commit/ad4ad80)), closes [#144](https://github.com/pyroscope-io/pyroscope/issues/144) |
| 31 | +* exec tests ([a888823](https://github.com/pyroscope-io/pyroscope/commit/a888823)) |
| 32 | +* Export flamegraph and table to pdf/png (#143) ([7782248](https://github.com/pyroscope-io/pyroscope/commit/7782248)), closes [#143](https://github.com/pyroscope-io/pyroscope/issues/143) |
| 33 | +* Fix Python3 Indentation - Following PEP8 style (#138) ([bd13663](https://github.com/pyroscope-io/pyroscope/commit/bd13663)), closes [#138](https://github.com/pyroscope-io/pyroscope/issues/138) |
| 34 | +* Fix some Revive lint warnings (#145) ([d7ccae6](https://github.com/pyroscope-io/pyroscope/commit/d7ccae6)), closes [#145](https://github.com/pyroscope-io/pyroscope/issues/145) |
| 35 | +* Fix typo in README (#124) ([f956810](https://github.com/pyroscope-io/pyroscope/commit/f956810)), closes [#124](https://github.com/pyroscope-io/pyroscope/issues/124) |
| 36 | +* Fix typo in storage-design.md ([3638a0c](https://github.com/pyroscope-io/pyroscope/commit/3638a0c)) |
| 37 | +* fixes typos ([e1c6cad](https://github.com/pyroscope-io/pyroscope/commit/e1c6cad)) |
| 38 | +* improves test reliability ([c38e151](https://github.com/pyroscope-io/pyroscope/commit/c38e151)) |
| 39 | +* makes docker builds more resilient ([98284f7](https://github.com/pyroscope-io/pyroscope/commit/98284f7)) |
| 40 | +* refactors config initialization in tests ([988514d](https://github.com/pyroscope-io/pyroscope/commit/988514d)) |
| 41 | +* remove broken upload command ([58e292f](https://github.com/pyroscope-io/pyroscope/commit/58e292f)) |
| 42 | +* Small improvements to Dockerfile ([b3aaa29](https://github.com/pyroscope-io/pyroscope/commit/b3aaa29)) |
| 43 | +* splits test workflows ([4ddcfab](https://github.com/pyroscope-io/pyroscope/commit/4ddcfab)) |
| 44 | +* tests for analytics service ([94004d0](https://github.com/pyroscope-io/pyroscope/commit/94004d0)) |
| 45 | +* Typo fix ([d173be8](https://github.com/pyroscope-io/pyroscope/commit/d173be8)) |
| 46 | +* Update README.ch.md ([4c4dc1c](https://github.com/pyroscope-io/pyroscope/commit/4c4dc1c)) |
| 47 | +* Update README.md ([3aee8df](https://github.com/pyroscope-io/pyroscope/commit/3aee8df)) |
| 48 | +* Update README.md ([82fb22d](https://github.com/pyroscope-io/pyroscope/commit/82fb22d)) |
| 49 | +* Update storage-design.md (#135) ([3cd6242](https://github.com/pyroscope-io/pyroscope/commit/3cd6242)), closes [#135](https://github.com/pyroscope-io/pyroscope/issues/135) |
| 50 | +* updates badges on README page ([f8105fd](https://github.com/pyroscope-io/pyroscope/commit/f8105fd)) |
| 51 | +* Updates the list of contributors in README ([04bc145](https://github.com/pyroscope-io/pyroscope/commit/04bc145)) |
| 52 | +* Updates the list of contributors in README ([2673c71](https://github.com/pyroscope-io/pyroscope/commit/2673c71)) |
| 53 | +* Updates the list of contributors in README ([d477532](https://github.com/pyroscope-io/pyroscope/commit/d477532)) |
| 54 | +* Updates the list of contributors in README ([f29ddd6](https://github.com/pyroscope-io/pyroscope/commit/f29ddd6)) |
| 55 | +* Updates the list of contributors in README ([646c0b1](https://github.com/pyroscope-io/pyroscope/commit/646c0b1)) |
| 56 | +* Updates the list of contributors in README ([a17ecbc](https://github.com/pyroscope-io/pyroscope/commit/a17ecbc)) |
| 57 | +* Updates the list of contributors in README ([a08c100](https://github.com/pyroscope-io/pyroscope/commit/a08c100)) |
| 58 | +* Updates the list of contributors in README ([48924e9](https://github.com/pyroscope-io/pyroscope/commit/48924e9)) |
| 59 | +* Updates the list of contributors in README ([8fe0a91](https://github.com/pyroscope-io/pyroscope/commit/8fe0a91)) |
| 60 | +* version 0.0.28 ([1fc03bb](https://github.com/pyroscope-io/pyroscope/commit/1fc03bb)) |
| 61 | +* wrap the strings.Builder WriteString calls in a separate function to handle error check ([66b1bb3](https://github.com/pyroscope-io/pyroscope/commit/66b1bb3)) |
| 62 | +* pyspy: defaults to non-blocking mode, adds an option to enable blocking mode ([0035a99](https://github.com/pyroscope-io/pyroscope/commit/0035a99)) |
| 63 | +* chore(style): update go format style. (#129) ([a7b15ca](https://github.com/pyroscope-io/pyroscope/commit/a7b15ca)), closes [#129](https://github.com/pyroscope-io/pyroscope/issues/129) |
| 64 | + |
| 65 | + |
| 66 | + |
1 | 67 | ## <small>0.0.28 (2021-03-11)</small>
|
2 | 68 |
|
3 | 69 | * adds a mutex to hyperloglog library, addresses #112 ([66ad877](https://github.com/pyroscope-io/pyroscope/commit/66ad877)), closes [#112](https://github.com/pyroscope-io/pyroscope/issues/112)
|
|
0 commit comments