Problem/Motivation

I have released drupal/temporal 2.0.0 without a dependency on temporal/sdk and it doesn't work. I fixed this in 2.0.1. However, temporal/sdk has a large amount of dependencies and if there's a problem then it'll fall back to 2.0.0 ... forever. For example, drupal/opentelemetry which is in beta had a dependency bug which was fixed in beta7 however, composer even with -W does not automatically upgrade beta releases and figuring this is the problem is really, really hard because composer doesn't make it clear what's going on. At all.

But that's just the current situation, if anything happens in the future, composer will always fall back to this broken release :(

Steps to reproduce

  1. Have a project which drupal/opentelemetry beta6 or earlier
  2. try to install drupal/temporal

Proposed resolution

Delete the 2.0.0 release.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

ghost of drupal past created an issue.