Install

To start a new Drupal project with version 8.3.0-rc1@RC:

To update your site and all dependencies to the latest version of Drupal:

To update your site to this specific release:
Pinning to a specific release may make it more challenging to update your site in future, see composer documentation for managing pinned versions

Using Composer to manage Drupal site dependencies

Downloads

Download drupal-8.3.0-rc1.tar.gztar.gz 11.75 MB
MD5: 0acd6c49d5626cd47077eb2650a409cb
SHA-1: 5a4ccbc69610e7575fde8025ba6a00a76c931b4f
SHA-256: 9a50bef6bf13957ef161e72d847c21e292e39079505a55e95e61082e67c76d94
Download drupal-8.3.0-rc1.zipzip 19.69 MB
MD5: b865ad946d8eca8199d8b36a750f5b9c
SHA-1: f9ca57ec2240be160e8aeedce75bf85d56c47419
SHA-256: 74a74d910566a04f1a00e99420c3709ef4b6286bc4c3e2bc4d768434bbbafa6d

Release notes

This is a release candidate for the next feature release of Drupal 8. Release candidates are not supported for production sites, but they are intended for widespread testing in preparation for the upcoming stable release. More information on release candidates.

Minor releases provide new improvements and functionality without breaking backward compatibility (BC) for public APIs. Note that there may be changes in internal APIs and experimental modules that require updates to contributed and custom modules and themes per Drupal core's backwards compatibility and experimental module policies.

For a full list of the API and feature additions included in the 8.3.0 release candidate, see the 8.3.0-alpha1, and 8.3.0-beta1 release notes.

Translators should take note of the string changes since the last minor release. Developers can review the change records for this release.

Backwards compatibility break to correct Serialization module output

#2751325: All serialized values are strings, should be integers/booleans when appropriate corrects a bug that would output all scalar values as strings rather than the correct data type in serialized output, including REST responses. This fix may require some client application updates if the application relies on these values being strings.

An opt-in backwards compatibility mode is configurable at the site level, but not enabled by default. Read the change record for more information on this change and on configuring the backwards compatibility mode.

Other important issues resolved since 8.3.0-beta1

Known issues

Drupal 8 currently has a number of known issues related to incorrect tracking of file usage, which can result in files being unexpectedly deleted from a site. Site owners experiencing unexplained file loss should consider setting "Delete orphaned files" to "Never" on /admin/config/media/file-system until these issues are resolved, and note the following issues:

Search the issue queue for all known issues.

All changes since 8.3.0-beta1

What’s next?

  1. Learn how to install Drupal
  2. Learn how to update Drupal
  3. Extend Drupal to do more
  4. Get training
  5. Check out what others built
Created by: xjm
Created on: 1 Mar 2017 at 15:44 UTC
Last updated: 12 Mar 2018 at 21:31 UTC
Bug fixes
New features
Insecure

Other releases