Chaffelson / nipyapi

A convenient Python wrapper for Apache NiFi
Other
243 stars 76 forks source link

get_registry_bucket should have an exact match option #280

Closed Chaffelson closed 2 years ago

Chaffelson commented 3 years ago

versioning.get_registry_bucket leans on list_registry_bucket but doesn't allow for an exact match string, so greedy matches multiple buckets leading to unexpected behavior. Simple patch required.

https://github.com/Chaffelson/nipyapi/blob/292aa1e8bc1c4d080d7b6acdf0cedfb4e77a1f03/nipyapi/versioning.py#L164

Chaffelson commented 2 years ago

Fixed in 0.17