Release 0.3.2
This release adds the following new features to the API:
- new options for enabling CORS headers (#398)
- new bbox parameter (#364, #421)
- output country codes (#425)
- new debug flag for debugging ES queries (#407)
In addition, it adds improvements to the developement infrastructure:
- improve dependency handling (#399)
- add support for Java 11 (#408, #409)
- add API-level tests next to existing unit tests (#420)
Many thanks to all contributors.
Note: when updating from an older version of Photon, you need to remove the module jar files from your photon data directory. Run rm photon_data/elasticsearch/modules/lang-painless/*jar
(where photo_data
is your photon data directory). If you forget to do this, startup fails with Jar Hell.