Hyena, please be more vocal next time before the fact.
I whined alone about it before the drama happened :
https://github.com/bitcoin/bitcoin/pull/6793Quoting myself :
I'm just a bit down to be hit collaterally by a good idea to prevent spam. Especially when raising IsDust does not prevent spam at all. It is like we get hit, without benefit for any party, neither for spammers, you, us, or our deployed customers, pure pain without pleasure.

I proposed pegging dust on the fees :
https://github.com/bitcoin/bitcoin/issues/6824I agree with you that this is a bitch move and core devs don't care at all about it, nor about breaking stuff. (see the discussion)
Basically they tell you that you are wrong to hard code the value without giving a good way to find the dust amount without a centralized server to tell the correct value. (which is why I proposed pegging dust on the fee)
Sadly I don't code in C++ to implement my proposal, and no dev care about dust, so we'll have to handle this mess by ourselves either by using a centralized server for getting the right dust OR hard coding and redeploying everytime they change like that.
This freaking change broke every single piece of code which create a transaction... not only meta protocol, but normal wallet as well. (
https://github.com/voisine/breadwallet/issues/291)
This suck but we'll have to live with it it seems.