From ed437d720a260577509aaed026e40093534420ff Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:13:41 +0000 Subject: [PATCH] chore(main): release apiv2 1.7.0 --- .release-please-manifest.json | 2 +- apiv2/CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d9da1053..e1f68d2f3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "apiv2": "1.6.0" + "apiv2": "1.7.0" } \ No newline at end of file diff --git a/apiv2/CHANGELOG.md b/apiv2/CHANGELOG.md index b6ce3184e..ef830aee6 100644 --- a/apiv2/CHANGELOG.md +++ b/apiv2/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.7.0](https://github.com/chanzuckerberg/cryoet-data-portal-backend/compare/apiv2-v1.6.0...apiv2-v1.7.0) (2025-01-09) + + +### Features + +* support filtering on related aggregates ([#394](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/394)) ([8885ab7](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/8885ab734a8f753ddaaf3b4f08f780f3b08f7ac4)) + + +### Bug Fixes + +* Don't replace spaces with underscores for reconstruction software. ([#402](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/402)) ([e253f1f](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/e253f1fa2e31c0e7909933dd2b88ead3d3708a87)) +* scrape script overwriting existing data ([709e8a0](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/709e8a006b542abe824edc394281059dda29a757)) +* scrape script overwriting existing v2 data ([#390](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/390)) ([709e8a0](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/709e8a006b542abe824edc394281059dda29a757)) +* support __typename fields in gql queries ([#397](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/397)) ([6ea76ea](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/6ea76eab06864914ce16cbbd81da844f13e172e2)) + ## [1.6.0](https://github.com/chanzuckerberg/cryoet-data-portal-backend/compare/apiv2-v1.5.0...apiv2-v1.6.0) (2024-12-17)