A lot of (small) things in this beta release 0.3.0:
- Multi-processing safety: it's a very limited version of multi-processing safety, as we check only the PID when getting a connection object.
- No more `connection.meta`: there is few use of this. The way to go today is to use only the official ElasticSearch client, that already expose an interface to plug your own transport. Djangoes is here to help you manage connections and indices, not to replace the elasticsearch client.
- Test improvement: you might want to use the provided `TestCase` from `djangoes`, it will help you a bit.
As usual, this release is not a production-ready release, and there are many things I would like to add, remove, and modify. The internal API is not stable, nor really is the public API.
The next release should focus on the indices management, maybe using the equivalent of `connection` and `connections` objects, to access meta-data (such as the settings, the mapping, etc.).