vertica-as / Vertica.Umbraco.Headless

MIT License
48 stars 8 forks source link

Version compatibility? #21

Open chris-evansnz opened 1 year ago

chris-evansnz commented 1 year ago

Hi there,

We've been using Vertica.Umbraco.Headless.Core v1.8.4 in a range of our projects, including sites running 11.2.2 and have had no issues.

We noticed that v1.8.5 was released, but we're unable to upgrade to it because it has a restriction for Umbraco.Cms.Core with a maximum version of 11.0.0

Update-Package : NU1107: Version conflict detected for Umbraco.Cms.Core. Install/reference Umbraco.Cms.Core 11.2.2 directly to project DelfastUmbraco to resolve this issue. 
 DelfastUmbraco -> Umbraco.Cms 11.2.2 -> Umbraco.Cms.Targets 11.2.2 -> Umbraco.Cms.Web.Website 11.2.2 -> Umbraco.Cms.Core (>= 11.2.2) 
 DelfastUmbraco -> Vertica.Umbraco.Headless.Core 1.8.5 -> Umbraco.Cms.Core (>= 9.0.1 && < 11.0.0).

Is this deliberate? Is there a reason why the package shouldn't be used beyond 11.0.0 - we have seen no problems when running it on 1.8.4

Hopefully not as this package is amazing and we use it extensively.

larsnikander commented 1 year ago

Hi

The package is not yet tested towards v11.x, thus we have not released a version that supports V11 yet. My guess is that it is as easy as bumping the dependency version, but we need time to ensure that no breaking changes will occur. There is also a relevant discussion to have, whether this framework will be deprecated with the headless capabilities of v12, which we are still yet to see.