All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.2.0] - coming soon
### Added
- #42: The GET method of the InstanceListAction returns the list of available instances with **the number of dataset families** and the **number of available datasets** for each instance
- #45: New route which allows to return the distinct values of an attribute for one dataset used to generate the criterion option list => **/dataset/{name}/attribute/{id}/distinct**
### Changed
- #44: Adding the doctrine production mode (see readme)
### Deprecated
- For soon-to-be removed features.
### Removed
- For now removed features.
### Fixed
- #41: The client_url field must be optional in the InstanceListAction when the user adding a new instance in the metamodel
- #43: The json operator works with PostgreSQL databases