Open JonathanAtCenterEdge opened 11 months ago
Previously in 3.3.4 https://github.com/couchbaselabs/Couchbase.Extensions/blob/master/src/Couchbase.Extensions.Caching/CouchbaseCacheServiceCollectionExtensions.cs#L19 would add the IDistributedCache to the service collection with CouchbaseCache as it's implementation, that was changed in 3.3.5 https://github.com/couchbaselabs/Couchbase.Extensions/commit/3207279a271bb3e1771460a6c9d981a691d40e92
IDistributedCache
CouchbaseCache
https://github.com/couchbaselabs/Couchbase.Extensions/blob/master/src/Couchbase.Extensions.Caching/CouchbaseCacheServiceCollectionExtensions.cs#L48 that takes a bucket-name as it's first paramter DOES add IDistributedCache to the service collection with CouchbaseCache as it's implementation
This seems unintentional, and a major or minor change for what is supposed to be a patch version change
@JonathanAtCenterEdge thanks for reporting the issue! That does look like an unintentional bug.
Previously in 3.3.4 https://github.com/couchbaselabs/Couchbase.Extensions/blob/master/src/Couchbase.Extensions.Caching/CouchbaseCacheServiceCollectionExtensions.cs#L19 would add the
IDistributedCache
to the service collection withCouchbaseCache
as it's implementation, that was changed in 3.3.5 https://github.com/couchbaselabs/Couchbase.Extensions/commit/3207279a271bb3e1771460a6c9d981a691d40e92https://github.com/couchbaselabs/Couchbase.Extensions/blob/master/src/Couchbase.Extensions.Caching/CouchbaseCacheServiceCollectionExtensions.cs#L48 that takes a bucket-name as it's first paramter DOES add
IDistributedCache
to the service collection withCouchbaseCache
as it's implementationThis seems unintentional, and a major or minor change for what is supposed to be a patch version change