Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"6.1.0"}
{".":"6.2.0"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [6.2.0](https://github.com/MapColonies/pycsw/compare/v6.1.0...v6.2.0) (2025-08-21)


### Features

* 3D set default max-records to 50 and fix filterProductStatus filter (MAPCO-8216) ([#92](https://github.com/MapColonies/pycsw/issues/92)) ([6144d68](https://github.com/MapColonies/pycsw/commit/6144d6853f610ad2d100b005fd67bffd744fe9fe))


### Bug Fixes

* docker build issues (MAPCO-8478, MAPCO-7127) ([#91](https://github.com/MapColonies/pycsw/issues/91)) ([25400be](https://github.com/MapColonies/pycsw/commit/25400bed43a04d1fb55ce07c9cfd63a0f745cce9))
* wrong DB queries generated while nesting logical operators (AND, OR) (MAPCO-3141) ([#93](https://github.com/MapColonies/pycsw/issues/93)) ([7139546](https://github.com/MapColonies/pycsw/commit/7139546c2b06b6eb3518b04aa659ce51a2c2f6ca))

## [6.1.0](https://github.com/MapColonies/pycsw/compare/v6.0.1...v6.1.0) (2025-07-31)


Expand Down
4 changes: 2 additions & 2 deletions helm/3d/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pycsw
description: A Helm chart for 3d pycsw deployment
type: application
version: 6.1.0
appVersion: 6.1.0
version: 6.2.0
appVersion: 6.2.0
dependencies:
- name: nginx
version: 1.1.0
Expand Down
4 changes: 2 additions & 2 deletions helm/dem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: pycsw
description: Helm chart for pycsw
type: application
version: 6.1.0
appVersion: 6.1.0
version: 6.2.0
appVersion: 6.2.0
4 changes: 2 additions & 2 deletions helm/raster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pycsw
description: A Helm chart for pycsw service
type: application
version: 6.1.0
appVersion: 6.1.0
version: 6.2.0
appVersion: 6.2.0
dependencies:
- name: nginx
version: 1.1.0
Expand Down