Skip to content

Commit

Permalink
Limit each log line length (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon authored Dec 12, 2024
1 parent 5f43f88 commit 0633c53
Show file tree
Hide file tree
Showing 8 changed files with 167 additions and 151 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
run: bundle exec ci-helper CheckSpecSuffixes --extra-paths spec/*.rb --ignored-paths spec/*_helper.rb
- name: Run specs
run: bundle exec ci-helper RunSpecs
- name: Audit
run: bundle exec ci-helper BundlerAudit
- name: Documentation coverage
run: bundle exec rake doc:coverage
- name: Coveralls
Expand Down
9 changes: 7 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog

## 1.11.0

* Add `max_log_length` to limit each log line length in order to prevent memory leaks in case of very long logs

## 1.10.0

* Add an ability to insert Lamian's middleware inside the rails initialization process manually (`Lamian.config.middleware_autoset = true/false`)
Expand All @@ -14,7 +20,7 @@

## 1.3.0

* Add support for the (new sentry gem)[https://github.com/getsentry/sentry-ruby].
* Add support for the [new sentry gem](https://github.com/getsentry/sentry-ruby).

## 1.2.0

Expand All @@ -33,7 +39,6 @@ which ruins concept of single entry point :(. Also tied it to lamian instance

* `8136689` fixed crashes when dump used outside lamian context


## 0.3.2

* `e57e6cec` Changed rails dependency from `~> 4.2` to `>= 4.2`
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ source "https://rubygems.org"
# Specify your gem's dependencies in lamian.gemspec
gemspec

gem "bundler-audit"
gem "ci-helper"
gem "launchy"
gem "pry"
Expand Down
Loading

0 comments on commit 0633c53

Please sign in to comment.