4.3.0 was never promoted to @latest
due to a couple of issues:
- more people (specifically, plugins) were using the long-deprecated
pgInflector
argument than expected; this has been restored in 4.3.1: graphile/graphile-engine#381 - a small issue was introduced when implementing
@sortable
that broke a plugin; this is also resolved in 4.3.1: graphile/graphile-engine#386 - too many new inflectors were introduced (all taking zero arguments); this has been replaced with a single
builtin
inflector: graphile/graphile-engine#387
We're going to look into extending the release tests to running against some popular community plugins to ensure future releases don't introduce backwards-incompatible changes. If you'd like your plugin to be included in this effort, please get in touch.