From f43ffd20424bfce1190b45a325cee973373e124d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 21:45:10 +0000 Subject: [PATCH] chore(staging): release 1.2.0-rc.1 --- .release-please-manifest.staging.json | 2 +- CHANGELOG-rc.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.staging.json b/.release-please-manifest.staging.json index 6362badf..fa8324b7 100644 --- a/.release-please-manifest.staging.json +++ b/.release-please-manifest.staging.json @@ -1,3 +1,3 @@ { - ".": "1.2.0-rc" + ".": "1.2.0-rc.1" } diff --git a/CHANGELOG-rc.md b/CHANGELOG-rc.md index 996a74b8..a6a61b67 100644 --- a/CHANGELOG-rc.md +++ b/CHANGELOG-rc.md @@ -1,5 +1,26 @@ # Changelog +## [1.2.0-rc.1](https://github.com/DataIntegrationGroup/OcotilloAPI/compare/v1.2.0-rc...v1.2.0-rc.1) (2026-06-12) + + +### Features + +* add feedback endpoint for bug reports and feature requests (BDMS-897) ([6f840c5](https://github.com/DataIntegrationGroup/OcotilloAPI/commit/6f840c542595729276079c2562d844740ba5cb07)) +* add NGWMN views sourced from new Ocotillo data model ([6ecee1c](https://github.com/DataIntegrationGroup/OcotilloAPI/commit/6ecee1c365b3aeb71843c080c4c4cebe7f7bb524)) +* add transducer_daily_data materialized view ([7851008](https://github.com/DataIntegrationGroup/OcotilloAPI/commit/7851008011959784a2c35d2bc73c299f528fea5a)) +* serve NGWMN exports from new Ocotillo-model views ([c009966](https://github.com/DataIntegrationGroup/OcotilloAPI/commit/c009966ad89b4f4f6aaa3e42ca0cf997c706d54b)) +* serve NGWMN exports from the new Ocotillo data model ([5c82913](https://github.com/DataIntegrationGroup/OcotilloAPI/commit/5c829137114306450ae08613d38c8dce1f1672ab)) +* source NGWMN continuous water levels from transducer_daily_data ([7036a62](https://github.com/DataIntegrationGroup/OcotilloAPI/commit/7036a629f1818ac12a8e68a74e97b36acfc22c3c)) + + +### Bug Fixes + +* drop child-row release filters from NGWMN construction/lithology views ([063c4a7](https://github.com/DataIntegrationGroup/OcotilloAPI/commit/063c4a72c46b22056e58ee2cf597f2459588f51a)) +* drop child-row release filters from NGWMN construction/lithology views ([f63af23](https://github.com/DataIntegrationGroup/OcotilloAPI/commit/f63af237371105f167bc4d7fb4694da50d108e37)) +* export daily minimum depth for NGWMN transducer water levels ([8baea78](https://github.com/DataIntegrationGroup/OcotilloAPI/commit/8baea780859ebd7b1f856adf5da165073ea7ed94)) +* export daily minimum depth for NGWMN transducer water levels ([50b0fae](https://github.com/DataIntegrationGroup/OcotilloAPI/commit/50b0faeb462aad41bb024957c38058eb0928592c)) +* restrict NGWMN exports to public records across joined entities ([d7e7c5d](https://github.com/DataIntegrationGroup/OcotilloAPI/commit/d7e7c5d18a2b42e25c5dbf03b13b4ee79144971b)) + ## [1.2.0-rc](https://github.com/DataIntegrationGroup/OcotilloAPI/compare/v1.1.0...v1.2.0-rc) (2026-06-10)