antoniocarlon
7a08cdf096
Old versions
2020-01-14 13:23:22 +01:00
Raul Marin
346db43968
Release client extension 0.27.0
2019-10-09 12:57:27 +02:00
Javier Goizueta
8507067901
Release 0.26.2 client extension
2019-02-25 16:48:36 +01:00
Javier Torres
0dfd1a9caa
Update/downgrade scripts
2018-12-24 17:28:56 +01:00
antoniocarlon
ffa67fe6ca
Client changes
2018-09-11 14:50:11 +02:00
Juan Ignacio Sánchez Lara
0c5e9da028
Upgrade/downgrade scripts for server 0.32.0 and client 0.25.0
2018-07-17 19:48:13 +02:00
Antonio
da7d43cc08
Added client functions (untested)
2018-03-02 17:38:02 +01:00
Antonio
15340fedad
Added cdb_dataservices_client functions
2017-12-29 15:28:29 +01:00
Rafa de la Torre
046b8f71f9
Revert "Fix bad renaming of function parameter"
...
This reverts commit 63786caaa6
.
2017-12-01 13:35:45 +01:00
Rafa de la Torre
63786caaa6
Fix bad renaming of function parameter
...
This fixes the following error when trying to upgrade:
```
cannot change name of input parameter "organization_name"
```
The problem was introduced ages ago. I fixed it by running a script:
```bash
BAD_REGEXP='CREATE OR REPLACE FUNCTION cdb_dataservices_client\._cdb_geocode_admin0_polygon (username text, orgname text, country_name text)'
REPLACEMENT='CREATE OR REPLACE FUNCTION cdb_dataservices_client._cdb_geocode_admin0_polygon (username text, organization_name text, country_name text)'
git grep -l "$BAD_REGEXP" | xargs sed -i "s/$BAD_REGEXP/$REPLACEMENT/g"
```
2017-12-01 12:52:17 +01:00
Rafa de la Torre
f645766235
Stub new client version 0.22.0
2017-11-30 12:31:36 +01:00
Mario de Frutos
8ecd69d0bf
Stub version 0.21.0 for client
2017-10-09 17:03:40 +02:00
Mario de Frutos
0e7a777787
Bump to version 0.20.0
2017-08-02 16:53:53 +02:00
Mario de Frutos
6d802c72be
Bump to version 0.19.0 and 0.26.0
2017-07-13 17:58:50 +02:00
Daniel García Aubert
1503b5bb2b
Release artifacts:
...
- Server extension version 0.25.0
- Client extension version 0.18.0
- Python library version 0.15.2
2017-07-13 15:34:44 +02:00
Rafa de la Torre
a7d322bcd8
Prepare new version of the client #361
...
Changes in TYPEs obs_meta_geometry and obs_meta_timespan
2017-05-04 17:54:49 +02:00
Javier Goizueta
aac89e0236
New versions 0.16.0 (client), 0.23.0 (server), 0.15.0 (python)
2017-03-28 17:53:40 +02:00
Mario de Frutos
d7bb31be9a
Client 0.15.0 version release artifacts
2017-02-01 10:52:56 +01:00
Javier Goizueta
629555e193
Generate release 0.14.1
...
This release cantains no actual code changes, only the
use of search_path at the top of the install/migrate scripts
2016-12-21 11:40:55 +01:00
Rafa de la Torre
15438db59b
Client 0.14.0 control and upgrade/downgrade files
2016-12-14 16:52:40 +01:00
Rafa de la Torre
59ed8b88a3
New client version 0.13.0 #302
2016-11-25 11:28:10 +01:00
Mario de Frutos
25cd40164a
Client init new version 0.12.1
2016-11-11 17:55:35 +01:00
Mario de Frutos
b403e1d69a
Move old 0.11.1 version to a proper folder
2016-11-09 11:21:29 +01:00
Carla Iriberri
f8caf4314d
Release client 0.11.1
2016-09-07 17:52:53 +02:00
Carla Iriberri
a6d546f2ee
Bump version client 0.11.0
2016-09-01 17:42:57 +02:00
Mario de Frutos
a5696f84b1
Release 0.10.2 client artifacts
2016-08-10 18:22:03 +02:00
Carla Iriberri
a68ab22c89
Release client 0.10.1
2016-07-26 17:53:51 +02:00
Carla Iriberri
65d8ab3c74
Bump client to 0.10.0 sevrer to 0.13.0
2016-07-11 14:52:14 +02:00
Carla Iriberri
442a9a8433
Bump client version to 0.9.0
2016-07-07 09:51:52 +02:00
Carla Iriberri
6d35cff9c7
Exposes geocoder providers in public geocoder functions
...
Add config function in postgres explicitly to get MapzenGeocoderConfig.
Bump versions for client and server APIs. New MapzenGeocoderConfig
included to be able to use current QuotaServices with non-configured
users.
2016-07-05 11:13:43 +02:00
Mario de Frutos
0fc9469430
Client side for obs_getmeasurebyid
2016-05-30 18:12:21 +02:00
Carla Iriberri
21aac960a6
Add function cdb_routing_with_waypoints
...
Add routing with waypoints functions to client and server. Includes
signature checks tests for the Postgresql functions and unit and
integration tests for the Python library.
Add client v0.6.0 and server v0.9.0
2016-05-25 11:38:37 +02:00
Carla Iriberri
64d2afb536
Client side for the new data observatory functions (v0.5.0)
2016-05-16 10:25:26 +02:00
Mario de Frutos
c3b695d1e7
Client version 0.4.0
2016-04-20 16:04:32 +02:00
Mario de Frutos
e867394261
Move the old version files to a folder
2016-03-08 16:47:48 +01:00