Skip to content

Releases: Shopify/app_profiler

v0.2.0

18 Jun 14:15
c550604
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.10...v0.2.0

Version 0.1.10

13 Dec 23:06
9eb5413
Compare
Choose a tag to compare
  • Redirect to remote speedscope request profiles automatically (#108)

Version 0.1.9

07 Dec 23:15
8f2c4fd
Compare
Choose a tag to compare
  • Bug fix: use HTML5 sanitizer when available so Speedscope remote viewer doesn't bail on big payloads (#102)
  • Bug fix: view profiles in test mode by default (#105)

Version 0.1.3

23 Sep 15:14
1d8c8ab
Compare
Choose a tag to compare

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

01 Sep 15:37
b8148d7
Compare
Choose a tag to compare

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

16 Jun 13:21
d1a3833
Compare
Choose a tag to compare

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

  • @kim76 made their first contribution in #47

Full Changelog: v0.1.0...v0.1.1

Version 0.1.0

26 Apr 14:11
0a3d1e7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.1.0

Version 0.0.9

18 Apr 21:11
Compare
Choose a tag to compare

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

09 Jun 16:10
78cb8b5
Compare
Choose a tag to compare
  • Add File Safe Regex to Profile Filename (#30)
  • Bump various dependencies

Version 0.0.7

19 Feb 22:51
Compare
Choose a tag to compare

Changelog:

  • Add default logger for non-rails contexts (#21).
  • Fix redundant yarn adds when viewing profiles (#20).
  • Add AppProfiler.start and AppProfiler.stop (#19).