This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased / XXX
## [4.0.3] / 2022-04-12
### Changed
...
...
@@ -14,7 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Since ActiveRecord >= 6.0, the SQLite3 connection adapter relies on boolean serialization to use 1 and 0, but does not natively recognize 't' and 'f' as booleans were previously serialized. Accordingly, handle conversion via a database migration of both column defaults and stored data provided by a user. (#505)
* Similar, due to ActiveRecord >= 6.0, it seems it's necessary to handle limits of string columns explicitly. Accordingly, handle this via a migration to add these limits to the relevant columns. This has been an upstream issue for quite some time, see https://github.com/rails/rails/issues/19001 for details.
* Fixed bug that circumvented filters when `bounces_drop_all` was set (#508)
* Fixed bug that circumvented filters when `bounces_drop_all` was set. (#508)
@@ -36,15 +36,15 @@ Additionally these **rubygems** are required (will be installed automatically un
Installing Schleuder
------------
1. Download [the gem](https://schleuder.org/download/schleuder-4.0.2.gem) and [the OpenPGP-signature](https://schleuder.org/download/schleuder-4.0.2.gem.sig) and verify:
1. Download [the gem](https://schleuder.org/download/schleuder-4.0.3.gem) and [the OpenPGP-signature](https://schleuder.org/download/schleuder-4.0.3.gem.sig) and verify:
@@ -134,4 +134,4 @@ GNU GPL 3.0. Please see [LICENSE.txt](LICENSE.txt).
Alternative Download
--------------------
Alternatively to the gem-files you can download the latest release as [a tarball](https://schleuder.org/download/schleuder-4.0.2.tar.gz) and [its OpenPGP-signature](https://schleuder.org/download/schleuder-4.0.2.tar.gz.sig).
Alternatively to the gem-files you can download the latest release as [a tarball](https://schleuder.org/download/schleuder-4.0.3.tar.gz) and [its OpenPGP-signature](https://schleuder.org/download/schleuder-4.0.3.tar.gz.sig).