frequenz-floss / frequenz-client-base-python

Base gRPC client
https://frequenz-floss.github.io/frequenz-client-base-python/
MIT License
0 stars 3 forks source link

Update to channels v1.0.0-beta.1 #18

Closed Marenz closed 9 months ago

Marenz commented 9 months ago

Not using the latest one (beta.2) to not force downstream projects that are using .1 to update.

llucax commented 9 months ago

This will still force downstream users using v0.16 force to update, right?

Marenz commented 9 months ago

This will still force downstream users using v0.16 force to update, right?

that is correct

llucax commented 9 months ago

Then I don't get why not going straight to beta.2 then?

llucax commented 9 months ago

I mean, it is the same, beta.2 doesn't have any visible changes, just want to understand the reasoning :)

Marenz commented 9 months ago

I thought min should be the smallest still working version, that was my thought behind it ;)