diff --git a/CHANGELOG.md b/CHANGELOG.md index ddbc2a0..09a9eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/Shopify/app_profiler +## [0.0.9] - 2022-03-02 + +- Add speedscope remote viewer (#33) +- Properly cast X-Profile-Data to String (#40) +- Allow a trailing slah in the URL (#39) + ## [0.0.8] - 2021-06-09 - Add File Safe Regex to Profile Filename (#30) diff --git a/Gemfile.lock b/Gemfile.lock index ed87e37..11b61a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - app_profiler (0.0.8) + app_profiler (0.0.9) activesupport (>= 5.2) rack railties (>= 5.2) @@ -10,20 +10,20 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.2.4.3) - actionview (= 5.2.4.3) - activesupport (= 5.2.4.3) + actionpack (5.2.6.2) + actionview (= 5.2.6.2) + activesupport (= 5.2.6.2) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.4.3) - activesupport (= 5.2.4.3) + actionview (5.2.6.2) + activesupport (= 5.2.6.2) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activesupport (5.2.4.3) + activesupport (5.2.6.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -32,121 +32,150 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) builder (3.2.4) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.9) crass (1.0.6) - declarative (0.0.10) - declarative-option (0.1.0) - digest-crc (0.5.1) - erubi (1.9.0) - faraday (1.0.1) + declarative (0.0.20) + digest-crc (0.6.4) + rake (>= 12.0.0, < 14.0.0) + erubi (1.10.0) + faraday (1.10.0) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.3) multipart-post (>= 1.2, < 3) - google-api-client (0.39.5) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) + google-apis-core (0.4.2) addressable (~> 2.5, >= 2.5.1) - googleauth (~> 0.9) - httpclient (>= 2.8.1, < 3.0) + googleauth (>= 0.16.2, < 2.a) + httpclient (>= 2.8.1, < 3.a) mini_mime (~> 1.0) representable (~> 3.0) - retriable (>= 2.0, < 4.0) - signet (~> 0.12) - google-cloud-core (1.5.0) + retriable (>= 2.0, < 4.a) + rexml + webrick + google-apis-iamcredentials_v1 (0.10.0) + google-apis-core (>= 0.4, < 2.a) + google-apis-storage_v1 (0.11.0) + google-apis-core (>= 0.4, < 2.a) + google-cloud-core (1.6.0) google-cloud-env (~> 1.0) google-cloud-errors (~> 1.0) - google-cloud-env (1.3.1) + google-cloud-env (1.5.0) faraday (>= 0.17.3, < 2.0) - google-cloud-errors (1.0.0) - google-cloud-storage (1.26.1) - addressable (~> 2.5) + google-cloud-errors (1.2.0) + google-cloud-storage (1.36.1) + addressable (~> 2.8) digest-crc (~> 0.4) - google-api-client (~> 0.33) - google-cloud-core (~> 1.2) - googleauth (~> 0.9) + google-apis-iamcredentials_v1 (~> 0.1) + google-apis-storage_v1 (~> 0.1) + google-cloud-core (~> 1.6) + googleauth (>= 0.16.2, < 2.a) mini_mime (~> 1.0) - googleauth (0.12.0) - faraday (>= 0.17.3, < 2.0) + googleauth (1.1.2) + faraday (>= 0.17.3, < 3.a) jwt (>= 1.4, < 3.0) memoist (~> 0.16) multi_json (~> 1.11) os (>= 0.9, < 2.0) - signet (~> 0.14) + signet (>= 0.16, < 2.a) httpclient (2.8.3) - i18n (1.8.2) + i18n (1.10.0) concurrent-ruby (~> 1.0) - jwt (2.2.1) - loofah (2.5.0) + jwt (2.3.0) + loofah (2.14.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) memoist (0.16.2) method_source (1.0.0) - mini_mime (1.0.2) - mini_portile2 (2.6.1) - minitest (5.14.1) + mini_mime (1.1.2) + minitest (5.15.0) minitest-stub-const (0.6) - mocha (1.11.2) - multi_json (1.14.1) + mocha (1.13.0) + multi_json (1.15.0) multipart-post (2.1.1) - nokogiri (1.12.5) - mini_portile2 (~> 2.6.1) + nokogiri (1.13.3-x86_64-darwin) racc (~> 1.4) - os (1.1.0) - parallel (1.20.1) - parser (3.0.0.0) + os (1.1.4) + parallel (1.21.0) + parser (3.1.1.0) ast (~> 2.4.1) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.2) loofah (~> 2.3) - railties (5.2.4.3) - actionpack (= 5.2.4.3) - activesupport (= 5.2.4.3) + railties (5.2.6.2) + actionpack (= 5.2.6.2) + activesupport (= 5.2.6.2) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rainbow (3.0.0) - rake (13.0.1) - regexp_parser (2.0.3) - representable (3.0.4) + rainbow (3.1.1) + rake (13.0.6) + regexp_parser (2.2.1) + representable (3.1.1) declarative (< 0.1.0) - declarative-option (< 0.2.0) + trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) rexml (3.2.5) - rubocop (1.10.0) + rubocop (1.25.1) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 1.2.0, < 2.0) + rubocop-ast (>= 1.15.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-performance (1.6.0) - rubocop (>= 0.71.0) - rubocop-shopify (1.0.7) - rubocop (~> 1.4) + rubocop-ast (1.16.0) + parser (>= 3.1.1.0) + rubocop-performance (1.13.2) + rubocop (>= 1.7.0, < 2.0) + rubocop-ast (>= 0.4.0) + rubocop-shopify (2.4.0) + rubocop (~> 1.24) ruby-progressbar (1.11.0) - signet (0.14.0) - addressable (~> 2.3) - faraday (>= 0.17.3, < 2.0) + ruby2_keywords (0.0.5) + signet (0.16.1) + addressable (~> 2.8) + faraday (>= 0.17.5, < 3.0) jwt (>= 1.5, < 3.0) multi_json (~> 1.10) - stackprof (0.2.17) - thor (1.0.1) + stackprof (0.2.19) + thor (1.2.1) thread_safe (0.3.6) - tzinfo (1.2.7) + trailblazer-option (0.1.2) + tzinfo (1.2.9) thread_safe (~> 0.1) uber (0.1.0) - unicode-display_width (2.0.0) + unicode-display_width (2.1.0) + webrick (1.7.0) PLATFORMS - ruby + x86_64-darwin-20 DEPENDENCIES activesupport (~> 5.2) @@ -163,4 +192,4 @@ DEPENDENCIES rubocop-shopify BUNDLED WITH - 2.2.22 + 2.3.5 diff --git a/lib/app_profiler/version.rb b/lib/app_profiler/version.rb index af8a134..cc12c6d 100644 --- a/lib/app_profiler/version.rb +++ b/lib/app_profiler/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AppProfiler - VERSION = "0.0.8" + VERSION = "0.0.9" end