From 000faad74c01a0150a94e2af62d725a1c7e04672 Mon Sep 17 00:00:00 2001 From: Michael Ritter Date: Thu, 29 Jan 2026 10:24:32 -0700 Subject: [PATCH] Prepare 8.3.0-RC.1 (#499) --- CHANGELOG.md | 18 ++++++++++++++++++ build.properties | 6 +++--- cspace-ui/anthro/build.properties | 2 +- pom.xml | 2 +- 4 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..8833db28e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# CollectionSpace Services Changelog + +## 8.3.0 + +* Add new endpoint for returning search results +* Add JDBC_URL_OPTS build parameter +* Add mapping for ElasticSearch imagine ordering +* Add CSV Authority export parameter +* Update notice of inventory completion report +* Update notice of intent to repatriate report +* Update full object with place details report +* Add contentPlaces to ES mapping +* Add blob alt text to media responses +* Remove cspace_english namespace search + +### Bug Fixes + +* Remove flickr urls from tests diff --git a/build.properties b/build.properties index 087912083..f622b3fe4 100644 --- a/build.properties +++ b/build.properties @@ -9,7 +9,7 @@ host=127.0.0.1 # # Release version info # -release.version=8.3.0-SNAPSHOT +release.version=8.3.0-RC.1 cspace.release=${release.version} cspace.instance.id=${env.CSPACE_INSTANCE_ID} @@ -27,7 +27,7 @@ cspace.im.root= # UI settings cspace.ui.package.name=cspace-ui cspace.ui.library.name=cspaceUI -cspace.ui.version=10.1.0 +cspace.ui.version=10.2.0-rc1.0 cspace.ui.build.branch=develop cspace.ui.build.node.ver=20 service.ui.library.name=${cspace.ui.library.name}-service @@ -35,7 +35,7 @@ service.ui.library.name=${cspace.ui.library.name}-service # Public browser settings cspace.public.browser.package.name=@collectionspace/cspace-public-browser cspace.public.browser.library.name=cspacePublicBrowser -cspace.public.browser.version=3.4.0 +cspace.public.browser.version=3.5.0-rc1.0 cspace.public.browser.build.branch=main cspace.public.browser.build.node.ver=20 diff --git a/cspace-ui/anthro/build.properties b/cspace-ui/anthro/build.properties index ba0a85fc8..242e2b1b2 100644 --- a/cspace-ui/anthro/build.properties +++ b/cspace-ui/anthro/build.properties @@ -3,7 +3,7 @@ tenant.ui.basename=/cspace/${tenant.shortname} tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-anthro tenant.ui.profile.plugin.library.name=cspaceUIPluginProfileAnthro -tenant.ui.profile.plugin.version=9.1.0 +tenant.ui.profile.plugin.version=9.2.0-rc1.0 tenant.ui.profile.plugin.build.branch=main # If not set, defaults to /gateway/${tenant.shortname} on the current host. diff --git a/pom.xml b/pom.xml index 059383ac3..6e7ed0f7b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ services - 8.3.0-SNAPSHOT + 8.3.0-RC.1 UTF-8 ${revision} ${revision} -- 2.47.3