Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
πŸ“ invenio-app-rdm (13.0.0b1.dev18 -> 13.0.0b1.dev20 🌈)

    πŸ“¦ release: v13.0.0b1.dev20
    config: add subcommunity invitation request notifications
    requests: add subcommunity invitation request details page
    creatibutors: added config for identifiers scheme
    release: v13.0.0b1.dev19
    communities_ui: views: Add RecordPermissionDeniedError Handler
    semantic-ui: users: header: Pass entrypoint namespace in url_for
    fix: ui: escape journal title once
    package: remove unused AUTHORS.rst (inveniosoftware/invenio-app-rdm#2735)
    records-ui: fix removing community branding

    * Closes inveniosoftware/invenio-app-rdm#2869.
    * Passes "null" instead of empty string ("") as the "default" field
      value when removing community branding from a record.
    semantic-ui: users: header: Use endpoints from config
    upgrades: remove record JSONSchema version bump
    config: removed unecessary INDEXER_DEFAULT_INDEX

πŸ“ invenio-celery (1.3.1 -> 1.3.2 πŸ›)

    release: v1.3.2
    setup: upper pin packages

    * step to go forwards with flask >= 3.0

    * to have clear boundaries on the invenio packages
    docs: Typo in the example

πŸ“ invenio-communities (17.4.0 -> 17.5.0 🌈)

    πŸ“¦ release: v17.5.0
    service: add data to inivitation req

    delete unused file and add expiry to email
    service: add create_subcommunity_invitation_request

    refactor and fix bugs in sending emails
    subcommunities: add invitation actions
    subcommunities: add invitation notifications
    request: add subcommunity invitation request
    config: add LogoNotFoundError

    previously it was a generic error
    communities: config: Update static page URLs to prevent name collisions

πŸ“ invenio-files-rest (2.2.2 -> 2.2.3 πŸ›)

    release: v2.2.3
    setup: change to reusable workflows
    setup: pin dependencies

πŸ“ invenio-i18n (2.1.2 -> 2.2.0 🌈)

    release: v2.2.0
    setup: upper pin packages
    fix: my-site not overriding packages

    * the way how babel picks the translations the my-site has to be the
      last option because it overrides the entries before
    ext: add bundle entrypoint
    github: update reusable workflows

πŸ“ invenio-logging (2.1.1 -> 2.1.2 πŸ›)

    release: v2.1.2
    setup: change to reusable workflows
    setup: pin dependencies

πŸ“ invenio-rdm-records (16.2.0 -> 16.3.0 🌈)

    πŸ“¦ release: v16.3.0
    github: added default license from Github API
    deposit-ui: fix affiliations rendering during edits
    release: added custom_fields
    datacite: improve error logging formatting and grouping

    * Avoids f-strings in logging calls so that entries are easier to be
      grouped.
    * Adds exception info to the logged errors.
    config: added service schema from config

    * Added the swhid field to the bibtex schema
    requests: manage sending notifications

πŸ“ invenio-records-resources (6.4.0 -> 6.5.0 🌈)

    πŸ“¦ release: v6.5.0
    queryparser: add CompositeSuggestQueryParser

    * Introduces a new query parser focused on better accuracy for
      mappings that contain search-as-you-type or ngram-analyzed fields but
      also secondary information fields that helps to
      disambiquate/narrow-down results.

πŸ“ invenio-requests (5.3.0 -> 5.4.0 🌈)

    πŸ“¦ release: v5.4.0
    refactor: clean up duplicated imports
    UI: add seperator on list of requests
    ui: add subcommunity invitation facet and label
    ux: set tab title to request title
    requests: add missing facets and reorder

πŸ“ invenio-vocabularies (6.6.0 -> 6.7.0 🌈)

    πŸ“¦ release: v6.7.0
    contrib: improve search accuracy for names, funders, affiliations
    names: add affiliation acronym in mappings and schema

    * Dereferences the affiliation `acronym` when indexing names and serving
      REST API results. This is useful for disambiguating authors in search.
    affiliations: move RDF and SPARQL as extra dependencies

    * Moves `rdflib` and `SPARQLWrapper` to extras.
    affiliation: refactored edmo datastreams
    subjects: refactoring, updated schema and test
    subjects: added datastream for gemet vocab
    awards/schema.py: read app config for alternate funding validation (inveniosoftware/invenio-vocabularies#429)
    awards: fix description field and mappings
    awards: add fields start/end date and description
  • Loading branch information
slint committed Nov 28, 2024
1 parent 517c955 commit 104b645
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 251 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released

[packages]
invenio-app-rdm = {version = "~=13.0.0b1.dev18", extras = ["opensearch2"]}
invenio-app-rdm = {version = "~=13.0.0b1.dev20", extras = ["opensearch2"]}

invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
sentry-sdk = ">=1.45,<2.0.0"
Expand Down
Loading

0 comments on commit 104b645

Please sign in to comment.