This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
Lightning API Changelog
Adam edited this page Nov 24, 2020
·
1 revision
- Dropped support for Drupal 8.7.
- Several internal infrastructure changes, but nothing that should affect users of Lightning API.
- Updated OpenAPI to 2.0-rc1 and shipped the new OpenAPI JSON:API and OpenAPI REST modules with Lightning API (these dependencies will be removed in Lightning API 5.0).
- Switched to Simple OAuth 4.x and added an update to uninstall Simple OAuth Extras, which has been merged into Simple OAuth. (Issue #3079579)
- Updated Consumers to 1.10.
There are no user-facing changes in this version.
- Added support for Drupal core 8.8.x.
- Updated OpenAPI to 1.0-beta6.
- Updated Simple OAuth to 3.16.
- Updated OpenAPI to 1.0-beta3.
- Many changes to underlying testing infrastructure, but nothing that should affect users to Lightning API.
- Fixed an issue in the module info file dependencies that could lead to the contrib JSON:API module being used instead of the one provided by core in 8.7. (Issue #3052073)
- Updated Lightning Core to 4.0.0, which requires Drupal core 8.7.0 and replaces the contributed JSON:API module with the core version.
- There are no user-facing changes in this version.
- Updated Consumers module to 1.9 and unpin its Composer constraint.
- Allow Lightning Core 4.x and Drupal core 8.7.x.
- Updated Lightning Core to 2.13 or 3.7, which security update Drupal core to 8.5.11 and 8.6.10, respectively.
- Security updated JSON API to 2.3 (SA-CONTRIB-2019-019).
- Updated JSON:API to 2.1, which includes support for revisions and file uploads. JSON:API 2.1 release notes are available at https://www.drupal.org/project/jsonapi/releases/8.x-2.1 (Issue #2957014)
- Updated Lightning Core to 2.12 or 3.5, which security update Drupal core to 8.5.9 and 8.6.6, respectively.
- Changes were made to the internal testing infrastructure, but nothing that will affect users of Lightning API.
- Security updated JSON API to 2.0-rc4.
- Updated JSON API to 2.0.
- Allow Lightning Core 3.x and Drupal core 8.6.x.
- Updated and unpinned JSON API to ^1.22.0.
- Updated Simple OAuth to 3.8.0.
- Updated and unpinned Open API to ^1.0.0-beta1.
- Updated Simple OAuth to 3.6.
- Security updated JSON API to 1.16 (SA-CONTRIB-2018-021)
- Security updated JSON API to 1.14 (Issue #2955026 and SA-CONTRIB-2018-016)
- Updated JSON API to 1.12.
- Updated core to 8.5.x and patched Simple OAuth to make it compatible.
- Lightning API will only set up developer-specific settings when our internal developer tools are installed.
- Our internal Entity CRUD test no longer tries to write to config entities via the JSON API because it is insecure and unsupported, at least for now.
- Security updated JSON API to version 1.10.0. (SA-CONTRIB-2018-15)
Note: This update has caused parts of our Config Entity CRUD test to fail so you might have trouble interacting with config entities via tha API.
- Update JSON API to 1.7.0 (Issue #2933279)
- Initial release