Releases: Shopify/app_profiler
Releases · Shopify/app_profiler
v0.2.0
What's Changed
- Let setup-ruby action handle bundler by @DazWorrall in #116
- Bump rack from 2.2.8 to 2.2.9 by @dependabot in #117
- Bump nokogiri from 1.15.4 to 1.15.6 by @dependabot in #114
- Make profiler backend modular, add support for vernier profiler by @dalehamel in #101
- Set
.ruby-version
to 3.3.1 by @jenshenny in #119 - Bump app_profiler to 0.2.0 by @dalehamel in #123
New Contributors
- @jenshenny made their first contribution in #119
Full Changelog: v0.1.10...v0.2.0
Version 0.1.10
- Redirect to remote speedscope request profiles automatically (#108)
Version 0.1.9
Version 0.1.3
What's Changed
- Railtie is an optional dependency by @kirs in #63
- Take logger as an arg in
AppProfiler::Server
start method by @bmansoob in #64
Full Changelog: v0.1.2...v0.1.3
Version 0.1.2
What's Changed
- Ensure default profile_url_formatter default url formatter is set during initialization by @kim76 in #54
- Update profile server to respond with a conflict if already profiling by @dalehamel in #57
- Profiler Server imports necessary Active Support core extensions by @bmansoob in #59 and #61
Full Changelog: v0.1.1...v0.1.2
Version 0.1.1
What's Changed
- log link to speedscope during gcs upload by @kim76 in #47
- Implement a simple, "HTTP" server and Rack app to initiate profiling remotely by @dalehamel in #48
New Contributors
Full Changelog: v0.1.0...v0.1.1
Version 0.1.0
What's Changed
- Support stackprof's ignore_gc option by @swalkinshaw in #42
New Contributors
- @swalkinshaw made their first contribution in #42
Full Changelog: v0.0.9...v0.1.0
Version 0.0.9
Changelog:
- Add speedscope remote viewer (#33)
- Properly cast X-Profile-Data to String (#40)
- Allow a trailing slash in the URL (#39)
Full Changelog: v0.0.8...v0.0.9
Version 0.0.8
- Add File Safe Regex to Profile Filename (#30)
- Bump various dependencies