Sha256: 1cfebb70403a8f37aa95766649f4a61ec863291c6a1aac23136399accef08cc4
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 KB
Contents
## 0.7.0 *Backwards incompatible!* * Deprecate Mongoid 4 support in favour of Mongoid 5 ## 0.6.0 *Backwards incompatible!* * Replace Moped with the official Mongo Ruby Driver, while retaining support for the Mongoid 4 configuration file. ## 0.5.0 *Backwards incompatible!* * Support Rails 4, Mongoid 4 and Moped 2. Older versions of these, including ActiveSupport, is not supported anymore. ## 0.4.0 *Backwards incompatible!* * Use Mongoid for managing sessions, with configuration in mongoid.yml instead of logger.yml. * Drop support for the moped driver. ## 0.3.1 * Filter out passwords in parameters. ## 0.3.0 * Improved config parsing for the Moped driver. * Fixed some minor bugs on web portal. ## 0.2.7 * Ensure that the collection is created on the primary node in a replica set, even if the session consistency is set to :eventual. ## 0.2.6 * Handle forking with Unicorn and Passenger (Moped driver only. Requires Moped 1.2.0 + ). ## 0.2.5 * Don't replace rack.errors -> that should be a standard IO stream. ## 0.2.4 * Improved handling of logger when not configured for an environment. ## 0.2.3 * Simpler configuration for Sinatra apps. ## 0.2.2 * Allow Sinatra 1.4.x to be used. ## 0.2.1 * Fix log viewer using the mongo adapter. * Fix default options for the mongo adapter to be consistent with the moped adapter. ## 0.2.0 * Rewrite of the log viewer using AngularJS * Capsize is now specified in megabytes instead of bytes - **be sure to update existing configuration**. ## 0.1.0 First release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongo_request_logger-0.7.0 | CHANGELOG.md |