Skip to content

Commit

Permalink
Merge pull request #933 from tildeio/v510
Browse files Browse the repository at this point in the history
release 5.1.0
  • Loading branch information
zvkemp committed May 24, 2021
2 parents e18ba1a + d92337e commit 28a2d91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions CHANGELOG.md
@@ -1,19 +1,13 @@
## 5.1.0-beta3 (May 21, 2021)

- [IMPROVEMENT] Prevent large traces from shutting down the instrumenter

## 5.1.0-beta2 (May 17, 2021)

- [IMPROVEMENT] Avoid 'invalid option' warnings when instrumenting certain Tilt templates in Sinatra
- [IMPROVEMENT] Decrease verbosity of source locations logs in the debug level.

## 5.1.0-beta (April 26, 2021)
## 5.1.0 (May 24, 2021)

- [FEATURE] Add experimental tcp-based `skylightd` (may be enabled with `SKYLIGHT_ENABLE_TCP=true`)

- [IMPROVEMENT] Support aarch64-darwin targets (Apple M1)
- [IMPROVEMENT] Support aarch64-linux-gnu targets
- [IMPROVEMENT] Support aarch64-linux-musl targets
- [IMPROVEMENT] Prevent large traces from shutting down the instrumenter
- [IMPROVEMENT] Avoid 'invalid option' warnings when instrumenting certain Tilt templates in Sinatra
- [IMPROVEMENT] Decrease verbosity of source locations logs in the debug level.

- [BREAKING] Remove `SKYLIGHT_SSL_CERT_DIR` config
- [BREAKING] Drop support for Ruby 2.5
Expand Down
2 changes: 1 addition & 1 deletion lib/skylight/version.rb
Expand Up @@ -3,5 +3,5 @@ module Skylight
# for compatibility with semver when it is parsed by the rust agent.
# This string will be transformed in the gemspec to "5.0.0.alpha"
# to conform with rubygems.
VERSION = "5.1.0-beta3".freeze
VERSION = "5.1.0".freeze
end

0 comments on commit 28a2d91

Please sign in to comment.