You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEXUS-44569: The SecretsMigrationTask no longer fails if a value was not
encrypted previously. If not able to decrypt the old value,
the raw value can be used
NEXUS-44433: When searching via API or UI and filtering the version using
a wild card like “1.1.2.*,” Nexus Repository respects the third
digit in the filter and returns the limited data set expected
NEXUS-44175: Requests for version-specific npm package metadata return the
correct download URL
NEXUS-44088: Resolved an issue that was causing an illegal argument
exception when requesting Nuget v3 index.json in some
limited cases
NEXUS-43696: Added a new H2 database migration step so that the user is
warned if they are not in the db folder that they must move
the created H2 database to the db folder before
starting nexus
NEXUS-43518: If you set the "--logging.level.com.sonatype=TRACE" flag for
the database migrator, it will now log the parameters being
passed to SQL when there is a failure so that you can tell
which asset/component is causing the issue
NEXUS-41085: Updated Policy-Compliant Component Selection a for npm "next"
tag so that when filtering versions in component metadata,
the next attribute is correctly updated and does not contain
versions that no longer exist in the filtered metadata
NEXUS-21078: When using the Nexus /assets or /components API to get lists
of assets and components, the result set is no longer limited
to 10 items per page. We have increased the limit to 100
items per page