-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.txt
More file actions
39 lines (33 loc) · 1.17 KB
/
changelog.txt
File metadata and controls
39 lines (33 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 55.1.0
- Rename the project from addok-wrapper to geocoder-api
- Rename container addok to addok-fr to redis-server to redis-server-fr
- addok-fr.conf if now outsite the image and mounted as volume
- Add configuration and container for Luxemburg
- Add demo html pages on path /
- Use Debian 9
- Persist Addok Redis data to volume on host directory
# 1.2.1
- new param to sanitize address (remove part in address containing other than street, postal code or city)
- multiple layers in JS SDK
- fix Addok requests by avoiding using autocomplete if not needed
- use of github actions
# 1.1.1
- use ruby 2.5
- ability to set count quotas
- release endpoint
- ability to set expire at on api key
# 1.1.0
- ability to count api calls
- add parameters limits
- access file without reloading app
- refactor js/html sdk
# 1.0.3
- here bulk implementation & refactor ruby geocoders
# 1.0.2
- here complete implementation
- demo with different api key
- raise error (for instance with a bad api key in geocoder gem)
# 1.0.1
- always add country to query for best results (for instance with here)
- change score in search2steps to improve results for merged cities
- refactoring demo pages