Sha256: aff68b84512a01c04a0eadc3ed20cc630860f81bb82324929abe45a1b2388237
Contents?: true
Size: 1.38 KB
Versions: 4
Compression:
Stored size: 1.38 KB
Contents
# Lamian version changes (since 0.1.0) Update this on a pull request, under `Lamian::VERSION` (also known as next version). If this constant would be changed without release, I'll update it here too ## 1.3.0 * Add support for the (new sentry gem)[https://github.com/getsentry/sentry-ruby]. ## 1.2.0 * Add `raven_log_size_limit` config option for limiting amount of data sent to sentry (defaults to `500_000`) ## 1.1.0 * Add support for sentry and sidekiq ## 1.0.0 * `6d8fee8` fixed a bug when ::Logger#log was not prepended. `::Logger#log` is an alias for `::Logger#add`, which ruins concept of single entry point :(. Also tied it to lamian instance ## 0.3.3 * `8136689` fixed crashes when dump used outside lamian context ## 0.3.2 * `e57e6cec` Changed rails dependency from `~> 4.2` to `>= 4.2` ## 0.3.1 * 34ca83b5 Fixed formatting Stabilized formatting api, which removes control sequences from loggers data. E.g. `"[23mNice, lol[0m\n"` becomes `"Nice, lol\n"` ## 0.3.0 * `d24f895b` API update Updated API, so lamian is now forced to be used with block. It also simplified usage outside a middleware ## 0.2.0 * `3166517e` Added integrtation with rails Injected middleware before `ExceptionNotification`, so `ExceptionNotification` can use current log without any configuration. Also added some views ## 0.1.0 * `62eb8685` Made test version to check it's integration with rails application
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
lamian-1.7.0 | Changelog.md |
lamian-1.6.0 | Changelog.md |
lamian-1.5.0 | Changelog.md |
lamian-1.4.0 | Changelog.md |