Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In 2011, after much discussion, the DSpace Committers in conjunction with members of the DSpace Community Advistory Team (DCAT) decided to forgo releasing a "DSpace 2.0".

...

Note
titleDSpace has changed its release numbering scheme

With DSpace 3.0, the DSpace Developers will be changing our release numbering scheme. Release numbers will now only consist of two numbers: [major].[minor] (e.g. 3.0, 3.1, 4.0):

  • Major Releases: incrementing the first number ('major') will represent a new MAJOR release of DSpace. A major release may include any or all of the following
    • new features
    • system improvements
    • architectural changes
    • bug fixes 
    • (All major releases end in ".0", so "3.0", "4.0", and "5.0" would all represent major releases.)
  • Minor (Bug-Fix) Releases: incrementing the second number ('minor') will represent a new MINOR release of DSpace. A minor release will only include
    • bug fixes to an existing major release (For example, "3.1" and "3.2" would represent two minor releases which only include bug fixes to the "3.0" major release.)

There will be a migration path for users upgrading from v1.8.2 to the 3.0 release.

For more information see DSpace Release Numbering Scheme and the initial DSpace 3.0 Announcement

New features in DSpace 3.0

Excerpt
DSpace 3.0 ships with a number of new features. Certain features are automatically enabled by default while others require deliberate activation. 
The following non-exhaustive list contains the major new features in 3.0 that are enabled by default:

Completely rewritten OAI-PMH Interface

  • Driver and Open-AIRE compatible
  • Allows for multiple contexts (URL endpoints), each with a different configuration
  • 12 default metadata export formats and easy way to write new ones using XSLT
  • Runs on Solr for great performance, legacy mode over DSpace database supported
  • Even faster thanks to caching

Kindly contributed by Lyncode

Improvements to Solr-based Statistics

  • Workflow statistics
  • Search Query statistics
  • Solr version upgrade and performance optimization

Kindly contributed by @mire

Batch import for Bibliographic formats

  • Support for Endnote, BibTex, RIS, TSV, CSV
  • Enhanced batch import routines

Kindly contributed by the Greek National Documentation Centre/EKT

Controlled Vocabulary Support for XMLUI

  • Submission form vocabulary lookup
  • Includes The Norwegian Science Index and the Swedish Research Subject Categories

Kindly contributed by @mire's Kevin Van de Velde

Google Analytics support for JSPUI

  • support for statistics collection by entering the GA key into dspace.cfg

Kindly contributed by Denys Slipetskyy

Improvements to Authentication by Password

  • now stores salted hashes
  • old passwords will continue to work and will be automatically converted to salted hashes on next user login

Kindly contributed by Mark H. Wood with the support of IUPUI University Library

 
The following list contains all features that are included in the DSpace 3.0 release, but need to be enabled manually.
Review the documentation for these features carefully, especially if you are upgrading from an older version of DSpace.

Discovery: Search & Browse

Kindly contributed by @mire with the support of the World Bank

Kindly contributed by CILEA

Item Level Versioning

  • Create and preserve different item versions
  • Enhanced identifiers
  • XMLUI only

Kindly contributed by @mire with the support of MBLWHOI LibraryWHOIMBL CLI (HPS)ASU CBS and Dryad

Advanced Embargo

Kindly contributed by @mire with the support of the University of Michigan Libraries

Mobile Theme for XMLUI (beta)

Kindly contributed by Elias Tzoc and James Russell with the support of Miami University

 

Type-based submissions

  • Show or hide metadata fields in the submission forms, based on the type of content submitted

Kindly contributed by Nestor Oviedo and SeDiCI

ElasticSearch-based Usage Statistics

  • scalable ElasticSearch backend, runs on embedded node by default 
  • uses Google Chart API for graphs and maps
  • export to CSV available
  • displaying can be either public or restricted

Kindly contributed by Peter Dietz with the support of Ohio State University Libraries

Improvements to LDAP Authentication

Kindly contributed by Samuel Ottenhoff

...