## 💬 Questions and Help @delvedor Is there a reason why the new product version check introduced in 7.14.0 doesn't accept distributions with `oss` as flavor? https://github.com/elastic/elasticsearch-js/blob/master/lib/Transport.js#L591-L595 ``` if (result.body.version.build_flavor !== 'default') { debug('Bad build_flavor') this[kProductCheck] = 4 return productCheckEmitter.emit('product-check', null, false) } ```