All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.2.2 - 2024-08-14
- updates dependencies httpClient 5.3.1, jackson 2.17.2, junit 5.11
- publish javadoc (https://opencagedata.github.io/jopencage/javadoc/)
- updates gradle to 8.10
2.2.1 - 2024-01-19
- updates dependencies httpClient 5.3, jackson 2.16.1
- updates gradle to 8.5
2.2.0 - 2023-11-15
- uses HTTPS by default
- adds a User-Agent Header on the API Requests
- updates gradle to 8.4
- updates dependencies jackson 2.15.3, junit 5.10.1
2.1.0 - 2023-11-10
- adds new request parameters:
roadinfo
,address_only
,add_request
2.0.0 - 2023-10-10
- OpenCage Data is now maintaining this package
1.4.1 - 2023-10-04
- on maven central the groupId is now
com.opencagedata
, hence the imports are now usingcom.opencagedata
- upgrade gradle to 8.2.1
- updeates dependencies httpClient 5.2.1, jackson 2.15.2, junit 5.10.0
- CI on OpencageData repository
- @moberwasserlechner: Decimal numbers with large scale are converted to String using the E notation, leading to incorrect results with reverse geocoding.
- @moberwasserlechner: Coerce latitude/longitude to String preventing E notation #44 thx @lpellegr
- @moberwasserlechner: Fixed SSL and AllowAllHostNameVerifier #43 thx @damade
1.4.0 - 2021-04-18
- JCenter is shutting down! Lib was migrated to MavenCentral (#40)
- Hold unmapped component fields in a
java.util.Map
(#38) thx @Dexilon - Add FIPS mapping (#35)
- Move CI to GH Actions (#39)
- Use JUnit 5 (#39)
- Add GH issue templates (#39)
- Upgrade Gradle to 6.8.3 (#39)
- Fix SLF4J Binder in Tests (#36)
1.3.0 - 2019-12-11
- CHANGELOG file to keep track of changes directly in the repo
- Additional fields for components. Like
continent
,region
,village
,... (#33, #34) - Add support for the
proximity
optional search feature (#31)
- Upgrade to Gradle 6
- Fix travis CI config
1.2.1 - 2019-02-23
- Additional tests (#26)
- Upgrade Gradle
- Bug fix bounds on forward request (#27)