Skip to content

Commit

Permalink
Merge pull request #107 from Shopify/0.1.9
Browse files Browse the repository at this point in the history
Bump app_profiler to 0.1.9
  • Loading branch information
gmcgibbon committed Dec 7, 2023
2 parents d18ae2b + d865d75 commit 8f2c4fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.9] - 2023-12-07

- 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)

## [0.1.8] - 2023-11-07

- add callbacks for async profile processing(#103)

- Bugfix: use HTML5 sanitizer when available so Speedscope remote viewer doesn't bail on big payloads (#102)

## [0.1.7] - 2023-10-19

- Clean up files after uploading to GCS (#99)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
app_profiler (0.1.8)
app_profiler (0.1.9)
activesupport (>= 5.2)
rack
stackprof (~> 0.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/app_profiler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AppProfiler
VERSION = "0.1.8"
VERSION = "0.1.9"
end

0 comments on commit 8f2c4fd

Please sign in to comment.