Releases: xcube-dev/xcube-geodb
Releases · xcube-dev/xcube-geodb
v1.0.8
v1.0.7
v1.0.6
New Features
- added functions that allow to create/show/remove indexes on collections
- added functions that allow users to work in user groups
- those new functions are:
create_group
,add_user_to_group
,remove_user_from_group
,publish_collection_to_group
,unpublish_collection_from_group
,get_my_groups
,get_group_users
, andget_access_rights
. - see the respective notebook for usage examples
- those new functions are:
Fixes
- removed not working parameter from internal function
_get
- fixed function
count_collection_rows
v1.0.5
New Features
- allowed to use
get_collection_bbox
in an alternative, faster way - added function
count_collection_rows
that allows to count or (faster) to
estimate the count of collection rows
Fixes
- removed
jupyterlab
from dependencies, as it is not being used. - fixed rare exception in
insert_into_collection
- updated tests to run on with latest psycopg2 versions
- fixed: function
get_collection_bbox
raises exception for empty collections - fixed broken function
get_geodb_sql_version
1.0.4
v1.0.4
New Features
- Added function
get_geodb_sql_version
that shows the version of the deployed
SQL, which can differ from the Python client version. - Added logging: the database now maintains a table that reflects
changes to the collections. The logs can be read using the new function
get_event_log
.
1.0.3
What's Changed
- Dzelge xxx docs by @dzelge in #20
- Dzelge xxx docs with docker by @dzelge in #22
- Added lock file for workflow env by @dzelge in #23
- Dzelge xxx fix env by @dzelge in #24
- removed unneeded variables by @thomasstorm in #26
- fixed #35 by @thomasstorm in #37
- Fix for issue #34 by @thomasstorm in #36
- Add function 'get_collection_bbox' by @thomasstorm in #38
- Fix for issue #39 by @thomasstorm in #40
New Contributors
- @thomasstorm made their first contribution in #26
Full Changelog: v1.0.2...v1.0.3
Pre-release for v1.0.3
New Features
- Added a new auth mode
none
. The aim of this mode is enabling users installing the geoDB infrastructure without oauth2
for e.g. testing purposes. - A new geoDB docker backend image has been added. This image can be used to set up a postgis database with a
pre-installed geodb database extension - Added a new
count_by_bbox
filter function - Allowed to provide limit and offset in function
get_collection
- Added the new function
get_collection_bbox
, that returns the bounding box
of all geometries within a collection.
Fixes
- Added Python pip requirements to have control over installed sphinx version on readthedocs
- Improved heading in notebooks
- Removed auto cp of notebooks in Makefile.
- Ensured that the geoDB client works with Keycloak
- Reduced substantially the number of times the token is received from auth service
- Fixed bug that caused unpublishing of collections with upper case letters
in name to fail
Pre-release for v1.0.3
New Features
- Added a new auth mode
none
. The aim of this mode is enabling users installing the geoDB infrastructure without oauth2
for e.g. testing purposes. - A new geoDB docker backend image has been added. This image can be used to set up a postgis database with a
pre-installed geodb database extension - Added a new
count_by_bbox
filter function - Allowed to provide limit and offset in function
get_collection
- Added the new function
get_collection_bbox
, that returns the bounding box
of all geometries within a collection.
Fixes
- Added Python pip requirements to have control over installed sphinx version on readthedocs
- Improved heading in notebooks
- Removed auto cp of notebooks in Makefile.
- Ensured that the geoDB client works with Keycloak
- Reduced substantially the number of times the token is received from auth service
- Fixed bug that caused unpublishing of collections with upper case letters
in name to fail
Pre-release for testing fix of issue #34
What's Changed
- Dzelge xxx docs by @dzelge in #20
- Dzelge xxx docs with docker by @dzelge in #22
- Added lock file for workflow env by @dzelge in #23
- Dzelge xxx fix env by @dzelge in #24
- removed unneeded variables by @thomasstorm in #26
- fixed #35 by @thomasstorm in #37
New Contributors
- @thomasstorm made their first contribution in #26
Full Changelog: v1.0.2...1.0.3.dev1