Skip to content

Conversation

@slint
Copy link
Member

@slint slint commented Oct 14, 2025

📁 invenio-app-rdm (14.0.0b1.dev3 -> 14.0.0b1.dev5 🚀)

📦 release: v14.0.0b1.dev5
fix(community-submission): add missing var in side bar template
fix(guest-access-request): handle broken expiration date payload value

* this extra check prevents the request timeline UI from breaking when a
  request payload has a broken value, to make recovery easier
* also, make eslint happy with a camel case variable name
fix(guest-access-request): handle more possible expiration date values

* when the expiration date gets submitted, the value of the empty input
  field is typically the empty string rather than `null`
* on the reading side, handle the case that the expiration date is set
  as a string value (since request payloads are generally strings)
release: v14.0.0b1.dev4
installation: relax invenio-collection dependency requirements
custom-fields: forward the field ID to React

* Added an injection of the field ID (e.g. `cern:department`) to the
React UI widget chosen for the custom field via a new `id` prop.

* This is consumed by the new function in
https://github.com/inveniosoftware/react-invenio-forms/pull/298 and used
to allow developers to dynamically parametrize their own custom fields
based on the form state.

* This is not a breaking change and shouldn't affect any existing custom
fields

📁 invenio-pidstore (2.2.0 -> 2.2.1 🐛)

release: v2.2.1
fix(wording): fix wording of cli create option validation

📁 invenio-previewer (3.3.0 -> 3.4.0 🌈)

release: v3.4.0
fix(docstring): fix wrong docstring
Web archive previewer using ReplayWeb.Page

* Adds a Web Archive previewer using ReplayWeb.page
* Disable Web Archives (replaywebpage) by default.
* Adds license and configuration details for Web Archive viewer
* Add documentation on enable HTTP Range Requests for Web Archive previewer
feat(pdfjs): bump pdfjs-dist to v5.x

📁 invenio-users-resources (9.0.1 -> 9.0.2 🐛)

release: v9.0.2
fix(services.config): Boost full_name for better results

📁 invenio-app-rdm (14.0.0b1.dev3 -> 14.0.0b1.dev5 🚀)

    📦 release: v14.0.0b1.dev5
    fix(community-submission): add missing var in side bar template
    fix(guest-access-request): handle broken expiration date payload value

    * this extra check prevents the request timeline UI from breaking when a
      request payload has a broken value, to make recovery easier
    * also, make eslint happy with a camel case variable name
    fix(guest-access-request): handle more possible expiration date values

    * when the expiration date gets submitted, the value of the empty input
      field is typically the empty string rather than `null`
    * on the reading side, handle the case that the expiration date is set
      as a string value (since request payloads are generally strings)
    release: v14.0.0b1.dev4
    installation: relax invenio-collection dependency requirements
    custom-fields: forward the field ID to React

    * Added an injection of the field ID (e.g. `cern:department`) to the
    React UI widget chosen for the custom field via a new `id` prop.

    * This is consumed by the new function in
    inveniosoftware/react-invenio-forms#298 and used
    to allow developers to dynamically parametrize their own custom fields
    based on the form state.

    * This is not a breaking change and shouldn't affect any existing custom
    fields

📁 invenio-pidstore (2.2.0 -> 2.2.1 🐛)

    release: v2.2.1
    fix(wording): fix wording of cli create option validation

📁 invenio-previewer (3.3.0 -> 3.4.0 🌈)

    release: v3.4.0
    fix(docstring): fix wrong docstring
    Web archive previewer using ReplayWeb.Page

    * Adds a Web Archive previewer using ReplayWeb.page
    * Disable Web Archives (replaywebpage) by default.
    * Adds license and configuration details for Web Archive viewer
    * Add documentation on enable HTTP Range Requests for Web Archive previewer
    feat(pdfjs): bump pdfjs-dist to v5.x

📁 invenio-users-resources (9.0.1 -> 9.0.2 🐛)

    release: v9.0.2
    fix(services.config): Boost full_name for better results
@slint slint merged commit 992ab55 into zenodo:master Oct 14, 2025
2 checks passed
@slint slint deleted the release branch October 14, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant